Skip to content

v0.3.0

Compare
Choose a tag to compare
@changkun changkun released this 04 Jan 19:10
· 8 commits to main since this release

This version solves multiple limitations from the previous release.

  1. The package can work with Fyne, Ebiten, Gio, Glfw, or even simple Go applications. Instructions and examples are provided.
  2. This release contains breaking changes and bug fixes, but the migration is expected low due to the simplicity of the API design.
  3. Registered hotkeys can be unregistered at runtime (#7).
  4. Hotkeys trigger key down events and can trigger key up events (#9).