Defined in: hotkey.ts:376
Result of validating a hotkey string.
errors: string[];
Defined in: hotkey.ts:382
Error messages about invalid syntax
valid: boolean;
Defined in: hotkey.ts:378
Whether the hotkey is valid (can still have warnings)
warnings: string[];
Defined in: hotkey.ts:380
Warning messages about potential issues