# 文献操作快捷键

| Ctrl + N     | 创建新文献     |
| ------------ | --------- |
| Ctrl + 鼠标左键  | 选择多个文献    |
| Shift + 鼠标左键 | 选择一定范围内文献 |
| Ctrl + E     | 打开选中的文献   |
| Ctrl + W     | 关闭当前窗口    |
| Tab          | 下一个字体     |
| Shift + Tab  | 上一个字段     |
| **文本选中时**    |           |
| Ctrl + T     | 转换为纯文本    |
| Ctrl + L     | 选择纯文本字体   |
| Ctrl + B     | 粗体        |
| Ctrl + I     | 斜体        |
| Ctrl + U     | 下划线       |


---

# 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://kb.howsci.com/keyboard/keyboard-commands.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.
