# Keybinds

{% hint style="danger" %}

```
⁉️ VERY IMPORTANT: 
⚠️ When the keymapping system is activated, it will create a command in users with the current key. 
⚠️ When you change the Key or Command, this process will change for people entering the server for the first time. 
⚠️ Key and Command will not change for players already on the server. 
⚠️ Changing this setting does not change the key assignment in the game, it only changes the default. In the game, the key assignment is changed in settings / fivem / keybinds.
```

{% endhint %}

***

## Cinematic Mode

*\["disabled"]* ⇒ With this variable you can switch the command typing for cinematic off or on

*\["command"]* ⇒ Code to be written to chat for Cinematic

***

## Belt Command - Keybind ( DEFAULT B )

*\["disabled"]* ⇒ disables the belt system completely with the command

*\["key"]* ⇒ If the keybind system is active, with which key this operation can be performed.

*\["usable"]* ⇒ to activate the keybind system (to be able to perform the operation with the key)

*\["command"]* ⇒ The match of the operation in chat

\["description"] ⇒ The point at which the command works or works

***

## Settings - Keybind ( DEFAULT COMMAND "/HUD" )

*\["disabled"]* ⇒ disables the settings system completely with the command

*\["key"]* ⇒ If the keybind system is active, with which key this operation can be performed.

*\["usable"]* ⇒ to activate the keybind system (to be able to perform the operation with the key)

*\["command"]* ⇒ The match of the operation in chat

\["description"] ⇒ The point at which the command works or works

***

## Editor Mode - Keybind Usage ( DEFAULT BIND PageUP )

*\["disabled"]* ⇒ disables the Editor Mode system completely with the command

*\["closeKey"]* ⇒ This is the javascript equivalent of the key that fulfils this operation. You can find javascript key names from [this ](https://www.toptal.com/developers/keycode)site

*\["key"]* ⇒ If the keybind system is active, with which key this operation can be performed.

*\["usable"]* ⇒ to activate the keybind system (to be able to perform the operation with the key)

*\["command"]* ⇒ The match of the operation in chat

\["description"] ⇒ The point at which the command works or works

***

## Car Control Menu - Keybind Usage ( DEFAULT BIND Q )

*\["disabled"]* ⇒ disables the car control system completely with the command

*\["key"]* ⇒ If the keybind system is active, with which key this operation can be performed.

*\["command"]* ⇒ The match of the operation in chat

*\["mouseControl"] ⇒* Allows you to control both the mouse and keyboard simultaneously. If you set it to `true`, you can control car control without splitting the game. If set to `false`, the game will split because your keyboard will only focus on car control.

\["description"] ⇒ The point at which the command works or works


---

# 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://docs.0resmon.org/0resmon/wais-resoucres/wais-hudv6/keybinds.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.
