Parse key bindings.
Function | Description | Links |
---|---|---|
km_bind() | Bind a key to a macro | |
km_bind_err() | Set up a key binding | |
km_bindkey() | Bind a key in a Menu to an operation | |
km_bindkey_err() | Bind a key in a Menu to an operation (with error message) | |
km_unbind_all() | Free all the keys in the supplied Keymap | |
mutt_parse_bind() | Parse the 'bind' command | Command::parse(), command_parse |
mutt_parse_exec() | Parse the 'exec' command | Command::parse(), command_parse |
mutt_parse_macro() | Parse the 'macro' command | Command::parse(), command_parse |
mutt_parse_push() | Parse the 'push' command | Command::parse(), command_parse |
mutt_parse_unbind() | Parse the 'unbind' command | Command::parse(), command_parse |
parse_keymap() | Parse a user-config key binding | |
parse_menu() | Parse menu-names into an array | |
try_bind() | Try to make a key binding |