# action

> Is the action key modifier part of the key combination? The action key represents the Control key on Windows and Linux, and the Command key on macOS.

## Definition

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

```csharp
public bool action { get; }
```
