Skip to main content

Key Bindings

Shortcuts cannot be changed yet. CtrlCmd means Ctrl on Windows and Linux and on macOS.

info

Some of these shortcuts might change in future versions.

Editor

KeyDescription
CtrlCmd + KOpen the command palette and search the editor's tools and actions by name.
CtrlCmd + FOpen the Search panel with its search box focused.
CtrlCmd + TSwitch the preview between Edit mode and Preview mode.
CtrlCmd + LFocus the preview address bar.
CtrlCmd + RRefresh the preview.
CtrlCmd + DOpen the DevTools for the preview.
CtrlCmd + EOpen the DevTools for the editor itself (also in the Dev menu).
CtrlCmd + Shift + X(Advanced) Reload the node library and the preview. Useful when working on modules.
CtrlCmd + Shift + E(Advanced) Export the project's components.
CtrlCmd + Shift + R(Advanced) Open the DevTools for the cloud-function runtime.
CtrlCmd + POpen the Parse Dashboard for the active cloud service in your browser. Does nothing when the project has no connected cloud service.
CtrlCmd + Shift + POpen the same dashboard in an editor window.

Interface zoom

The whole editor interface can be scaled between 50% and 200% from the View menu. The preview keeps its own zoom, and the setting is remembered between sessions.

KeyDescription
CtrlCmd + Plus (or CtrlCmd + =)Zoom the interface in.
CtrlCmd + -Zoom the interface out.
CtrlCmd + 0Back to 100%.

Preview in Edit mode

KeyDescription
Shift (while dragging an element)Constrain the move to one axis.
Double-click an elementAdd the element as a reference in the AI chat input.
CtrlCmd + mouse wheel (over the preview)Zoom the preview canvas.
CtrlCmd + = / CtrlCmd + - (preview focused)Zoom the preview canvas in / out.
CtrlCmd + 0 (preview focused)Reset the preview zoom to 100%.

See Editing in the viewport for what Edit mode can do.

Node graph

KeyDescription
Space (held)Pan the graph while dragging.
Arrow keysNudge the selected nodes.
CtrlCmd + CCopy the selected nodes.
CtrlCmd + VPaste.
CtrlCmd + XCut the selected nodes.
Backspace or DeleteDelete the selected nodes.
CtrlCmd + ZUndo the last change.
CtrlCmd + Shift + ZRedo.
CtrlCmd + [Go back to the previously opened component.
CtrlCmd + ]Go forward again.
CtrlCmd + /Add a comment.
F1Open the documentation for the selected node.
Enter or F2Rename the selected node.

Code editor

KeyDescription
CtrlCmd + SSave the code. For a node's Script this also applies it to the node.