> For the complete documentation index, see [llms.txt](https://devastator.gitbook.io/devastator/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://devastator.gitbook.io/devastator/gameplay/controls.md).

# Controls

These are the default player controls for standard keyboard/mouse, and gamepads. Keys/commands can be reassigned by the player through the main menu.

<table><thead><tr><th width="221.33333333333331">Action</th><th width="223">Keyboard/Mouse</th><th>Gamepad</th></tr></thead><tbody><tr><td>Move player</td><td>W, A, S, D</td><td>Left joystick</td></tr><tr><td>Aim</td><td>Cursor</td><td>Right joystick</td></tr><tr><td>Run</td><td>SHIFT</td><td>Left shoulder</td></tr><tr><td>Roll</td><td>SPACE</td><td>Button west (X)</td></tr><tr><td></td><td></td><td></td></tr><tr><td>Primary weapon</td><td>Left Click</td><td>Right trigger</td></tr><tr><td>Secondary item</td><td>Right Click</td><td>Left trigger</td></tr><tr><td>Reload</td><td>R</td><td>Button north (Y)</td></tr><tr><td>Drop primary</td><td>V</td><td>Button east (B)</td></tr><tr><td>Drop secondary </td><td>T</td><td>Button south (A)</td></tr><tr><td></td><td></td><td></td></tr><tr><td>Camera lock</td><td>L</td><td>Right stick press</td></tr><tr><td>View match information</td><td>TAB</td><td>Start</td></tr><tr><td>Open main menu</td><td>ESC</td><td>Back</td></tr></tbody></table>


---

# 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://devastator.gitbook.io/devastator/gameplay/controls.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.
