# `GSWindowController.CtrlKey`

*Instance Property*

if the Ctrl key is currently pressed

## Declaration

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

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

```python
CtrlKey() -> bool
setCtrlKey_(CtrlKey: bool)
```

