Keyboard Shortcuts
Every major action in AgentFlow has a keyboard shortcut. Stay in flow without reaching for the mouse.
Info
On macOS, Ctrl is replaced by Cmd for all shortcuts.
Execution
| Shortcut | Action | Description |
|---|---|---|
Ctrl+R | Run / Cancel pipeline | Starts the current pipeline. If a run is active, cancels it instead. |
Ctrl+S | Save pipeline | Saves the current pipeline to disk. |
Canvas Navigation
| Shortcut | Action | Description |
|---|---|---|
Space | Zoom to fit | Fits all nodes into the viewport. Disabled when focused on an input field. |
Scroll | Zoom in/out | Mouse wheel zooms the canvas. |
Click + Drag | Pan canvas | Click on empty canvas area and drag to pan. |
Editing
| Shortcut | Action | Description |
|---|---|---|
Ctrl+Z | Undo | Reverts the last change including node edits, drag moves, and auto-layout. Up to 30 snapshots. |
Ctrl+Shift+Z | Redo | Re-applies the last undone change. |
Ctrl+Y | Redo (alt) | Alternative redo shortcut. |
Delete | Delete node | Deletes the currently selected node. Also works with Backspace. |
Ctrl+C | Copy node | Copies the currently selected node to the clipboard. |
Ctrl+V | Paste node | Pastes the copied node onto the canvas at the cursor position. |
Panels & UI
| Shortcut | Action | Description |
|---|---|---|
Escape | Close side panel | Closes whichever side panel is currently open. |
Ctrl+E | Export pipeline | Exports the current pipeline as a JSON file via the system file dialog. |
Mouse Actions
| Action | Effect |
|---|---|
| Click node | Select node and open config panel |
| Click edge | Select edge and open edge config panel |
| Click empty canvas | Deselect all, close config panel |
| Drag from node handle | Create a new edge connection |
| Drag node palette item | Add a new node to the canvas |
| Double-click node | Open node configuration panel |
| Hover node | Focus mode — dims non-connected nodes and edges with smooth transitions |
Tips
- Space for zoom-to-fit is disabled when a text input is focused, so you can type spaces normally.
- Ctrl+R toggles between run and cancel — no need for separate shortcuts.
- Undo history holds up to 30 snapshots covering node edits, drag moves, and auto-layout rearrangements. Making a new change after undoing clears the redo stack.
- Export via Ctrl+E uses the native file dialog, so you can save the JSON anywhere on your machine.