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