Result of Matching Keybinding. More...
#include "get.h"
Collaboration diagram for KeymapMatch:Data Fields | |
| enum MenuType | mtype |
| Menu Type, e.g. MENU_INDEX. | |
| KeyGatherFlags | flags |
| Flags, e.g. KEY_GATHER_MATCH. | |
| struct Keymap * | keymap |
Keymap defining bind or `macro. | |
Result of Matching Keybinding.
As the user presses keys, we search the MenuDefinition for matching keybindings.
| enum MenuType KeymapMatch::mtype |
Menu Type, e.g. MENU_INDEX.
| KeyGatherFlags KeymapMatch::flags |
Flags, e.g. KEY_GATHER_MATCH.
| struct Keymap* KeymapMatch::keymap |