Binding
A binding maps a key press on to an action.
See bindings in the guide for details.
Binding
class
¶
The configuration of a key binding.
key
instance-attribute
¶
Key to bind. This can also be a comma-separated list of keys to map multiple keys to a single action.
key_display
class-attribute
instance-attribute
¶
How the key should be shown in footer.
priority
class-attribute
instance-attribute
¶
Enable priority binding for this key.
show
class-attribute
instance-attribute
¶
Show the action in Footer, or False to hide.