# Горячие клавиши

| Назначение               | Сочетание клавиш   |
| ------------------------ | ------------------ |
| **Навигация**            |                    |
| Фокус на дерево проекта  | Ctrl + 1           |
| Фокус на шаблоны         | Ctrl + 2           |
| Фокус на главную область | Ctrl + 3           |
| Открыть настройки        | Ctrl + Alt + S     |
| **Табы**                 |                    |
| Предыдущий таб           | Ctrl + Shift + Tab |
| Следующий таб            | Ctrl + Tab         |
| Закрыть таб              | Ctrl + W           |
| Создать новый шаблон     | Ctrl + T           |
| **Дерево проекта**       |                    |
| Фокус на поле поиска     | Ctrl + F           |
| Открыть узел             | Enter              |
| Открыть меню узла        | Alt + Insert       |
| Удалить узел             | Delete             |
| Переименовать узел       | Ctrl + F6          |
| Следующий узел           | ↓                  |
| Предыдущий узел          | ↑                  |
| Развернуть узел          | →                  |
| Свернуть узел            | ←                  |
| **Проект**               |                    |
| 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: 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-ru.testmace.com/master/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.
