Key helper functions
| Data | Description | Links |
|---|---|---|
| AbortKey | code of key to abort prompts, normally Ctrl-G | |
| KeyNames | Key name lookup table |
| Function | Description | Links |
|---|---|---|
| alloc_keys() | Allocate space for a sequence of keys | |
| gather_unbound() | Gather info about unbound functions for one menu | |
| get_op() | Get the function by its name | |
| is_bound() | Does a function have a keybinding? | |
| km_compare_keys() | Compare two keymaps' keyscodes and return the bigger one | |
| km_expand_key() | Get the key string bound to a Keymap | |
| km_expand_key_string() | Get a human-readable key string | |
| km_find_func() | Find a function's mapping in a Menu | |
| km_get_table() | Lookup a Menu's functions | |
| km_keyname() | Get the human name for a key | |
| mutt_get_func() | Get the name of a function | |
| mutt_keymap_free() | Free a Keymap | |
| parse_fkey() | Parse a function key string | |
| parse_keycode() | Parse a numeric keycode | |
| parsekeys() | Parse a key string into key codes |