---
title: "isShiftDown"
description: "Verifies whether either of the shift keys are down."
type: "property"
---

<div class='type'>Property</div>


<a id='references'></a>

<div class='sourceset sourceset-common'>Common</div>


```kotlin
val KeyInjectionScope.isShiftDown: Boolean
```


Verifies whether either of the shift keys are down.

#### Returns

| | |
| --- | --- |
|  | true if a shift key is currently down, false otherwise. |




