Keyboard Shortcuts

Master the workflow editor with these keyboard shortcuts to speed up your workflow creation process.

Tool Selection

Quickly switch between tools while editing your workflow:

ShortcutAction
ASelect pointer/selection tool
HSelect hand/pan tool
Space (hold)Temporarily enable pan mode while in pointer mode

Node Orientation

Control the flow direction of nodes:

ShortcutAction
VToggle between vertical and horizontal node orientation for selected nodes

Selection & Deletion

Manage node selection and deletion in your workflow:

ShortcutAction
Cmd/Ctrl + ASelect all nodes
Cmd/Ctrl + DDeselect all nodes
Delete or BackspaceDelete selected nodes

Editing Actions

Undo and redo changes to your workflow:

ShortcutAction
Cmd/Ctrl + ZUndo last action
Cmd/Ctrl + Shift + ZRedo last undone action
Cmd/Ctrl + YRedo last undone action (alternative)

Node Creation

Quickly add new nodes to your workflow:

ShortcutAction
SpaceOpen node search overlay to insert a new node at cursor position
Shift + SpaceConnect to ghost handle in perpendicular direction (when selected node has no output)

Node Navigation & Focus

Navigate between nodes and control focus mode:

ShortcutAction
Arrow KeysNavigate between nodes in the specified direction, automatically centers selected node
EnterFocus the selected node's main input (editor/chat/grid), dims other nodes to 50%
EscapeExit focus mode, restore all nodes to full opacity

Detail View Controls

Control the appearance of detail mode nodes to maximize screen space:

ShortcutAction
TToggle header visibility in detail mode nodes (when not focused on content)
Cmd/Ctrl + TToggle header visibility when focused on node content (editor/chat/grid)

📌 Detail View Header Toggle

Hide node headers to maximize content viewing area:

  • • When header is hidden, the content area expands to use the full node space
  • • Works on all detail mode nodes: Code, Agent, Chat, DataGrid, Params, Image, Chart, DataViz, StatPlot, and 3D nodes
  • • Header visibility is saved per node and persists across sessions
  • • For nodes with focusable content (Code, Agent, Chat, DataGrid, Params): Use T when not focused, or Cmd/Ctrl+T when focused
  • • For nodes without focusable content (Image, Chart, DataViz, StatPlot, 3D): Just press T

AI Wizard & Code Assistance

Access AI-powered tools to help write code, prompts, and generate data:

ShortcutAction
Cmd/Ctrl + WToggle AI wizard for selected detail mode node (Code Wizard, Prompt Wizard, Data Wizard, Image Wizard)
Ctrl + MToggle model selector menu in AI wizards and Agent nodes
EnterSubmit AI wizard prompt for processing (in wizard popups)
EscapeClose AI wizard popup

Chat Node

Shortcuts specific to Chat nodes:

ShortcutAction
EnterSend chat message (without Shift)
Shift + EnterAdd new line without sending message

Execution & Testing

Run and test your workflows:

ShortcutAction
RRun selected node (when a single node is selected)

Settings & Panels

Toggle application panels and settings:

ShortcutAction
Cmd/Ctrl + ,Toggle settings panel
SToggle tokens per second (TPS) display for AI nodes

Drawing Mode

Annotate your workflow canvas with freehand drawings:

ShortcutAction
DToggle drawing mode for freehand annotations
Delete/BackspaceDelete selected drawing strokes (in drawing mode)
Cmd/Ctrl + ZUndo last drawing action (in drawing mode)
Cmd/Ctrl + Shift + ZRedo drawing action (in drawing mode)
EscapeDeselect all drawing strokes (in drawing mode)
Cmd/Ctrl + ASelect all drawing strokes (in drawing mode)

Documentation Search

Quickly search and navigate documentation:

ShortcutAction
Cmd/Ctrl + KOpen documentation search overlay (on docs pages)
Arrow Up/DownNavigate through search results
EnterOpen selected documentation page
EscapeClose search overlay

Developer Tools

Debug and development shortcuts:

ShortcutAction
Cmd/Ctrl + HToggle alignment hit areas debug view (shows visual indicators for node alignment zones)

Zoom Controls

Interface Zoom

Adjust the size of UI panels and controls for better visibility:

ShortcutAction
Cmd/Ctrl + +Zoom in interface (increase UI size by 10%)
Cmd/Ctrl + -Zoom out interface (decrease UI size by 10%)
Cmd/Ctrl + 0Reset interface zoom to 100%
Cmd/Ctrl + ScrollZoom interface in/out with mouse wheel

Canvas Zoom

Zoom the workflow canvas to see more or less detail:

ShortcutAction
Shift + Zoom in on canvas (10% increment, max 2x)
Shift + Zoom out on canvas (10% decrement, min 0.1x)

💡 Tips

  • • Keyboard shortcuts are disabled when typing in input fields (except Cmd/Ctrl+T for header toggle)
  • Interface zoom (Cmd/Ctrl + Plus/Minus) affects all UI panels including sidebar and configuration panels
  • Canvas zoom (Shift + Up/Down) only affects the ReactFlow canvas viewport
  • • Interface zoom settings are saved and restored when you return to the editor
  • • Hold Space for temporary pan mode only works in pointer/select mode
  • • Focus mode (Enter on a node) dims other nodes to 50% and only clears when clicking a different node
  • T-key header toggle works instantly and persists - hide headers to see more code/data at once

Coming Soon

We're working on adding more keyboard shortcuts for:

  • Copy and paste nodes (Cmd/Ctrl + C/V)
  • Save workflow (Cmd/Ctrl + S)
  • Duplicate selected nodes
  • Group/ungroup nodes