# Control

> Marks that the Control key modifier is part of the key combination. Resolves to control key on Windows, macOS, and Linux.

## Definition

* **Type:** Field
* **Namespace:** [UnityEditor.ShortcutManagement](/engine/6000.7/script-reference/unityeditor/shortcutmanagement.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
Control = 8
```

### Remarks

For most cases it is best to use [ShortcutModifiers.Action](/engine/6000.7/script-reference/unityeditor/shortcutmanagement/shortcutmodifiers/action.md) as it will represent the most appropriate action key for each particular platform.
