Keybinds and Allowed Controls
Default Keybinds
-- The default keybind used to open/close the neon controller menu
-- Set this to nil if you dont want a keybind to be used
Config.DefaultKeybind = 'n'Allowed Controls
-- Keyboard controls that are enabled while the neon controller UI is open.
-- See https://docs.fivem.net/docs/game-references/controls/ for all keys
Config.AllowedControls = {
75, -- exit vehicle (F)
71, -- accelerate vehicle (W)
72, -- deccelerate vehicle (S)
59, -- turn vehicle left/right (A/D)
86, -- honk (E)
74, -- toggle headlight (H)
101, -- open vehicle roof (H)
76, -- handbrake (Spacebar)
245, -- open chat (T)
85, -- use radio (Q)
}
Last updated