> 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-ko/in-world/shortcuts-and-chat-commands.md).

# 단축키 및 채팅 명령어

Decentraland의 단축키 및 채팅 명령어

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

## 키보드 단축키

WASD 키나 화살표 키를 사용해 아바타를 데센트럴랜드 안에서 이동하는 것 외에도, 월드 안에 있을 때 키보드로 할 수 있는 일이 훨씬 많습니다. 모든 키보드 단축키는 위에 표시되어 있습니다. 필요할 때마다 이 그래픽을 월드 안에서 불러올 수 있으며, 사이드바 메뉴의 키보드 아이콘을 클릭하기만 하면 됩니다.

**다음 단축키를 기억하세요:**

* \[**B**]: 감정 표현 휠 열기
* \[**Shift**]: 이동하면서 달리기
* \[**C**]: 카메라 열기
* \[**K**]: 사진 갤러리 열기
* \[**U**]: UI 표시/숨기기
* \[**N**]: 이름표 표시/숨기기

## 채팅 명령어

월드 안에 있을 때는 언제나 화면의 왼쪽 아래 구석에 채팅 바가 보입니다. 여기에서 친구들과의 채팅은 물론 **주변 채팅**. 데센트럴랜드 아이콘으로 식별되는 Nearby Chat는 월드 안에서 친구가 아니더라도 주변 사람들과 자유롭게 채팅할 수 있는 곳입니다. Nearby Chat는 오직 당신만 볼 수 있는 채팅 명령어를 입력하는 데에도 사용할 수 있습니다.

채팅 명령어는 순간이동이나 다시 불러오기 같은 동작을 실행하는 데 사용하는 특정 문자열입니다. 하나를 사용하려면 Nearby Chat에 명령어를 입력한 다음, \[를 누르세요**Enter**].

* **제네시스 시티 주변으로 순간이동하기** `/goto x,y` (예: `/goto 0,0` 제네시스 플라자를 위해)
* **월드 방문하기** `/goto 월드이름` (예: `/goto officehours`)
* **씬 다시 불러오기** `/reload`
* **디버그 모드 열기(FPS 및 기타 지표 표시)** `/debug`
* **더 많은 채팅 명령어 알아보기** `/help`

![](https://3176976569-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-ko/in-world/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.
