global-shortcut-js v2.0.0-beta.3
[2.0.0-beta.3]
-
9c7eb359(#1244) Refactored APIs to introduce new pressed and released events:- Added
ShortcutEventandShortcutStatetypes in Rust. - Changed the handler function passed to
GlobalShortcut::on_shortcut,GlobalShortcut::on_all_shortcutsandBuilder::with_handlerto take a 3rd argument of typeShortcutEvent. - Added
ShortcutEventinterface in JS. - Changed
ShortcutHandlertype alias (which affects the JSregisterandregisterAllAPIs) to takeShortcutEventinstead of a string.
- Added