# `GSWindowController.CommandKey`

*Instance Property*

if the Command key is currently pressed

## Declaration

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

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

```python
CommandKey() -> bool
setCommandKey_(CommandKey: bool)
```

