Fast Slots & Hotbar
Fast Slots & Hotbar
Nord reserves the first five inventory slots as Fast Slots when the default configuration is used.
Config.UI.hotbarSlots = 5
Config.UI.hotbarKeybinds = true
Pinning behavior
Fast Slots are real player inventory slots. When an item is pinned there, Nord prevents normal dragging, splitting, transferring or swapping of that pinned item until the player explicitly unpins it.
This avoids accidental movement of the item assigned to a keyboard shortcut.
Keybinds
1→ Fast Slot 12→ Fast Slot 23→ Fast Slot 34→ Fast Slot 45→ Fast Slot 5
Internally, the registered commands are nordslot1 through nordslot5, so FiveM key mapping can be changed by the player/server keybind system.
Standalone hotbar
The separate hotbar does not take NUI focus, allowing the player to keep moving.
Config.Hotbar = {
Enabled = true,
Command = 'hotbar',
OpenKey = 'Z',
Mode = 'timed',
Duration = 3200,
ShowOnSlotUse = false
}
Mode = 'toggle' keeps it visible until toggled again.