Class pinnacle.input.BindInfo
Bind information.
Mainly used for the bind overlay.
Fields
mods
mods
: pinnacle.input.Mod[]
The bind's modifiers.
ignore_mods
ignore_mods
: pinnacle.input.Mod[]
The bind's ignored modifiers.
bind_layer nullable
bind_layer?
: string
The bind's layer.
group
group
: string
The bind's group. Empty if it is not in one.
description
description
: string
The bind's description. Empty if it does not have one.
quit
quit
: boolean
Whether this bind is a quit bind.
reload_config
reload_config
: boolean
Whether this bind is a reload config bind.
allow_when_locked
allow_when_locked
: boolean
Whether this bind is allowed when the session is locked.
kind
kind
: pinnacle.input.BindInfoKind
What kind of bind this is.