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