---
title: GCKeyRightShift
framework: gamecontroller
role: symbol
role_heading: Global Variable
path: gamecontroller/gckeyrightshift
---

# GCKeyRightShift

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

## Declaration

```swift
let GCKeyRightShift: 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)
- [GCKeyRightAlt](gamecontroller/gckeyrightalt.md)
- [GCKeyRightGUI](gamecontroller/gckeyrightgui.md)
