All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fixed incorrect key names on web
- Added web support
web::winit_vkey_to_arbitrary_scancode()
web::arbitrary_scancode_to_winit_vkey()
web::ascii_to_keycode()
- Upgraded
keycode
from0.3
to0.4
- Upgraded
winit
from0.26
to0.27
- Fixed incorrect key names on Linux (#5)
- Switched from XKB scancodes to evdev
- Upgraded
xcb
from^0.8.0
to^0.9.0
- Upgraded
xkbcommon
from^0.4
to^0.4.1
- Added
MODIFIERS_ORDER
constant
- Reverted
xcb
dependency to^0.8.0
to Fix Linux build
- Initial release