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