# ctrlKey

> Gets a boolean value that indicates whether the Ctrl key is pressed.

## Definition

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

```csharp
bool ctrlKey { get; }
```

### Remarks

Refer to [EventModifiers.Control](/engine/6000.5/script-reference/unityengine/eventmodifiers/control.md) for more information.
