# `GSWindowController.AltKey`

*Instance Property*

if the alt/option key is currently pressed

## Declaration

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

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

```python
AltKey() -> bool
setAltKey_(AltKey: bool)
```

