Skip to main content

J‑Graph hotkeys

In J‑Graph, there are several keyboard shortcuts you can use to speed up working on your script.

tip
On macOS, you can use instead of Ctrl.

General operations

Keyboard shortcutAction
Ctrl + FOpen the search panel.
Ctrl + ZUndo the last change made to the script (except for dragging states around the canvas).
tip
You can undo actions multiple times in a row. Up to 50 changes are saved in history. If you close J‑Graph or reload the page, the history is reset.

State operations

Keyboard shortcutWhen it worksAction
Ctrl + CWhen a state is selectedCopy the selected state to the clipboard.
Ctrl + VAfter copying a statePaste the copied state into the current group.
Delete or BackspaceWhen a state is selectedDelete the selected state.

Block operations

Keyboard shortcutWhen it worksAction
Ctrl + VAfter copying a block and selecting a statePaste the copied block into the state.
note
Blocks can only be copied through the context menu: Copy.
Ctrl + EnterWhen editing a blockSave the changes made to the block.
EnterWhen editing a button text in a Button group blockAdd a new button.

Operations on script structure panel

To make keyboard operations available, click any element in the Script structure panel.

KeyAction
Select the previous element in the list.
Select the next element in the list.
Expand the element or select the next one in the list.
Collapse the element or select its parent element.
EnterNavigate on the canvas to the selected element.