wlmaker
|
Public Attributes | |
bs_dllist_node_t | dlnode |
const wlmaker_key_combo_t * | key_combo_ptr |
wlmaker_keybinding_callback_t | callback |
Internal struct holding a keybinding.
wlmaker_keybinding_callback_t _wlmaker_key_binding_t::callback |
Callback for when this modifier + key is encountered.
bs_dllist_node_t _wlmaker_key_binding_t::dlnode |
Node within wlmaker_server_t::bindings.
const wlmaker_key_combo_t* _wlmaker_key_binding_t::key_combo_ptr |
The key binding: Modifier and keysym to bind to.