Integer constants that can be combined specifying the state of the SHIFT, CTRL, and ALT keys when the button specified in the button argument is pressed or released.
Name |
Value |
Description |
aKeyShiftNone |
0 |
No key is pressed. |
aKeyShiftShift |
1 |
SHIFT key is pressed. |
aKeyShiftCtrl |
2 |
CTRL key is pressed. |
aKeyShiftAlt |
4 |
ALT key is pressed. |
|