> For the complete documentation index, see [llms.txt](https://doc.anytype.io/anytype-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.anytype.io/anytype-docs/documentation_cn/za-xiang/keyboard-shortcuts/main-commands.md).

# 主要命令

### 基本

**⌘ + N** | 创建新对象

**⌘ + Shift + N** | 新建 Anytype 窗口

**⌘ + Option + N** | 在新窗口中创建新对象

**⌘ + Enter** | 从搜索界面在新窗口中打开对象

**⌘ + Option + F** | 切换全屏

**⌘ + Z** | 撤销

**⌘ + Shift + Z** | 重做

**⌘ + P** | 打印

**⌘ + F** | 页面中查找

**⌘ + Q** | 关闭 Anytype

**⌘ + Y** | 显示页面编辑历史记录

**Shift + 点击** | 在浮动视图中打开页面链接

**⌘ + 点击** | 在新窗口中打开页面链接

**Ctrl + 空格** | 打开快捷键视图的快捷键

**⌘ + \\** | 切换侧边栏

**⌘ + "+"** | 放大

**⌘ + "-"** | 缩小

**⌘ + 0** | 默认缩放

### 结构化

**Enter** | 创建新的文本块

**Shift + Enter** | 在文本块内创建换行符

**Delete** | 将块与上面的块合并

**Tab** | 缩进。创建一个嵌套块。将它向后移动

**Shift + Tab** | 减少缩进。将区块移动到左侧的父区块级中

### 选择

**双击** | 选择单词

**三击** | 选择整个块

**⌘ + A** | 选择页面内的所有块

**Shift + ↑ 或 ↓** | 向上或向下扩展你的选择

**⌘ + 点击** | 选择或取消选择整个块

**Shift + 点击** | 选择块与块之间的所有块

### 操作 / 激活命令菜单

**⌘ + /** | 打开操作菜单

**⌘ + Delete** | 删除光标左侧的单词

**⌘ + C** | 复制所选的单个/多个块或文本部分

**⌘ + X** | 剪切所选的单个/多个块或文本部分

**⌘ + V** | 将外部数据粘贴到 Anytype 的单个/多个块或文本部分

**⌘ + D** | 为所选的单个/多个块创建副本

**⌘ + E, ⌘ + .** | 显示 emoji 选择器 🏄‍♂️

### 文本样式

**⌘ + B** | 粗体

**⌘ + I** | 斜体

**⌘ + U** | 下划线

**⌘ + Shift +S** | 删除线

**⌘ + K** | 添加链接

**⌘ + L** | 转换为行内代码

**⌘ + Shift + C** | 应用先前选择的字体颜色

**⌘ + Shift + H** | 应用先前选择的高亮


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://doc.anytype.io/anytype-docs/documentation_cn/za-xiang/keyboard-shortcuts/main-commands.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
