Skip to main content

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

KeyDescription
CtrlCmd + FFocus 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 + POpen Parse Dashboard for the active Cloud Service.
CtrlCmd + POpen Parse Dashboard in the default browser for the active Cloud Service.
CtrlCmd + Shift + ROpen the DevTools for the cloud functions.
CtrlCmd + LFocus the preview address bar.

Preview

KeyDescription
CtrlCmd + RRefresh the preview window.
CtrlCmd + DOpen the DevTools for the preview window.
CtrlCmd + TToggle between Design and Preview mode for the preview window.

Node Graph

KeyDescription
SpaceEnter pan mode when down.
Arrow UpNudge the selected nodes up.
Arrow DownNudge the selected nodes down.
Arrow LeftNudge the selected nodes left.
Arrow RightNudge the selected nodes right.
CtrlCmd + CCopy the selected nodes.
CtrlCmd + VPaste the selected nodes.
CtrlCmd + XCut the selected nodes.
CtrlCmd + BackspaceDelete the selected nodes.
CtrlCmd + DeleteDelete the selected nodes.
CtrlCmd + ZUndo the last change.
CtrlCmd + Shift + ZRedo the last change.
CtrlCmd + US_OPEN_SQUARE_BRACKETNavigate back.
CtrlCmd + US_CLOSE_SQUARE_BRACKETNavigate forward.
CtrlCmd + US_SLASHAdd a comment.
F1Open documentation for the currently selected node name.
Enter or F2Rename the currently selected node name.

Code Editor

KeyDescription
CtrlCmd + SSave the code. (In some senarios this will also run the code)