Docs
Cloudflare
Railway
CodeRabbit
WorkOS
OpenRouter
Netlify
Clerk
AG Grid
SerpAPI
Sentry
Unkey
Prisma
Electric
Cloudflare
Railway
CodeRabbit
WorkOS
OpenRouter
Netlify
Clerk
AG Grid
SerpAPI
Sentry
Unkey
Prisma
Electric
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

RegisterableHotkey

Type Alias: RegisterableHotkey

ts
type RegisterableHotkey = Hotkey | RawHotkey;
type RegisterableHotkey = Hotkey | RawHotkey;

Defined in: hotkey.ts:362

A hotkey that can be passed to HotkeyManager.register() and useHotkey(). Either a type-safe string (Hotkey) or a raw object (RawHotkey).