# Keyboard Shortcuts

| Action                            | Keyboard shortcuts |
| --------------------------------- | ------------------ |
| **Navigation**                    |                    |
| Set the focus to the project tree | Ctrl + 1           |
| Set the focus to scratches        | Ctrl + 2           |
| Set the focus to the main area    | Ctrl + 3           |
| Open settings                     | Ctrl + Alt + S     |
| **Tabs**                          |                    |
| The previous tab                  | Ctrl + Shift + Tab |
| The next tab                      | Ctrl + Tab         |
| Close the tab                     | Ctrl + W           |
| Create a new scratch              | Ctrl + T           |
| **Project Tree**                  |                    |
| Set the focus to the search field | Ctrl + F           |
| Open the node                     | Enter              |
| Open the node menu                | Alt + Insert       |
| Delete the node                   | Delete             |
| Rename the node                   | Ctrl + F6          |
| The next node                     | ↓                  |
| The previous node                 | ↑                  |
| Expand the node                   | →                  |
| Collapse the node                 | ←                  |
| **Project**                       |                    |
| Run Node                          | Ctrl + Enter       |
| Focus Url                         | Ctrl + E           |
| Save Project                      | Ctrl + S           |
| Save Project as                   | Ctrl + Shift + S   |
| Open Project                      | Ctrl + O           |
| Create New Project                | Ctrl + N           |
| Undo                              | Ctrl + Z           |
| Redo                              | Ctrl + Shift + Z   |
