📚 Add additional documentation for keyboard shortcuts

This commit is contained in:
Jan Oberhauser 2019-08-01 08:10:33 +02:00
parent f1f2deb1d4
commit d0289e88b3

View file

@ -160,13 +160,19 @@ The following keyboard shortcuts can currently be used:
- **Tab**: Open "Node Creator". Type to filter and navigate with arrow keys. To create press "enter" - **Tab**: Open "Node Creator". Type to filter and navigate with arrow keys. To create press "enter"
### With nodes selected ### With node/s selected
- **ArrowDown**: Select sibling node bellow the current one
- **ArrowLeft**: Select node left of the current one
- **ArrowRight**: Select node right of the current one
- **ArrowUp**: Select sibling node above the current one
- **Ctrl + c**: Copy nodes - **Ctrl + c**: Copy nodes
- **Ctrl + x**: Cut nodes - **Ctrl + x**: Cut nodes
- **d**: Deactivate nodes - **d**: Deactivate nodes
- **Delete**: Delete nodes - **Delete**: Delete nodes
- **F2**: Rename node - **F2**: Rename node
- **Shift + ArrowLeft**: Select all nodes left of the current one
- **Shift + ArrowRight**: Select all nodes right of the current one
## License ## License