Keyboard Shortcuts
The keys actually bound for global navigation, the command palette, the editor and the canvas — worth learning, the speed-up is real.
This page lists only the keys the platform actually binds: global navigation, the command palette, and undo and delete on the editor's visual tab. Keys inside the YAML tab come from the Monaco editor itself and are listed in their own section.
- Cmd Is ⌘ on Mac; corresponding on Windows / Linux Ctrl.
- Alt On Mac it's ⌥; on Windows/Linux it's Alt.
- All Cmd below can also be replaced by Ctrl.
⭐ Must Remember
The editor has no save shortcut: it autosaves about 1.2 seconds after you stop editing, and the toolbar's Save now button writes immediately. Version snapshots must be saved explicitly in the versions dialog — an ordinary save does not create one.
Navigation Class (Alt + Letter)
YAML tab (built into the Monaco editor)
This group comes from the Monaco editor itself and only works on the YAML tab with the cursor inside the code. Platform actions such as validate, run and save have no shortcuts — use the toolbar buttons.
Canvas interactions
The canvas is mouse-first; only panning has an optional key.
Debugging and the AI assistant
Neither has keyboard shortcuts today; everything is done through the interface:
- Breakpoint debugging — pause, continue, step and the breakpoint toggles all live in the debug panel on the execution detail page; see Breakpoint Debugging.
- AI assistant — Alt + G opens and closes the drawer; a leading "/" in the input brings up slash commands (/execute, /validate, /export, /undo, /new, /help), and the stop button in the panel interrupts a reply while it is being generated.
Dialog Boxes and Small Windows
Look them up inside the product
The keyboard icon in the console's top bar opens a condensed cheat sheet, and the command palette has an entry for keyboard shortcuts too.