Skip to content

๐Ÿ”„ qb-commandbinding

Introduction

  • Allows users to bind keys to the keys F2-F9 can also be changed in the โ€œFivemโ€ section of GTAV โ€œkeybindsโ€ menu

Preview

Configuration

Adding available keys to bind (found in client/main.lua)

local availableKeys = { -- https://docs.fivem.net/docs/game-references/controls/
    {289, "F2"}, -- Corresponding control and label
    {170, "F3"},
    {166, "F5"},
    {167, "F6"},
    {168, "F7"},
    {56,  "F9"},
    {57, "F10"},
}