# Keyboard Shortcuts

### Global Shortcuts

| Command                 |                                                                                        |
| ----------------------- | -------------------------------------------------------------------------------------- |
| New Chat                | `n`                                                                                    |
| Open/Collapse Menu      | `m`                                                                                    |
| Dark Theme              | `d`                                                                                    |
| Light Theme             | `l`                                                                                    |
| Settings                | `s`                                                                                    |
| Open Command Palette    | <p><code>Cmd</code>+<code>k</code><br><code>Ctrl</code>+<code>k</code>    <br><br></p> |
| Open Keyboard Shortcuts | `?`                                                                                    |

### Chat Shortcuts

| Command              |                                                                                                                   |
| -------------------- | ----------------------------------------------------------------------------------------------------------------- |
| Copy Permalink       | <p><code>Cmd</code>+<code>Shift</code>+<code>c</code> <br><code>Ctrl</code>+<code>Shift</code>+<code>c</code></p> |
| Send Message         | <p><code>Cmd</code>+<code>Enter</code>  <br><code>Ctrl</code>+<code>Enter</code></p>                              |
| Interrupt/Stop Korey | <p><code>Cmd</code>+<code>x</code> <br><code>Ctrl</code>+<code>x</code></p>                                       |

### Preview Shortcuts

| Command          |                                                                                                              |
| ---------------- | ------------------------------------------------------------------------------------------------------------ |
| Open Summary     | `p`                                                                                                          |
| Copy as Markdown | <p><code>Cmd</code>+<code>Opt</code>+<code>c</code><br><code>Ctrl</code>+<code>Opt</code>+<code>c</code></p> |
| Previous Preview | `,`                                                                                                          |
| Next Preview     | `.`                                                                                                          |
| Save Changes     | <p><code>Cmd</code>+<code>Enter</code><br><code>Ctrl</code>+<code>Enter</code></p>                           |


---

# 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.korey.ai/getting-started/keyboard-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.
