Behavior Tree Editor Keyboard Shortcuts
The Behavior Tree editor in MoveIt Pro supports a variety of keyboard shortcuts to help you work more efficiently when creating and editing Objectives. This guide covers all available shortcuts with specific instructions for different operating systems.
Node Selection
Area Selection
- Hold
Shiftand click-drag to create a selection box around multiple nodes
Individual Selection
- Click on a node to select it
- Hold
Ctrl(Windows/Linux) orCmd(macOS) and click additional nodes to add them to your selection - Click on an already selected node while holding
Ctrl/Cmdto deselect it
Copy and Paste Nodes
Copy Nodes
- Windows/Linux:
Ctrl+C - macOS:
Cmd+C
Select one or more nodes, then use the copy shortcut.
Paste Nodes
- Windows/Linux:
Ctrl+V - macOS:
Cmd+V
Paste previously copied nodes to the current mouse position.
Deletion Operations
Delete Selected Nodes
- Delete Key: Remove selected nodes
- Backspace Key: Alternative method to remove selected nodes
Important Notes:
- You cannot delete the root node of your Objective
- You cannot delete nodes from imported SubTrees (read-only)