OptionaleditableThe default bindings that can be changed by the user.
OptionalhintAn additional human-readable hint.
The human-readable name.
OptionalnamespaceThe namespace within which the action was registered
OptionalonA function to execute when a key down event occurs. If True is returned, the event is consumed and no further keybinds execute.
OptionalonA function to execute when a key up event occurs. If True is returned, the event is consumed and no further keybinds execute.
OptionalorderThe recorded registration order of the action.
OptionalprecedenceThe preferred precedence of running this Keybinding Action.
OptionalrepeatIf True, allows Repeat events to execute the Action's onDown. Defaults to false.
OptionalreservedModifiers such as ["CONTROL"] that can be also pressed when
executing this Action. Prevents using one of these modifiers as
a Binding.
OptionalrestrictedIf true, only a GM can edit and execute this Action.
OptionaluneditableThe default bindings that can never be changed nor removed.
A Client Keybinding Action Configuration