Releases: anko/xkbcat
Releases · anko/xkbcat
v2.2.1
v2.2.0
Additions:
- Added handling for keyboard layout changes. Printed keysyms now match the current keyboard layout, as you'd expect. (Previously, keysyms were always printed according to the first layout defined as X started, and changing keyboard layout did not affect this.)
Fixes:
- Added a missing call to free event memory, which may have caused slow gradual memory leakage.
v2.1.5
v2.1.4
v2.1.3
v2.1.2
No user-facing functionality changes.
Performance improvements, and a guard against future XInput2 API changes.
- Slightly more efficient event-looping.
- Query for specific version of XInput2, to guard against future versions of XInput2 that could potentially break API unless we do this.