~/vipex/docs_

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 KeyActionConfig
KToggle MDTterminal.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 KeyAction
ODismiss the active notification
GOpen MDT and navigate to the dispatch call
ZRespond — attach to or detach from the call
JExpand or collapse notification details

Dispatch Panel

Default KeyActionConfig
F5Toggle dispatch overlay paneldispatch.overlayKeybind

Only registered when dispatch.globalOverlay is true.

Panic

Default KeyActionConfig
F9Send panic signaldispatch.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.

On this page