# `GSWindowController.ShiftKey`

*Instance Property*

if the Shift key is currently pressed

## Declaration

```swift
var shiftKey: Bool { get set }
```

```objc
@property (nonatomic) bool ShiftKey;
```

```python
ShiftKey() -> bool
setShiftKey_(ShiftKey: bool)
```

