Skip to main content

Keyboard Shortcuts in Katalon Studio

Katalon Studio has keyboard shortcuts for common actions, including file management, editing, running, and debugging. Using shortcuts for your most common actions can significantly increase your productivity.

This reference lists default keyboard shortcuts and their actions in Katalon Studio.

note

The list contains keyboard shortcuts based on Windows. macOS uses the ⌘ key frequently instead of the Ctrl key.

Manage Files and Projects​

ShortcutAction
Ctrl+Shift+ROpen Resource (a file, folder, or project).
Ctrl+OOpen Project.
Ctrl/Command+Shift+OImport default packages of built-in keywords.
Alt+EnterShow and access file properties.
Ctrl+SSave the current file.
Ctrl+Shift+SSave all files.
Ctrl+WClose the current file.
Ctrl+F5Refresh the project.

Work with Editor Windows​

notes

Your cursor must be in an Editor Window to use these shortcuts.

ShortcutAction
Ctrl+MMaximize or restore the current Editor Window.
Ctrl++ / -Zoom text in or out.
Home / EndJump to the beginning / end of indentation. Press Home twice to jump to the beginning of the current line.
Ctrl+Home / EndJump to the beginning or end of source.
Ctrl+Arrow Left / Arrow RightJump one word to the left or right.
Ctrl+Shift+Arrow Up / Arrow DownJump to the previous or next method.
Ctrl+LOpen the Go to Line dialog to navigate to a specific line.
Ctrl+Arrow Up / Arrow DownScroll up or down in the Script Editor without changing the cursor position.

Text Selection​

ShortcutAction
Shift+Arrow Left / Arrow RightExpand the selection by one character to the left / right.
Ctrl+Shift+Arrow Left / Arrow RightExpand the selection to the previous / next word.
Shift+Arrow Up / Arrow DownExpand the selection by one line up / down.
Shift+End / HomeExpand the selection to the end / beginning of the current line.
Ctrl+ASelect all the text.

Text Editing​

ShortcutAction
Ctrl+C / X / VCut / copy / paste.
Ctrl+ZUndo the last action.
Ctrl+YReverse the previous undo.
Ctrl+DDelete the current line.
Ctrl+DeleteDelete the next word.
Ctrl+BackspaceDelete the previous word.
Shift+EnterEnter one line below current line.
Shift+Ctrl+EnterEnter one line above current line.
Shift+Ctrl+YChange the selected text to lower case.
Shift+Ctrl+XChange the selected text to upper case.

Searching and Replacing​

ShortcutAction
Ctrl+FOpen the Find/Replace dialog.
Ctrl+KFind the next occurrence of the searched text.
Ctrl+Shift+KFind the previous occurrence of the searched text.
Ctrl+HOpen the Search dialog.

Run and Debug​

notes

You need to open a Test Case or Test Suite Editor Window to use these shortcuts.

ShortcutAction
Ctrl+Shift+ASave all files and run the currently opened Test Case / Test Suite.
Ctrl+Shift+DSave all files and debug the currently opened Test Case / Test Suite.
F5Step into - If the currently debugged line contains a function, the debugger enters the function and continues debugging line by line.
F6Step over - The debugger steps over the currently debugged line by one line.
F7Step out - The debugger steps out of the currently debugged function to the line where the function is called.
F8Resume the execution.
Was this page helpful?