---
title: GCKeyRightControl
framework: gamecontroller
role: symbol
role_heading: Global Variable
path: gamecontroller/gckeyrightcontrol
---

# GCKeyRightControl

The keyboard code for the Control key on the right side of the keyboard.

## Declaration

```swift
let GCKeyRightControl: String
```

## See Also

### Left- and Right-Side Keys

- [GCKeyLeftControl](gamecontroller/gckeyleftcontrol.md)
- [GCKeyLeftShift](gamecontroller/gckeyleftshift.md)
- [GCKeyLeftAlt](gamecontroller/gckeyleftalt.md)
- [GCKeyLeftGUI](gamecontroller/gckeyleftgui.md)
- [GCKeyRightShift](gamecontroller/gckeyrightshift.md)
- [GCKeyRightAlt](gamecontroller/gckeyrightalt.md)
- [GCKeyRightGUI](gamecontroller/gckeyrightgui.md)
