๐ CommandList: Key Categories
Example Category Structure:
["example_category"] = {
label = "Example Category",
description = "All keybinds for Example actions",
keysList = {
["example_action"] = {
label = "Example Action",
type = "client", -- Runs a client-side event
trigger = "example_event",
defaultKey = "E"
}
}
}Supported type Values:
type Values:Type
Description
Last updated