Skip to content

Releases: dnlmlr/windows-hotkeys

Version 0.2.1

26 Sep 18:49
Compare
Choose a tag to compare
  • Added the option to disable the NoRepeat modifier being automatically applied when registering hotkeys
  • Added the missing ModKey::NoRepeat modifier key to manually set the no repeat behavior when registering hotkeys
  • Updated thiserror dependency to 1.0.48

Version 0.2.0

31 Mar 16:21
Compare
Choose a tag to compare

Implement a threadsafe abstraction that uses a long-running background thread and a stub to execute all hotkey functions on the same thread, independent from the caller thread

Version 0.1.0

28 Sep 16:19
Compare
Choose a tag to compare

Initial release