From 97fea5938709ff6969a7422b01d28521fa0ab6f9 Mon Sep 17 00:00:00 2001 From: Jan Oberhauser Date: Thu, 11 Jul 2019 12:42:03 +0200 Subject: [PATCH] :books: Add documentation for keyboard shortcuts --- packages/cli/README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/packages/cli/README.md b/packages/cli/README.md index 9f23b11dac..2f0c69cb01 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -122,6 +122,29 @@ helps with n8n-node-development. [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 [Apache 2.0 with Commons Clause](https://github.com/n8n-io/n8n/blob/master/packages/cli/LICENSE.md)