# Hotkeys

### Global Hotkeys

|                                      |                  |
| ------------------------------------ | ---------------- |
| Show or hide the launcher            | Ctrl + Shift + L |
| Show or hide the extra window        | Ctrl + Shift + E |
| Show or hide the smart filtering     | Ctrl + Shift + S |
| Show or hide the translations window | Ctrl + Shift + T |

### Launcher

|                  |               |
| ---------------- | ------------- |
| Relaunch         | Ctrl + R      |
| Reset all config | Ctrl + Delete |

### Extra Window

|                                             |                    |
| ------------------------------------------- | ------------------ |
| Copy text                                   | Ctrl + C           |
| Dark mode                                   | Ctrl + D           |
| Set opacity (0% - 90%)                      | Ctrl + \[0-9]      |
| Set opacity 100%                            | Ctrl + Backspace   |
| Move up                                     | Up                 |
| Move right                                  | Right              |
| Move down                                   | Down               |
| Mode left                                   | Left               |
| Increase height                             | Ctrl + Up          |
| Decrease height                             | Ctrl + Down        |
| Increase width                              | Ctrl + Right       |
| Decrease width                              | Ctrl + Left        |
| Set window to the side top of the screen    | Ctrl + Alt + Up    |
| Set window to the side bottom of the screen | Ctrl + Alt + Down  |
| Set window width 50% of the screen          | Ctrl + Alt + Right |
| Set window width 100% of the screen         | Ctrl + Alt + Left  |

### OCR

|                                  |               |
| -------------------------------- | ------------- |
| Capture                          | Enter / Space |
| Reset position & size to default | Ctrl + Delete |
| Move up                          | Up            |
| Move right                       | Right         |
| Move down                        | Down          |
| Move left                        | Left          |
| Increase height                  | Ctrl + Up     |
| Decrease height                  | Ctrl + Down   |
| Increase width                   | Ctrl + Right  |
| Decrease width                   | Ctrl + Left   |


---

# 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.vntranslator.com/features/hotkeys.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.
