Configure your script
How to change keybinds

How to change kay bindings

Register Key Mapping

The new keybinds will apply only to new players or those who reset their keybinds manually.

To properly organize your keybinds and optimize your resource, we’ve adopted the FiveM native RegisterKeyMapping. This eliminates the need for constant checks (while loops) for key presses, significantly improving performance. This native works by triggering the associated chat command whenever the keybind is pressed.

Optimized performance

Reduces resource usage by removing frame-by-frame checks.

Client customization

Players can now change their own keybinds directly in-game.

How to Change Keys In-Game

Open the Settings Menu

Navigate to the settings menu in GTAV.

Go to Key Bindings

Under settings, find and select key bindings section.

Select FiveM Key Bindings

Scroll to the FiveM section where all FiveM-related keybinds are listed.

Adjust Key Bindings

Select the desired keybind you want to change and press the new key you wish to assign.

How to Reset Keybinds

If you need to reset your keybinds, there are two options:

Using Console

Open the F8 console and type this, example: unbind keyboard f10.

unbind keyboard [key]

Editing Configuration File

  • Press WINDOWS + R to open the Run dialog.
  • Type %appdata%\CitizenFX and press Enter.
  • Open the fivem.cfg file in a text editor.
  • Remove the lines related to the keybind you want to reset.
  • Save the file and restart FiveM.