---
title: GCKeyLeftShift
framework: gamecontroller
role: symbol
role_heading: Global Variable
path: gamecontroller/gckeyleftshift
---

# GCKeyLeftShift

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

## Declaration

```swift
let GCKeyLeftShift: String
```

## See Also

### Left- and Right-Side Keys

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