# 键盘快捷键

### 应用窗口

| 操作        | MacOS          | Windows / Linux  |
| --------- | -------------- | ---------------- |
| 显示/隐藏应用窗口 | <kbd>⌥\`</kbd> | <kbd>Alt\`</kbd> |

### 对话导航

| 操作          | MacOS                | Windows / Linux         |
| ----------- | -------------------- | ----------------------- |
| 导航至下一条对话    | <kbd>⌘⇥</kbd>        | <kbd>CtrlTab</kbd>      |
| 导航至上一条对话    | <kbd>⌘Shift⇥</kbd>   | <kbd>CtrlShiftTab</kbd> |
| 导航至指定对话     | <kbd>⌘1/2/3/..</kbd> | <kbd>Ctrl1/2/3/..</kbd> |
| 创建新对话       | <kbd>⌘N</kbd>        | <kbd>CtrlN</kbd>        |
| 创建新的图像创造者对话 | <kbd>⌘ShiftN</kbd>   | <kbd>CtrlShiftN</kbd>   |

### 聊天

| 操作               | MacOS             | Windows / Linux   |
| ---------------- | ----------------- | ----------------- |
| 聚焦输入框            | <kbd>⌘I</kbd>     | <kbd>CtrlI</kbd>  |
| 发送               | <kbd>⏎</kbd>      | <kbd>⏎</kbd>      |
| 在输入框中插入新行        | <kbd>Shift⏎</kbd> | <kbd>Shift⏎</kbd> |
| 发送但不生成回复         | <kbd>⌘⏎</kbd>     | <kbd>Ctrl⏎</kbd>  |
| 刷新上下文，开始新线程      | <kbd>⌥R</kbd>     | <kbd>AltR</kbd>   |
| 快速插入输入框中的上一个历史输入 | <kbd>↑</kbd>      | <kbd>↑</kbd>      |
| 快速插入输入框中的下一个历史输入 | <kbd>↓</kbd>      | <kbd>↓</kbd>      |

### 搜索

| 操作              | MacOS         | Windows / Linux  |
| --------------- | ------------- | ---------------- |
| 显示/隐藏搜索对话框      | <kbd>⌘K</kbd> | <kbd>CtrlK</kbd> |
| 在搜索对话框中导航至上一个选项 | <kbd>↑</kbd>  | <kbd>↑</kbd>     |
| 在搜索对话框中导航至下一个选项 | <kbd>↓</kbd>  | <kbd>↓</kbd>     |
| 选择搜索对话框中的当前选项   | <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/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.
