---
title: GCKeyLeftGUI
framework: gamecontroller
role: symbol
role_heading: Global Variable
path: gamecontroller/gckeyleftgui
---

# GCKeyLeftGUI

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

## Declaration

```swift
let GCKeyLeftGUI: String
```

## See Also

### Left- and Right-Side Keys

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