# How to simulate input interactions in Unity editor?

**Mixed Reality Toolkit(MRTK)** supports **in-editor input simulation.** Simply run your scene by clicking Unity’s play button. Use these keys to simulate input.

* Press **W, A, S, D** keys to move the **camera**.
* Hold the **right mouse button** and move the mouse to look around.
* To bring up the **simulated hands**, press **Space bar(Right hand)** or **left Shift key(Left hand).**
* To keep [**simulated hands**](https://microsoft.github.io/MixedRealityToolkit-Unity/Documentation/InputSimulation/InputSimulationService.html#hand-simulation?WT.mc_id=github-mixedrealitycurriculum-ayyonet) in the view, press **T** or **Y** key.
* To **rotate simulated hands**, press **Q** or **E(horizontal) / R or F(vertical).**

{% embed url="<https://youtu.be/Z7L4I1ET7GU>" %}


---

# 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://www.xrdev.app/mixed-reality-docs/lessons/lesson-2/project/how-to-simulate-input-interactions-in-unity-editor.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.
