# ctrlKey

> Returns true if the Ctrl key is pressed.

## Definition

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

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

### Remarks

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