---
title: control
framework: xcuiautomation
role: symbol
role_heading: Type Property
path: xcuiautomation/xcuikeyboardkey/control
---

# control

A constant that represents the Control key.

## Declaration

```swift
static let control: XCUIKeyboardKey
```

## See Also

### Modifier keys

- [command](xcuiautomation/xcuikeyboardkey/command.md)
- [option](xcuiautomation/xcuikeyboardkey/option.md)
- [shift](xcuiautomation/xcuikeyboardkey/shift.md)
- [rightCommand](xcuiautomation/xcuikeyboardkey/rightcommand.md)
- [rightControl](xcuiautomation/xcuikeyboardkey/rightcontrol.md)
- [rightOption](xcuiautomation/xcuikeyboardkey/rightoption.md)
- [rightShift](xcuiautomation/xcuikeyboardkey/rightshift.md)
