Key Binds
Key Binds
This page documents current key binds and their function within the Flow Editor.
Key Bind | Function | Notes |
---|---|---|
Arrow Up | Selects the sibling node above the currently selected node. | This will only select sibling nodes connected to the same parent. |
Arrow Right | Selects the first child node for the currently selected node. | |
Arrow Down | Selects the sibling node below the currently selected node. | This will only select sibling nodes connected to the same parent. |
Arrow Left | Selects the currently selected node’s parent node. | |
Control + Arrow Up | Selects the node exit above the currently selected node exit. | In the case where no node exit is selected, the first exit will instead be selected. |
Control + Arrow Down | Selects the node exit below the currently selected node exit. | In the case where no node exit is selected, the first exit will instead be selected. |
Control + B | Runs a validation check on the flow. | A message will appear in the bottom left corner with the results of the flow validation. |
Delete | This will delete the currently selected node. | No confirmation unless the current node has child nodes. |
Control + E | Adds a new exit at the bottom of the current exits. | The selected node must have the ability to add node exits. |
Control + Shift + E | Removes the last exit from the bottom of the current exits. | The selected node must have the ability to remove node exits and the last exit must be empty. |
Control + U | Switches the current tab to the properties tab. | |
Control + I | Switches the current tab to the search tab. | |
Control + O | Switches the current tab to the validation tab. | |
Control + G | Shows the add node dialog, to generate a new node. | This will select the first node exit as the exit a node will be added to. |
Control + H | Re-centers the flow on the currently selected node. | |
Control + S | Save the flow. | A flow validation will be run before showing the save dialog. Saving will be prevented if there are validation errors. |