---
title: leftShift
framework: gamecontroller
role: symbol
role_heading: Type Property
path: gamecontroller/gckeycode/leftshift
---

# leftShift

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

## Declaration

```swift
static let leftShift: GCKeyCode
```

## See Also

### Left- and Right-Side Keys

- [leftControl](gamecontroller/gckeycode/leftcontrol.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)
- [rightGUI](gamecontroller/gckeycode/rightgui.md)
