> For the complete documentation index, see [llms.txt](https://docs.engagevr.io/engage/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.engagevr.io/engage/experience-editor/user-interface/controls/controls-on-a-desktop-device.md).

# Controls on a desktop device

On Windows or macOS desktop devices, use the following controls:

| Action                                                             | Control                                                                       |
| ------------------------------------------------------------------ | ----------------------------------------------------------------------------- |
| Look around                                                        | Hold the **left mouse button** or **middle mouse button** and move the mouse. |
| Move forwards in the direction that you're facing                  | **W** or **up** arrow key                                                     |
| Move backwards from the direction that you're facing               | **S** or **down** arrow key                                                   |
| Slide to the left                                                  | **A** or **left** arrow key                                                   |
| Slide to the right                                                 | **D** or **right** arrow key                                                  |
| Move vertically upwards                                            | **Q**                                                                         |
| Move vertically downwards                                          | **E**                                                                         |
| Move faster                                                        | **Shift** + movement key                                                      |
| Move more slowly                                                   | **Ctrl** + movement key                                                       |
| Open and close the editor panel                                    | **Esc**                                                                       |
| Undo                                                               | **Ctrl** + **Z**                                                              |
| Delete the selected object                                         | **Delete**                                                                    |
| Focus the timeline on the selected object                          | **F**                                                                         |
| Insert a keyframe for the selected object at the playhead location | **i**                                                                         |
| Zoom in and out of the timeline, curve editor, or dope sheet       | Mouse scroll wheel                                                            |

{% hint style="info" %}
On Windows or macOS desktop devices, you can't use the teleport control to move around in the Experience Editor.
{% endhint %}


---

# 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:

```
GET https://docs.engagevr.io/engage/experience-editor/user-interface/controls/controls-on-a-desktop-device.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.
