Control
Marks that the Control key modifier is part of the key combination. Resolves to control key on Windows, macOS, and Linux.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Field
- Namespace: UnityEditor.ShortcutManagement
- Assembly: UnityEditor.CoreModule
Control = 8
Remarks
For most cases it is best to use ShortcutModifiers.Action as it will represent the most appropriate action key for each particular platform.