Defined in: hotkey.ts:367
Options for formatting hotkeys for display.
optional platform: "mac" | "windows" | "linux";
Defined in: hotkey.ts:369
The target platform. Defaults to auto-detection.
optional separatorToken: string | null;
Defined in: hotkey.ts:373
Override the separator between display tokens. Defaults to platform-specific formatting when null/undefined.
optional useSymbols: boolean;
Defined in: hotkey.ts:371
Whether to use symbols for the display. Defaults to true.