---
title: GCKeyRightGUI
framework: gamecontroller
role: symbol
role_heading: Global Variable
path: gamecontroller/gckeyrightgui
---

# GCKeyRightGUI

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

## Declaration

```swift
let GCKeyRightGUI: String
```

## See Also

### Left- and Right-Side Keys

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