Releases: iholston/win-hotkeys
Releases · iholston/win-hotkeys
v0.4.1
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
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
Changelog:
- Prevent Windows Menu from appearing on WIN key hotkeys
v0.2.0
Changelog:
- add vkey/modkey support for string one byte hex code
v0.1.3
Changelog:
- Updated metadata for documentation