# 剪贴板

| Clipboard                          | 剪贴板            |
| ---------------------------------- | -------------- |
|                                    |                |
| Cut                                | 剪切             |
|                                    |                |
| Copy                               | 复制             |
| Paste                              | 粘贴             |
|                                    |                |
| Set Clipboard to Text              | 将剪贴板设置为文本      |
| Set Clipboard to Past Clipboard    | 将剪贴板设置为过去的剪贴板  |
| Set Clipboard to Image             | 将剪贴板设置为图像      |
| Set Clipboard to File Reference    | 将剪贴板设置为文件引用    |
| Set Clipboard to Variable          | 将剪贴板设置为变量      |
| Remove Clipboard Flavors           | 删除剪贴板风味        |
| Delete Current System Clipboard    | 删除当前系统剪贴板      |
| Delete Past Clipboard              | 删除过去的剪贴板       |
| Cut to Named Clipboard             | 剪切到指定剪贴板       |
| Copy to Named Clipboard            | 复制到指定剪贴板       |
| Paste from Named Clipboard         | 从命名剪贴板粘贴       |
| Copy Clipboard to Clipboard        | 将剪贴板复制到剪贴板     |
| Paste by Name                      | 按名称粘贴          |
| Apply Style to Clipboard           | 将样式应用到剪贴板      |
| Apply a BBEdit Text Factory        | 应用 BBEdit 文本工厂 |
| Filter                             | 过滤器            |
|                                    |                |
| Search and Replace                 | 搜索和替换          |
| Search using Regular Expression    | 使用正则表达式搜索      |
| Substring of Variable or Clipboard | 变量或剪贴板的子字符串    |
| Display Clipboard                  | 显示剪贴板          |


---

# 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://km.qxpai.cn/dong-zuo-action/jian-tie-ban.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.
