Skip to content

Releases: iholston/win-hotkeys

v0.4.1

14 Jan 13:11
Compare
Choose a tag to compare

Changelog:

  • Added verification of pressed keys in the keyboard state whenever a new key is pressed, ensuring missed keyup events are corrected. (#2, #3)

v0.4.0

05 Jan 14:17
Compare
Choose a tag to compare

Changelog:

  • Add support for using VKey as modifier key
  • Moved VKey to the top level of the crate for easier access
  • Removed ModKey struct

v0.3.0

29 Dec 19:44
Compare
Choose a tag to compare

Changelog:

  • Prevent Windows Menu from appearing on WIN key hotkeys

v0.2.0

28 Dec 16:36
Compare
Choose a tag to compare

Changelog:

  • add vkey/modkey support for string one byte hex code

v0.1.3

28 Dec 16:18
Compare
Choose a tag to compare

Changelog:

  • Updated metadata for documentation