# 客户端快捷键

以下是常见快捷键

| 操作     | Windows 快捷键 | macOS 快捷键 | 备注                         |
| ------ | ----------- | --------- | -------------------------- |
| 放大     | Ctrl =      | ⌘ =       | 即键盘上的 `+` 号键位              |
| 缩小     | Ctrl -      | ⌘ -       |                            |
| 原尺寸    | Ctrl 1      | ⌘ 1       |                            |
| 适应视图   | Ctrl 0      | ⌘ 0       |                            |
| 过滤画板   | Ctrl E      | ⌘ E       | 激活左边栏搜索画板功能                |
| 退出过滤画板 | ESC         | ESC       | 当前处于过滤状态                   |
| 全选     | Ctrl A      | ⌘ A       |                            |
| 切换视图   | tab         | tab       | 隐藏右边栏-隐藏左右边栏—隐藏左边栏-普通模式间切换 |
| 快速移动采集 | m           | m         | 唤起画板选择器                    |


---

# 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://doc.huabanpro.com/desk-app/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.
