Skip to content

v2.2.0

Compare
Choose a tag to compare
@anko anko released this 07 Dec 19:54
· 2 commits to master since this release

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.