Set up the key bindings
| Data | Description | Links |
|---|---|---|
| AbortKey | code of key to abort prompts, normally Ctrl-G | |
| KeyCommands | Key Binding Commands |
| Function | Description | Links |
|---|---|---|
| km_cleanup() | Free the key maps | |
| km_config_observer() | Notification that a Config Variable has changed | observer_t, observer_api |
| km_init() | Initialise all the menu keybindings | |
| km_menu_add_bindings() | Add Keybindings to a Menu | |
| km_menu_add_submenu() | Add a SubMenu to a Menu Definition | |
| km_register_menu() | Register a menu | |
| km_register_submenu() | Register a submenu | |
| km_set_abort_key() | Parse the abort_key config string | |
| km_sort() | Sort all the menu keybindings | |
| menu_defs_sort() | Compare two MenuDefinitions by their names | sort_t, sort_api |