Enum KeyModifier
Namespace: Unity.Muse.Common
Syntax
[Flags]
public enum KeyModifier
Fields
Name | Description | Value |
---|---|---|
None | No modifier keys. |
0 |
Alt | Alt key (or Option key on macOS). |
1 |
Action | Control key on Windows and Linux. Command key on macOS. |
2 |
Shift | Shift key. |
4 |
Control | Marks that the Control key modifier is part of the key combination. Resolves to control key on Windows, macOS, and Linux. |
8 |