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 shortcut | Action |
---|---|
Ctrl + F | Open the search panel. |
Ctrl + Z | Undo 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 shortcut | When it works | Action |
---|---|---|
Ctrl + C | When a state is selected | Copy the selected state to the clipboard. |
Ctrl + V | After copying a state | Paste the copied state into the current group. |
Delete or Backspace | When a state is selected | Delete the selected state. |
Block operations
Keyboard shortcut | When it works | Action |
---|---|---|
Ctrl + V | After copying a block and selecting a state | Paste the copied block into the state. note Blocks can only be copied through the context menu: → Copy. |
Ctrl + Enter | When editing a block | Save the changes made to the block. |
Enter | When editing a button text in a Button group block | Add a new button. |
Operations on script structure panel
To make keyboard operations available, click any element in the Script structure panel.
Key | Action |
---|---|
↑ | 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. |
Enter | Navigate on the canvas to the selected element. |