23#ifndef MUTT_KEY_INIT_H
24#define MUTT_KEY_INIT_H
keycode_t AbortKey
code of key to abort prompts, normally Ctrl-G
void km_cleanup(void)
Free the key maps.
void km_init(void)
Initialise all the menu keybindings.
void km_set_abort_key(void)
Parse the abort_key config string.
void km_menu_add_bindings(const struct MenuOpSeq *map, enum MenuType mtype)
Attach a set of keybindings to a Menu.
short keycode_t
Type for key storage, the rest of neomutt works fine with int type.
MenuType
Types of GUI selections.