const LETTER_KEYS: Set<LetterKey>;
Defined in: constants.ts:173
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.