Key Bindings
At the moment it is not possible to change the Shortcuts. The feature is on the roadmap to allow rebinding and potentially add shortcuts which we are not on by default.
info
Some of these shortcuts might change in future versions.
Keyboard Shortcuts Reference
Editor
Key | Description |
---|---|
CtrlCmd + F | Focus the search panel allowing you to search in the project. |
CtrlCmd + Shift + X | (Advanced) Refresh the viewer and node library, this is useful when working with modules. |
CtrlCmd + Shift + E | (Advanced) Export Component. |
CtrlCmd + Shift + P | Open Parse Dashboard for the active Cloud Service. |
CtrlCmd + P | Open Parse Dashboard in the default browser for the active Cloud Service. |
CtrlCmd + Shift + R | Open the DevTools for the cloud functions. |
CtrlCmd + L | Focus the preview address bar. |
Preview
Key | Description |
---|---|
CtrlCmd + R | Refresh the preview window. |
CtrlCmd + D | Open the DevTools for the preview window. |
CtrlCmd + T | Toggle between Design and Preview mode for the preview window. |
Node Graph
Key | Description |
---|---|
Space | Enter pan mode when down. |
Arrow Up | Nudge the selected nodes up. |
Arrow Down | Nudge the selected nodes down. |
Arrow Left | Nudge the selected nodes left. |
Arrow Right | Nudge the selected nodes right. |
CtrlCmd + C | Copy the selected nodes. |
CtrlCmd + V | Paste the selected nodes. |
CtrlCmd + X | Cut the selected nodes. |
CtrlCmd + Backspace | Delete the selected nodes. |
CtrlCmd + Delete | Delete the selected nodes. |
CtrlCmd + Z | Undo the last change. |
CtrlCmd + Shift + Z | Redo the last change. |
CtrlCmd + US_OPEN_SQUARE_BRACKET | Navigate back. |
CtrlCmd + US_CLOSE_SQUARE_BRACKET | Navigate forward. |
CtrlCmd + US_SLASH | Add a comment. |
F1 | Open documentation for the currently selected node name. |
Enter or F2 | Rename the currently selected node name. |
Code Editor
Key | Description |
---|---|
CtrlCmd + S | Save the code. (In some senarios this will also run the code) |