| Value | Meaning |
|---|---|
| NoneKMOD_NONE | 0 (no modifier is applicable) |
| LShiftKMOD_LSHIFT | the left Shift key is down |
| RShiftKMOD_RSHIFT | the right Shift key is down |
| LCtrlKMOD_LCTRL | the left Ctrl (Control) key is down |
| RCtrlKMOD_RCTRL | the right Ctrl (Control) key is down |
| LAltKMOD_LALT | the left Alt key is down |
| RAltKMOD_RALT | the right Alt key is down |
| LGuiKMOD_LGUI | the left GUI key (often the Windows key) is down |
| RGuiKMOD_RGUI | the right GUI key (often the Windows key) is down |
| NumKMOD_NUM | the Num Lock key (may be located on an extended keypad) is down |
| CapsKMOD_CAPS | the Caps Lock key is down |
| ModeKMOD_MODE | the AltGr key is down |
| CtrlKMOD_CTRL | (Mod.LCtrl|Mod.RCtrl) |
| ShiftKMOD_SHIFT | (Mod.LShift|Mod.RShift) |
| AltKMOD_ALT | (Mod.LAlt|Mod.RAlt) |
| GuiKMOD_GUI | (Mod.LGui|Mod.RGui) |
All supported Keyboard modifiers.