# shiftKey

> Gets a boolean value that indicates whether the Shift key is pressed. True means the Shift 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
bool shiftKey { get; }
```
