Docs
Keybinds

Keybinds

The Keybinds Panel allow you to show your server specific keybinds to your players.

Keybinds Panel

Configuration

The configuration file is located at g-tablet/core/configs/appKeybind.json.

appKeybind.json
{
  "keybinds": [
    { "key": "²", "action": "Contextual Menu" },
    { "key": "F1", "action": "Open your phone" },
    { "key": "F2", "action": "Open your inventory" },
    { "key": "F3", "action": "Open Menu for animation" },
    { "key": "F4", "action": "Open Menu for Business" },
    { "key": "F5", "action": "Open Menu for props" },
    { "key": "F6", "action": "Open Menu for groups" },
    { "key": "F7", "action": "Open Menu for work" },
    { "key": "F8", "action": "Open FiveM Console" },
    { "key": "TAB", "action": "Open Inventory Slots" },
    { "key": "B", "action": "Show something" },
    { "key": "C", "action": "Hide" },
    { "key": "H", "action": "Hands up" },
    { "key": "U", "action": "Ragdoll" },
    { "key": "X", "action": "Stop the animation" },
    { "key": "P", "action": "Open the map" },
    { "key": "T", "action": "Open the chat" }
 
  ],
  "commands": [
    { "command": "/id", "action": "Get your ID" },
    { "command": "/report", "action": "Report a player" },
    { "command": "/quit", "action": "Quit the Game" }
  ]
}