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

ValidationResult

Interface: ValidationResult

Defined in: hotkey.ts:376

Result of validating a hotkey string.

Properties

errors

ts
errors: string[];

Defined in: hotkey.ts:382

Error messages about invalid syntax


valid

ts
valid: boolean;

Defined in: hotkey.ts:378

Whether the hotkey is valid (can still have warnings)


warnings

ts
warnings: string[];

Defined in: hotkey.ts:380

Warning messages about potential issues