Skip to main content

Module key_bindings

Module key_bindings 

Source
Expand description

Helpers to add key bindings to widgets.

Constantsยง

ACTIVATE_KEYS ๐Ÿ”’
List of keys that activate a widget.
CONTEXT_MENU_BINDINGS ๐Ÿ”’
List of key and modifier combos that trigger a context menu to appear.

Functionsยง

add_activate_bindings ๐Ÿ”’
Add key bindings to the given class to trigger the given action to activate a widget.
add_context_menu_bindings ๐Ÿ”’
Add key bindings to the given class to trigger the given action to show a context menu.