mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
📚 Add documentation for keyboard shortcuts
This commit is contained in:
@@ -122,6 +122,29 @@ helps with n8n-node-development.
|
|||||||
[To n8n-node-dev](https://github.com/n8n-io/n8n/tree/master/packages/node-dev)
|
[To n8n-node-dev](https://github.com/n8n-io/n8n/tree/master/packages/node-dev)
|
||||||
|
|
||||||
|
|
||||||
|
## Keyboard Shortcuts
|
||||||
|
|
||||||
|
The following keyboard shortcuts can currently be used:
|
||||||
|
|
||||||
|
### General
|
||||||
|
|
||||||
|
- **Ctrl + a**: Select all nodes
|
||||||
|
- **Ctrl + Alt + n**: Create new workflow
|
||||||
|
- **Ctrl + o**: Open workflow
|
||||||
|
- **Ctrl + s**: Save current workflow
|
||||||
|
- **Ctrl + v**: Paste nodes
|
||||||
|
- **Tab**: Open "Node Creator". Type to filter and navigate with arrow keys. To create press "enter"
|
||||||
|
|
||||||
|
|
||||||
|
### With nodes selected
|
||||||
|
|
||||||
|
- **Ctrl + c**: Copy nodes
|
||||||
|
- **Ctrl + x**: Cut nodes
|
||||||
|
- **d**: Deactivate nodes
|
||||||
|
- **Delete**: Delete nodes
|
||||||
|
- **F2**: Rename node
|
||||||
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
[Apache 2.0 with Commons Clause](https://github.com/n8n-io/n8n/blob/master/packages/cli/LICENSE.md)
|
[Apache 2.0 with Commons Clause](https://github.com/n8n-io/n8n/blob/master/packages/cli/LICENSE.md)
|
||||||
|
|||||||
Reference in New Issue
Block a user