# actionKey

> Gets a boolean value that indicates whether the platform-specific action key is pressed. True means the action key is pressed. False means it isn't.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.UIElements](/engine/6000.0/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

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

### Remarks

The platform-specific action key is Cmd on macOS, and Ctrl on all other platforms.
