Skip to main content

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:

ControlWhat It Does
BackReturn to the Workflows list
VariablesOpen the workflow's variables
SaveSave your changes (shows Saving… / Saved)
RunRun the workflow (becomes Stop while running)
DeployPublish 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:

ControlShortcutWhat It Does
Mover / PointerH / VSwitch between panning and selecting
UndoCtrl/Cmd + ZUndo the last change
RedoCtrl/Cmd + Shift + ZRedo
Fit to viewCtrl/Cmd + Shift + FZoom 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

ShortcutAction
Ctrl/Cmd + SSave
Ctrl/Cmd + EnterRun
Ctrl/Cmd + ZUndo
Ctrl/Cmd + Shift + ZRedo
Ctrl/Cmd + KSearch blocks
Ctrl/Cmd + C / V / DCopy / Paste / Duplicate
H / VHand (pan) / Pointer (select)
Shift + LAuto-layout
DeleteDelete selection
tip

Shortcuts pause while you're typing in a field, so you won't trigger them by accident — except Save, which always works.