Releases: golang-design/hotkey
Releases · golang-design/hotkey
v0.4.1
v0.4.0
What's Changed
- Adds more special keys and key parsing by @data-niklas in #14
New Contributors
- @data-niklas made their first contribution in #14
Full Changelog: v0.3.0...v0.4.0
v0.3.0
This version solves multiple limitations from the previous release.
- The package can work with Fyne, Ebiten, Gio, Glfw, or even simple Go applications. Instructions and examples are provided.
- This release contains breaking changes and bug fixes, but the migration is expected low due to the simplicity of the API design.
- Registered hotkeys can be unregistered at runtime (#7).
- Hotkeys trigger key down events and can trigger key up events (#9).