v0.0.2
Pre-release
Pre-release
- Support winit as optional
winit
feature. - Add
Key::Ignored
special key to ignore on checking key bindings. This is used when converting events which are actually not related to key inputs. - Fix key release is not ignored.
- Fix modifier-only keys are converted to
Key::Unidentified
. - Fix converting crossterm key event with shift modifier pressed.