Enum KeyModifiers
Modifier keys that can be combined with regular keys
[Flags]
public enum KeyModifiers
Fields
Alt = 4
Control = 1
None = 0
Shift = 2
Super = 8
Modifier keys that can be combined with regular keys
[Flags]
public enum KeyModifiers
Alt = 4
Control = 1
None = 0
Shift = 2
Super = 8