Expand description
Addon keybinds.
Macros§
- keybind_
handler - Macro to wrap a keybind handler callback.
Structs§
- Keybind
- A keybind.
Functions§
- invoke_
keybind - Triggers a previously registered keybind programmatically.
- register_
keybind_ with_ string - Registers a new keybind using a keybind string like
"ALT+SHIFT+T". - register_
keybind_ with_ struct - Registers a new keybind using a
Keybindstruct. - unregister_
keybind - Unregisters a previously registered keybind.