> For the complete documentation index, see [llms.txt](https://docs.testmace.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.testmace.com/project/hot-keys.md).

# 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   |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.testmace.com/project/hot-keys.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
