---
title: rightGUI
framework: gamecontroller
role: symbol
role_heading: Type Property
path: gamecontroller/gckeycode/rightgui
---

# rightGUI

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

## Declaration

```swift
static let rightGUI: GCKeyCode
```

## See Also

### Left- and Right-Side Keys

- [leftControl](gamecontroller/gckeycode/leftcontrol.md)
- [leftShift](gamecontroller/gckeycode/leftshift.md)
- [leftAlt](gamecontroller/gckeycode/leftalt.md)
- [leftGUI](gamecontroller/gckeycode/leftgui.md)
- [rightControl](gamecontroller/gckeycode/rightcontrol.md)
- [rightShift](gamecontroller/gckeycode/rightshift.md)
- [rightAlt](gamecontroller/gckeycode/rightalt.md)
