Defined in: match.ts:95
Options for creating a hotkey handler.
optional platform: "mac" | "windows" | "linux";
Defined in: match.ts:101
The target platform for resolving 'Mod'
optional preventDefault: boolean;
Defined in: match.ts:97
Prevent the default browser action when the hotkey matches. Defaults to true
optional stopPropagation: boolean;
Defined in: match.ts:99
Stop event propagation when the hotkey matches. Defaults to true