- Update lazy_static dependency to 1.0
- Update to wayland-client 0.12
- API change: nothing is stored in the event queue state
- Add a method to initialize a mapped keyboard with provided RMLVO
- Take dead keys and compose into account
Update dependencies wayland-client to 0.11, dlib to 0.4 and bitflags to 1.0
Update the lib to wayland-client-0.10
Migrate the repo to smithay org
0.8.1 should have been 0.9.0
wayland-kbd is compatible with wayland-client-0.9.x
Update wayland-client dependency
Track modifier keys state and expose them in callbacks
MappedKeyboard is now Send.
Add a handler() method to access the underlying handler
Expose raw keycode too in handlers
Update to wayland-client-0.7
Update to wayland-client-0.6
Update bitflags to 0.7.
Update dlib and wayland-client dependencies.
Switched from rust-mmap to memmap-rs.
Made KayEvent.keycode
public, for advanced uses.
Update wayland-client to 0.5.
Update dlib dependency.
Update the library to the new wayland-client API.