Docs
Cloudflare
CodeRabbit
Railway
AG Grid
SerpAPI
OpenRouter
Clerk
WorkOS
Netlify
Electric
Prisma
Unkey
Sentry
Cloudflare
CodeRabbit
Railway
AG Grid
SerpAPI
OpenRouter
Clerk
WorkOS
Netlify
Electric
Prisma
Unkey
Sentry
API Reference
Hotkeys API Reference
Hotkey Sequence API Reference
Key hold & held keys API Reference
Hotkey Recorder API Reference
Hotkey Sequence Recorder API Reference
Normalization & format API Reference

LETTER_KEYS

Variable: LETTER_KEYS

ts
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.