Enum KeyboardModifierKey
Specifies the set of modifier keys.
Namespace: Artemis.Core.Services
Assembly: Artemis.Core.dll
Syntax
[Flags]
public enum KeyboardModifierKey
Fields
| Name | Description |
|---|---|
| Alt | The ALT key. |
| Control | The CTRL key. |
| None | No modifiers are pressed. |
| Shift | The SHIFT key. |
| Windows | The Windows logo key. |