libxdo
|
Data Fields | |
wchar_t | key |
KeyCode | code |
the letter for this key, like 'a' | |
KeySym | symbol |
the keycode that this key is on | |
int | index |
the symbol representing this key | |
int | modmask |
the index in the keysym-per-keycode list that is this key | |
int | needs_binding |
the modifiers activated by this key |
the modifiers activated by this key
if this key need to be bound at runtime because it does not exist in the current keymap, this will be set to 1.