# Keybinds & Commands

***

### 🔑 Keybinds

| Action                     | Key | Description                                                                         |
| -------------------------- | --- | ----------------------------------------------------------------------------------- |
| **Focus Vehicle Dispatch** | F10 | Focuses the vehicle dispatch panel for navigation and call handling.                |
| **Open Vehicle Dispatch**  | F11 | Opens the vehicle dispatch panel if closed.                                         |
| **Set Last Waypoint**      | O   | Instantly sets your GPS waypoint to the last known location of the active incident. |

> You can modify these in your config if needed for custom control preferences.

***

### 🧾 Slash Commands

#### `/mdt_settings`

* Opens the MDT Settings UI.
* Allows you to **resize** and **reposition** UI elements like:
  * Bodycam feed
  * Vehicle/on-foot dispatch panels
  * Incoming dispatch calls area

***

#### `/911r <incident_id> <message>`

* Sends a **reply** to a 911 incident.
* **Example**:\
  `/911r 42 Units are responding.`

***

#### `/311r <incident_id> <message>`

* Sends a **reply** to a 311 incident.
* **Example**:\
  `/311r 17 Your report has been logged.`


---

# 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://kartik-scripts.gitbook.io/docs/scripts/kartik-mdt/configuration/keybinds-and-commands.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.
