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