Skip to content

Context Menu

Right-click on the canvas to open the context menu. If you right-click on a node, it is selected first. Right-clicking on empty canvas clears the selection.

Clipboard Actions

ActionShortcut (Mac)Shortcut (Win/Linux)
Copy⌘ CCtrl + C
Cut⌘ XCtrl + X
Paste here⌘ VCtrl + V
Duplicate⌘ DCtrl + D
DeleteBackspace / Delete

Clipboard actions are disabled when nothing is selected (except Paste, which is available when the clipboard has content).

Z-Order

ActionShortcut
Bring to front]
Send to back[

Moves the selected node to the top or bottom of its parent's child list.

Grouping

ActionShortcut (Mac)Shortcut (Win/Linux)
Group⌘ GCtrl + G
Ungroup⇧ ⌘ GShift + Ctrl + G
Add auto layout⇧ AShift + A
  • Group requires 2 or more selected nodes
  • Ungroup appears when a group is selected — children are reparented to the group's parent
  • Add auto layout wraps the selection in a new auto layout frame

Component Actions

Component actions are displayed in purple to match the component color theme.

ActionShortcut (Mac)Shortcut (Win/Linux)Available on
Create component⌥ ⌘ KCtrl + Alt + KFrames, groups, multi-selection
Create component set⇧ ⌘ KShift + Ctrl + K2+ selected components
Create instanceComponents (no shortcut)
Go to main componentInstances
Detach instance⌥ ⌘ BCtrl + Alt + BInstances

See Components for details on the component workflow.

Visibility & Lock

ActionShortcut (Mac)Shortcut (Win/Linux)
Hide / Show⇧ ⌘ HShift + Ctrl + H
Lock / Unlock⇧ ⌘ LShift + Ctrl + L

The label toggles based on the node's current state (e.g., "Hide" for a visible node, "Show" for a hidden one).

Move to Page

The Move to page submenu lists all pages except the current one. Select a page to reparent the selected nodes under that page's canvas.

Tips

  • Right-clicking empty canvas gives you access to Paste — useful for placing content at a specific location.
  • Component actions only appear when relevant (e.g., "Create instance" only for component nodes).
  • The context menu mirrors the keyboard shortcuts — it's a good way to discover shortcuts you don't know yet.

Released under the MIT License.