# Input Mapping

<table><thead><tr><th>Action</th><th>Input</th><th data-hidden></th></tr></thead><tbody><tr><td>Fire</td><td>Left Mouse</td><td></td></tr><tr><td>Aim</td><td>Right Mouse</td><td></td></tr><tr><td>Reload</td><td>R</td><td></td></tr><tr><td>Move Forward</td><td>W</td><td></td></tr><tr><td>Move Backward</td><td>S</td><td></td></tr><tr><td>Move Left</td><td>A</td><td></td></tr><tr><td>Move Right</td><td>D</td><td></td></tr><tr><td>Sprint</td><td>Left Shift</td><td></td></tr><tr><td>Jump</td><td>Space</td><td></td></tr><tr><td>Crouch</td><td>C</td><td></td></tr><tr><td>Player Stealth Mode</td><td>Left Control</td><td></td></tr><tr><td>Interact</td><td>F</td><td></td></tr><tr><td>Throw Item</td><td>H</td><td></td></tr><tr><td>Weapon Slot 1</td><td>Alpha1</td><td></td></tr><tr><td>Weapon Slot 2</td><td>Alpha2</td><td></td></tr><tr><td>Weapon Slot 3</td><td>Alpha3</td><td></td></tr><tr><td>Weapon Slot 4</td><td>Alpha4</td><td></td></tr><tr><td>Next Weapon</td><td>Mouse ScrollWheel</td><td></td></tr><tr><td>Previous Weapon</td><td>Mouse ScrollWheel</td><td></td></tr><tr><td>Change Fire Rate</td><td>B</td><td></td></tr><tr><td>Quick Knife Shot</td><td>V</td><td></td></tr><tr><td>Quick Nade</td><td>G</td><td></td></tr><tr><td>Scoreboard</td><td>Tab</td><td></td></tr><tr><td>Chat</td><td>T</td><td></td></tr><tr><td>Team Chat</td><td>Y</td><td></td></tr><tr><td>Change Camera View</td><td>P</td><td></td></tr><tr><td>Push To Talk</td><td>I</td><td></td></tr><tr><td>Execute UAV</td><td>Alpha7</td><td></td></tr><tr><td>Execute Helicopter Support</td><td>Alpha8</td><td></td></tr><tr><td>Execute Air Streak</td><td>Alpha9</td><td></td></tr></tbody></table>


---

# 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.atdawn.io/information/input-mapping.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.
