These work on the canvas, while the Hengo panel is focused. The same list is in the plugin itself,
behind the keyboard button in the top bar.
| Action | Keys |
|---|
| Move the selected step up | W |
| Move the selected step down | S |
| Duplicate the selected steps | Ctrl+D |
| Copy the selected steps | Ctrl+C |
| Paste the copied steps | Ctrl+V |
| Delete the selected steps | Delete |
Delete reaches a step wherever it lives: the state’s chain, a loop body, or a value inside a field.
Paste drops the copied steps under the selected one, in the chain that one runs in.
| Action | Keys |
|---|
| Add a step to the selection, or take it out | Ctrl+Click |
| Select every step between the last picked one and this one | Shift+Click |
| Select the whole chain the selected step runs in | Ctrl+A |
| Clear the selection | Esc |
A range selection stays inside one chain.
| Action | Keys |
|---|
| Undo | Ctrl+Z |
| Redo | Ctrl+Shift+Z or Ctrl+Y |
| Action | Gesture |
|---|
| Pan | Drag the empty canvas |
| Zoom | Mouse wheel |
| Full screen | Double-click the empty canvas, and again to put it back |
| The card menu | Right-click a card, the same menu the three dots open |
| Move a step | Drag its card to another place in the chain |
| Feed a field from a step above | Drag from an output dot onto an input pin |