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

В таблице ниже указаны горячие клавиши, установленные по умолчанию. Изменить сочетание клавиш для действий можно в [настройках TRIK Studio](/studio/settings.md#shortcuts).

| Действие                                                        | Сочетание клавиш |
| --------------------------------------------------------------- | ---------------- |
| **Переключение режимов TRIK Studio**                            |                  |
| Включить [режим редактирования](/studio/interface.md#mode-edit) | Ctrl+1           |
| Включить [режим отладки](/studio/interface.md#mode-debug)       | Ctrl+2           |
|                                                                 |                  |
| **Работа с диаграммой**                                         |                  |
| Показать весь текст                                             | Ctrl+Shift+T     |
| Увеличить масштаб сцены                                         | Ctrl+=           |
| Уменьшить масштаб сцены                                         | Ctrl+-           |
| Повторить                                                       | Ctrl+Shift+Z     |
| Отменить                                                        | Ctrl+Z           |
| Найти                                                           | Ctrl+F           |
| Найти и заменить                                                | Ctrl+H           |
|                                                                 |                  |
| **Работа с проектом**                                           |                  |
| Закрыть все вкладки                                             | Ctrl+Shift+W     |
| Закрыть текущую вкладку                                         | Ctrl+W           |
| Создать проект                                                  | Ctrl+N           |
| Открыть проект                                                  | Ctrl+O           |
| Сохранить проект                                                | Ctrl+S           |
| Сохранить проект как                                            | Ctrl+Shift+S     |
| Загрузить программу на робота                                   | Ctrl+U           |
| Показать/спрятать панель ошибок                                 | Alt+1            |
| Показать/спрятать панель консоли                                | Alt+2            |


---

# 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://help.trikset.com/studio/shortcuts.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.
