A key binding Event.
More...
#include "lib.h"
|
enum MenuType | menu |
| Menu, e.g. MENU_PAGER.
|
|
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.
|
|
A key binding Event.
Definition at line 118 of file lib.h.
◆ menu
◆ key
const char* EventBinding::key |
Key string being bound (for new bind/macro)
Definition at line 121 of file lib.h.
◆ op
Operation the key's bound to (for bind), e.g. OP_DELETE.
Definition at line 122 of file lib.h.
The documentation for this struct was generated from the following file: