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).