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.
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. |
Ctrl + F | Always | Open the state search panel. |
Ctrl + Z | Always | 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. |
Del | 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. |