# TRIK Studio shortcuts

The table below shows the default shortcuts. You can change the keyboard shortcut for actions in the [settings of TRIK Studio](/en/studio/settings.md#shortcuts).

| Action                                                     | Shortcut     |
| ---------------------------------------------------------- | ------------ |
| **Switching TRIK Studio modes**                            |              |
| Switch to [editor mode](/en/studio/interface.md#mode-edit) | Ctrl+1       |
| Switch to [debug mode](/en/studio/interface.md#mode-debug) | Ctrl+2       |
|                                                            |              |
| **Working with diagram**                                   |              |
| Show all text                                              | Ctrl+Shift+T |
| Increase scene scaling                                     | Ctrl+=       |
| Decrease scene scaling                                     | Ctrl+-       |
| Redo                                                       | Ctrl+Shift+Z |
| Undo                                                       | Ctrl+Z       |
| Find                                                       | Ctrl+F       |
| Find and replace                                           | Ctrl+H       |
|                                                            |              |
| **Working with project**                                   |              |
| Close all tabs                                             | Ctrl+Shift+W |
| Close current tab                                          | Ctrl+W       |
| Create project                                             | Ctrl+N       |
| Open project                                               | Ctrl+O       |
| Save project                                               | Ctrl+S       |
| Save project as                                            | Ctrl+Shift+S |
| Upload program to the robot                                | Ctrl+U       |
| Show/hide error panel                                      | Alt+1        |
| Show/hide console                                          | 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/en/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.
