|
rofi
1.5.4
|
Functions | |
| gboolean | parse_keys_abe (NkBindings *bindings) |
| void | setup_abe (void) |
| enum BindingsScope |
| enum KeyBindingAction |
List of all possible actions that can be triggered by a keybinding.
| gboolean parse_keys_abe | ( | NkBindings * | bindings | ) |
Parse the keybindings. This should be called after the setting system is initialized.
Definition at line 148 of file keyb.c.
References ActionBindingEntry::binding, binding_trigger_action(), bindings, ActionBindingEntry::comment, ActionBindingEntry::id, mouse_default_bindings, ActionBindingEntry::name, rofi_add_error_message(), rofi_bindings, ActionBindingEntry::scope, SCOPE_MAX_FIXED, and SCOPE_MIN_FIXED.
Referenced by main().


| void setup_abe | ( | void | ) |
Setup the keybindings This adds all the entries to the settings system.
Definition at line 134 of file keyb.c.
References ActionBindingEntry::binding, ActionBindingEntry::comment, config_parser_add_option(), ActionBindingEntry::name, rofi_bindings, and xrm_String.
Referenced by main().

