8 #ifndef FCITX_UTILS_KEYSYM_H 9 #define FCITX_UTILS_KEYSYM_H 17 #include <fcitx-utils/keysymgen.h> 18 #include <fcitx-utils/macros.h> 29 Alt_Shift = Alt | Shift,
30 Ctrl_Shift = Ctrl | Shift,
31 Ctrl_Alt = Ctrl | Alt,
32 Ctrl_Alt_Shift = Ctrl | Alt | Shift,
40 MousePressed = 1U << 8,
41 HandledMask = 1U << 24,
42 IgnoredMask = 1U << 25,
58 UsedMask = 0x5c001fff,
59 SimpleMask = Ctrl_Alt_Shift | Super | Super2 | Hyper | Meta,
KeyState
KeyState to represent modifier keys.
Whether a Key Press is from key repetition.