> For the complete documentation index, see [llms.txt](https://docs.decentraland.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.decentraland.org/player/player-zh/shi-jie-nei/shortcuts-and-chat-commands.md).

# 快捷方式与聊天命令

Decentraland 中的快捷键与聊天命令

![](https://2615134243-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUWbeOuof0RchgfvQfPTf%2Fuploads%2Fgit-blob-5ed97850438ed48c6d5905b8aac23ba4c0e1ff3c%2FShortcuts.png?alt=media)

## 键盘快捷键

除了使用 WASD 键或方向键在 Decentraland 中移动你的虚拟形象之外，当你在世界中时，键盘还能为你做更多事情。上面显示了所有键盘快捷键。你可以在需要时随时调出这张图，点击侧边栏菜单中的键盘图标即可。

**记住这些快捷键：**

* \[**B**]: 打开表情轮盘
* \[**Shift**]: 移动时奔跑
* \[**C**]: 打开相机
* \[**K**]: 打开照片库
* \[**U**]: 显示/隐藏界面
* \[**N**]: 显示/隐藏姓名标签

## 聊天指令

当你在世界中时，屏幕左下角始终会显示一个聊天栏。在这里，你可以与你的好友聊天，以及使用 **附近聊天**。通过 Decentraland 图标即可识别，附近聊天可让你在世界中与周围的人自由聊天，即使你们不是朋友也可以。附近聊天还可用于输入只有你自己能看到的聊天指令。

聊天指令是用于触发传送或重新加载等操作的特定文本字符串。使用时，请在附近聊天中输入该指令，然后按下 \[**回车**].

* **在 Genesis City 中传送** `/goto x,y` （例如 `/goto 0,0` 适用于 Genesis Plaza）
* **访问世界** `/goto World'sName` （例如 `/goto officehours`)
* **重新加载场景** `/reload`
* **打开调试模式（显示 FPS 和其他指标）** `/debug`
* **发现更多聊天指令** `/help`

![](https://2615134243-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUWbeOuof0RchgfvQfPTf%2Fuploads%2Fgit-blob-9f65cf5d60091f961c5783ec434a7b0b8c3c7284%2FChat10.png?alt=media)


---

# 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://docs.decentraland.org/player/player-zh/shi-jie-nei/shortcuts-and-chat-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.
