Options accepted by useHotkeys. All fields optional.
Source
exportinterfaceUseHotkeysOptions { /** * Called after a hotkey's handler is invoked, with the matched config. * Typical use: flash a status-bar confirmation when `config.flash` is set. */ onTriggered?: (config:HotkeyConfig) =>void; }
Options accepted by useHotkeys. All fields optional.
Source