control
Determines if the Control key modifier is part of the key combination. Represents the Control key on Windows, macOS, and Linux.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: UnityEditor.ShortcutManagement
- Assembly: UnityEditor.CoreModule
public bool control { get; }
Remarks
For most cases it is best to use KeyCombination.action as it will bind the most appropriate action key for each particular platform.