Key Modifier Values
Define value | Value | Description |
---|---|---|
NO_MODIF | 0 | No modifier key |
MODIF_SHIFT | 1 | The "Shift" key |
MODIF_CONTROL | 2 | The "Ctrl" key |
MODIF_ALT | 4 | The "Alt" key |
MODIF_RALT | 8 | The "Alt" key on the right side of the keyboard. This is relevant to locales where this key is different from the left ALT key. |
MODIF_NUMPAD | 65536 | Emulates pressing the specified key on the numeric keypad |