# Keyboard Shortcuts

### Application Window

| Action                       | MacOS          | Windows / Linux  |
| ---------------------------- | -------------- | ---------------- |
| Show/Hide Application Window | <kbd>⌥\`</kbd> | <kbd>Alt\`</kbd> |

### Conversation Navigation

| Action                                | MacOS                | Windows / Linux         |
| ------------------------------------- | -------------------- | ----------------------- |
| Navigate to Next Conversation         | <kbd>⌘⇥</kbd>        | <kbd>CtrlTab</kbd>      |
| Navigate to Previous Conversation     | <kbd>⌘Shift⇥</kbd>   | <kbd>CtrlShiftTab</kbd> |
| Navigate to Specific Conversation     | <kbd>⌘1/2/3/..</kbd> | <kbd>Ctrl1/2/3/..</kbd> |
| Create New Conversation               | <kbd>⌘N</kbd>        | <kbd>CtrlN</kbd>        |
| Create New Image Creator Conversation | <kbd>⌘ShiftN</kbd>   | <kbd>CtrlShiftN</kbd>   |

### Chat

| Action                              | MacOS             | Windows / Linux   |
| ----------------------------------- | ----------------- | ----------------- |
| Focus Input Box                     | <kbd>⌘I</kbd>     | <kbd>CtrlI</kbd>  |
| Send                                | <kbd>⏎</kbd>      | <kbd>⏎</kbd>      |
| Insert New Line in Input Box        | <kbd>Shift⏎</kbd> | <kbd>Shift⏎</kbd> |
| Send Without Generating Response    | <kbd>⌘⏎</kbd>     | <kbd>Ctrl⏎</kbd>  |
| Refresh Context, Start New Thread   | <kbd>⌥R</kbd>     | <kbd>AltR</kbd>   |
| Quick Insert Previous History Input | <kbd>↑</kbd>      | <kbd>↑</kbd>      |
| Quick Insert Next History Input     | <kbd>↓</kbd>      | <kbd>↓</kbd>      |

### Search

| Action                                       | MacOS         | Windows / Linux  |
| -------------------------------------------- | ------------- | ---------------- |
| Show/Hide Search Dialog                      | <kbd>⌘K</kbd> | <kbd>CtrlK</kbd> |
| Navigate to Previous Option in Search Dialog | <kbd>↑</kbd>  | <kbd>↑</kbd>     |
| Navigate to Next Option in Search Dialog     | <kbd>↓</kbd>  | <kbd>↓</kbd>     |
| Select Current Option in Search Dialog       | <kbd>⏎</kbd>  | <kbd>⏎</kbd>     |


---

# 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.chatboxai.app/en/guides/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.
