Enum InputModifiers
Input modifier flags that can be combined
[Flags]
public enum InputModifiers : byte
Fields
Alt = 4
Alt key modifier
Ctrl = 2
Control key modifier
Meta = 8
Meta key modifier (Windows key, Cmd key, etc.)
None = 0
No modifier keys pressed
Shift = 1
Shift key modifier