|
|
@ -16,7 +16,7 @@ typedef union {
|
|
|
|
#define KEY_FLAGS B00000000
|
|
|
|
#define KEY_FLAGS B00000000
|
|
|
|
#define CTRL_HELD B00000001
|
|
|
|
#define CTRL_HELD B00000001
|
|
|
|
#define LALT_HELD B00000010
|
|
|
|
#define LALT_HELD B00000010
|
|
|
|
#define RALT_HELD B00000010
|
|
|
|
#define RALT_HELD B00000100
|
|
|
|
#define SHIFT_HELD B00001000
|
|
|
|
#define SHIFT_HELD B00001000
|
|
|
|
#define GUI_HELD B00010000
|
|
|
|
#define GUI_HELD B00010000
|
|
|
|
#define SWITCH_TO_KEYMAP B00100000
|
|
|
|
#define SWITCH_TO_KEYMAP B00100000
|
|
|
|