---
title: GCKeyInsert
framework: gamecontroller
role: symbol
role_heading: Global Variable
path: gamecontroller/gckeyinsert
---

# GCKeyInsert

The keyboard code for the Insert key.

## Declaration

```swift
let GCKeyInsert: String
```

## See Also

### Directional and Similar Keys

- [GCKeyPrintScreen](gamecontroller/gckeyprintscreen.md)
- [GCKeyScrollLock](gamecontroller/gckeyscrolllock.md)
- [GCKeyPause](gamecontroller/gckeypause.md)
- [GCKeyHome](gamecontroller/gckeyhome.md)
- [GCKeyPageUp](gamecontroller/gckeypageup.md)
- [GCKeyDeleteForward](gamecontroller/gckeydeleteforward.md)
- [GCKeyEnd](gamecontroller/gckeyend.md)
- [GCKeyPageDown](gamecontroller/gckeypagedown.md)
- [GCKeyRightArrow](gamecontroller/gckeyrightarrow.md)
- [GCKeyLeftArrow](gamecontroller/gckeyleftarrow.md)
- [GCKeyDownArrow](gamecontroller/gckeydownarrow.md)
- [GCKeyUpArrow](gamecontroller/gckeyuparrow.md)
