# shiftKey

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

## Definition

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

```csharp
bool shiftKey { get; }
```

### Remarks

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