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