Parsed 'unbind' or 'unmacro' command. More...
Data Fields | |
| struct MenuDefinitionArray | mda |
| Menus to work on. | |
| bool | all_menus |
| Command affects all Menus. | |
| bool | all_keys |
| Command affects all key bindings. | |
| const char * | key |
| Key string to be removed. | |
Parsed 'unbind' or 'unmacro' command.
Definition at line 52 of file commands.c.
| struct MenuDefinitionArray ParseUnbind::mda |
Menus to work on.
Definition at line 54 of file commands.c.
| bool ParseUnbind::all_menus |
Command affects all Menus.
Definition at line 55 of file commands.c.
| bool ParseUnbind::all_keys |
Command affects all key bindings.
Definition at line 56 of file commands.c.
| const char* ParseUnbind::key |
Key string to be removed.
Definition at line 57 of file commands.c.