# LETTER_KEYS

```ts
const LETTER_KEYS: Set<LetterKey>;
```

Defined in: [constants.ts:105](https://github.com/TanStack/hotkeys/blob/main/packages/hotkeys/src/constants.ts#L105)

Set of all valid letter keys (A-Z).

Used for validation and type checking. Letter keys are matched case-insensitively
in hotkey matching, but normalized to uppercase in canonical form.
