Toolbar & Controls
The editor's controls are spread across a few places instead of one long bar. Here's where everything is.
Side Panel (right)
The main actions live in the header of the right-side panel:
| Control | What It Does |
|---|---|
| Back | Return to the Workflows list |
| Variables | Open the workflow's variables |
| Save | Save your changes (shows Saving… / Saved) |
| Run | Run the workflow (becomes Stop while running) |
| Deploy | Publish the workflow — coming soon |
The panel also has two tabs: Copilot (AI builder) and Toolbar (the block palette).
Canvas Controls (bottom-left)
A small toolbar floats over the canvas:
| Control | Shortcut | What It Does |
|---|---|---|
| Mover / Pointer | H / V | Switch between panning and selecting |
| Undo | Ctrl/Cmd + Z | Undo the last change |
| Redo | Ctrl/Cmd + Shift + Z | Redo |
| Fit to view | Ctrl/Cmd + Shift + F | Zoom so the whole flow fits |
Zoom in and out with your mouse wheel or trackpad pinch.
Right-Click Menu
Right-click the canvas or a block for quick actions:
- On the canvas: Undo, Redo, Paste, Auto-layout (⇧L), Fit to View, Variables
- On a block: Copy, Paste, Duplicate, Delete
Block Actions
Hover a block to reveal a small action tray:
- Open details — configure the block
- Disable / Enable — turn the block off without deleting it
- Duplicate — copy the block
- Ports — switch connection points between horizontal and vertical
- Delete — remove the block
:::info Coming soon Run from here and Lock are on the way. :::
Keyboard Shortcuts
| Shortcut | Action |
|---|---|
Ctrl/Cmd + S | Save |
Ctrl/Cmd + Enter | Run |
Ctrl/Cmd + Z | Undo |
Ctrl/Cmd + Shift + Z | Redo |
Ctrl/Cmd + K | Search blocks |
Ctrl/Cmd + C / V / D | Copy / Paste / Duplicate |
H / V | Hand (pan) / Pointer (select) |
Shift + L | Auto-layout |
Delete | Delete selection |
tip
Shortcuts pause while you're typing in a field, so you won't trigger them by accident — except Save, which always works.