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
| Key | Description |
|---|---|
| CtrlCmd + K | Open the command palette and search the editor's tools and actions by name. |
| CtrlCmd + F | Open the Search panel with its search box focused. |
| CtrlCmd + T | Switch the preview between Edit mode and Preview mode. |
| CtrlCmd + L | Focus the preview address bar. |
| CtrlCmd + R | Refresh the preview. |
| CtrlCmd + D | Open the DevTools for the preview. |
| CtrlCmd + E | Open 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 + P | Open the Parse Dashboard for the active cloud service in your browser. Does nothing when the project has no connected cloud service. |
| CtrlCmd + Shift + P | Open 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.
| Key | Description |
|---|---|
| CtrlCmd + Plus (or CtrlCmd + =) | Zoom the interface in. |
| CtrlCmd + - | Zoom the interface out. |
| CtrlCmd + 0 | Back to 100%. |
Preview in Edit mode
| Key | Description |
|---|---|
| Shift (while dragging an element) | Constrain the move to one axis. |
| Double-click an element | Add 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
| Key | Description |
|---|---|
| Space (held) | Pan the graph while dragging. |
| Arrow keys | Nudge the selected nodes. |
| CtrlCmd + C | Copy the selected nodes. |
| CtrlCmd + V | Paste. |
| CtrlCmd + X | Cut the selected nodes. |
| Backspace or Delete | Delete the selected nodes. |
| CtrlCmd + Z | Undo the last change. |
| CtrlCmd + Shift + Z | Redo. |
| CtrlCmd + [ | Go back to the previously opened component. |
| CtrlCmd + ] | Go forward again. |
| CtrlCmd + / | Add a comment. |
| F1 | Open the documentation for the selected node. |
| Enter or F2 | Rename the selected node. |
Code editor
| Key | Description |
|---|---|
| CtrlCmd + S | Save the code. For a node's Script this also applies it to the node. |