# Viewer Keyboard Shortcuts

| Action                                 | Windows/Linux Shortcut       | MacOS Shortcut               |
| -------------------------------------- | ---------------------------- | ---------------------------- |
| 3rd Person <-> 1st Person mode         | `ctrl` + `1`                 | `cmd` + `1`                  |
| Non-pointer lock <-> Pointer lock mode | `ctrl` + `2`                 | `cmd` + `2`                  |
| Mute                                   | `e`                          | `e`                          |
| Emojis                                 | `1`, `2`, `3`, `4`, `5`, `6` | `1`, `2`, `3`, `4`, `5`, `6` |

## 3D Scene Controls

The following keyboard shortcuts work only in a 3D Scene

| Action | Shortcut                         |
| ------ | -------------------------------- |
| Move   | ←, ↑, ↓, → OR `w`, `a`, `s`, `d` |
| Jump   | `space`                          |

## Also Check

{% content-ref url="/pages/ZMdVa5R8ZAA6J1RBsvnw" %}
[Editor Keyboard Shortcuts](/metaverse/build/editor/editor-keyboard-shortcuts.md)
{% endcontent-ref %}


---

# 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://docs.gmetri.com/metaverse/player/viewer-keyboard-shortcuts.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.
