---
title: GCKeyEqualSign
framework: gamecontroller
role: symbol
role_heading: Global Variable
path: gamecontroller/gckeyequalsign
---

# GCKeyEqualSign

The keyboard code for the = or + key.

## Declaration

```swift
let GCKeyEqualSign: String
```

## See Also

### Punctuation and Command Keys

- [GCKeyTab](gamecontroller/gckeytab.md)
- [GCKeySpacebar](gamecontroller/gckeyspacebar.md)
- [GCKeyHyphen](gamecontroller/gckeyhyphen.md)
- [GCKeyOpenBracket](gamecontroller/gckeyopenbracket.md)
- [GCKeyCloseBracket](gamecontroller/gckeyclosebracket.md)
- [GCKeyBackslash](gamecontroller/gckeybackslash.md)
- [GCKeyNonUSPound](gamecontroller/gckeynonuspound.md)
- [GCKeySemicolon](gamecontroller/gckeysemicolon.md)
- [GCKeyQuote](gamecontroller/gckeyquote.md)
- [GCKeyGraveAccentAndTilde](gamecontroller/gckeygraveaccentandtilde.md)
- [GCKeyComma](gamecontroller/gckeycomma.md)
- [GCKeyPeriod](gamecontroller/gckeyperiod.md)
- [GCKeySlash](gamecontroller/gckeyslash.md)
- [GCKeyCapsLock](gamecontroller/gckeycapslock.md)
- [GCKeyDeleteOrBackspace](gamecontroller/gckeydeleteorbackspace.md)
