Keybinds
All keybinds registered by vx_mdt and how to rebind them.
All keybinds are registered through ox_lib and can be rebound in FiveM Settings > Key Bindings > FiveM at any time. The notification UI dynamically reflects the player's current bindings.
Terminal
| Default Key | Action | Config |
|---|---|---|
K | Toggle MDT | terminal.defaultKey |
Set terminal.keybind to false to disable the keybind entirely — players can still use the /mdt chat command.
Dispatch Notifications
These keybinds are only active while a dispatch notification popup is visible on screen.
| Default Key | Action |
|---|---|
O | Dismiss the active notification |
G | Open MDT and navigate to the dispatch call |
Z | Respond — attach to or detach from the call |
J | Expand or collapse notification details |
Dispatch Panel
| Default Key | Action | Config |
|---|---|---|
F5 | Toggle dispatch overlay panel | dispatch.overlayKeybind |
Only registered when dispatch.globalOverlay is true.
Panic
| Default Key | Action | Config |
|---|---|---|
F9 | Send panic signal | dispatch.panicKeybind |
Only registered when dispatch.panicButton is true. Cooldown between signals is controlled by dispatch.panicCooldown (default 30 seconds).
Dispatch notification keys (O, G, Z, J) are not configurable in config/shared/global.lua — they use fixed defaults registered through ox_lib. Players can rebind them individually in FiveM's key binding settings.