23#ifndef MUTT_KEY_NOTIFY_H
24#define MUTT_KEY_NOTIFY_H
NotifyBinding
Key Binding notification types.
@ NT_MACRO_ADD
Key macro has been added.
@ NT_MACRO_DELETE
Key macro has been deleted.
@ NT_BINDING_DELETE
Key binding has been deleted.
@ NT_BINDING_ADD
Key binding has been added.
const char * key
Key string being bound (for new bind/macro)
int op
Operation the key's bound to (for bind), e.g. OP_DELETE.
const struct MenuDefinition * menu
Menu Definition.