Skip to main content

Hotkeys


Description.

You can set up your own hotkeys in the program settings to make your workflow more convenient.

Description


Keyboard Shortcuts

KeysFunction
Left click action + Enter/SpaceOpens this action’s settings in a popup window
EscCloses the action settings
Ctrl + CCopies the selected action
Ctrl + XCuts the selected action
Ctrl + VPastes the action from the clipboard where your cursor is
Ctrl + ZUndoes the last action
Ctrl + YRedoes the last action
Ctrl + NCreates a new project
Ctrl + OOpens an existing project
Ctrl + SSaves the current project
Ctrl + FSearch in the project
Ctrl + Shift + SSaves the current project
Ctrl + Alt + PPublishes the current project
DeleteDeletes the selected action
Up ᐃMoves the cursor up within the group or to the previous action
Down ᐁMoves the cursor down within the group or to the next action via a successful branch
Left ᐊMoves the cursor to the first incoming action or up a group
Right ᐅMoves the cursor to the next action via a successful branch or down a group
Ctrl + Right ᐅMoves the cursor to the next action via a failed branch
PageUpJumps to the first action in the group
PageDownJumps to the last action in the group
F3Opens the regex builder
F4Opens the X/JSON Path tester
F8Hides the browser

Mouse Controls

CombinationFunction
Double left-click an actionOpens its settings
Hold mouse wheel + Move mousePans the project canvas
Ctrl + Scroll mouse wheelZooms in/out on the canvas
Double left-click empty canvas areaResets zoom to 100%
Double left-click any output + Double left-click input of another actionCreates a connection between them

Hotkeys for Project Debugging

KeysFunction
Ctrl + RTurn project recording on/off
F5Start the project from the beginning
F10Step to the next action
F11Run to the first breakpoint
Shift + F5Stop execution

Hotkeys for C# Macro Editing

KeysFunction
Ctrl + CCopy selected
Ctrl + XCut selected
Ctrl + VPaste selected
Ctrl + GGo to line number n
Shift + DeleteCut current line
Ctrl + KComment out selected lines
Ctrl + UUncomment selected lines