Docs
CodeRabbit
Cloudflare
AG Grid
SerpAPI
Netlify
OpenRouter
Neon
WorkOS
Clerk
Electric
PowerSync
Sentry
Railway
Prisma
Strapi
Unkey
CodeRabbit
Cloudflare
AG Grid
SerpAPI
Netlify
OpenRouter
Neon
WorkOS
Clerk
Electric
PowerSync
Sentry
Railway
Prisma
Strapi
Unkey
API Reference
Hotkeys API Reference
Hotkey Sequence API Reference
Key Hold API Reference
Held Keys API Reference
Hotkey Recorder API Reference
Hotkey Sequence Recorder API Reference
Format for Display API Reference

Modifier

Type Alias: Modifier

ts
type Modifier = 
  | "Control"
  | "Ctrl"
  | "Shift"
  | "Alt"
  | "Option"
  | "Command"
  | "Cmd"
  | "CommandOrControl"
  | "Mod";

Defined in: hotkey.ts:9

All supported modifier key names, including aliases.

  • Control/Ctrl: The Control key
  • Shift: The Shift key
  • Alt/Option: The Alt key (Option on macOS)
  • Command/Cmd: The Command key (macOS only)
  • CommandOrControl/Mod: Command on macOS, Control on other platforms