Sourced from pc-keyboard's releases.
Release v0.8.0
What's Changed
- Update AltGr handling to accept Ctrl+Alt, add Norwegian keyboard layout by
@alexrsagen
in rust-embedded-community/pc-keyboard#34- Update CHANGELOG.md to add No105 by
@jonathanpallant
in rust-embedded-community/pc-keyboard#35- Fix Norwegian layout by
@SPuntte
in rust-embedded-community/pc-keyboard#37- Add Finnish/Swedish keyboard layout by
@SPuntte
in rust-embedded-community/pc-keyboard#38- Add getter for the Modifiers struct to Keyboard by
@iTitus
in rust-embedded-community/pc-keyboard#40- Azerty changes by
@CHiPs44
in rust-embedded-community/pc-keyboard#42- Fix US backslash by
@thejpster
in rust-embedded-community/pc-keyboard#46New Contributors
@alexrsagen
made their first contribution in rust-embedded-community/pc-keyboard#34@jonathanpallant
made their first contribution in rust-embedded-community/pc-keyboard#35@SPuntte
made their first contribution in rust-embedded-community/pc-keyboard#37@iTitus
made their first contribution in rust-embedded-community/pc-keyboard#40@CHiPs44
made their first contribution in rust-embedded-community/pc-keyboard#42Full Changelog: https://github.com/rust-embedded-community/pc-keyboard/compare/v0.7.0...v0.8.0
Sourced from pc-keyboard's changelog.
v0.8.0 (13 Sep 2024)
- Add 102/105-key Finnish/Swedish layout
- Add 102/105-key Norwegian layout
- Fix broken Backslash for Us104 layout
- Fix
<
and>
for Azerty layout- Renamed
Modifiers::alt_gr
toModifiers::ralt
and addModifiers::lalt
e29a30e
Silence some clippy warnings.57182d6
Bump to 0.8.042acef2
Corrected layout of OEM keys.5c904e8
Fix keyboard ascii art.9acb8ca
Removed non printed bindings and comments8999845
cargo fmt -- --check: 2 spurious spaces removed79b7b3c
Better comments, added numpad AltGr+Shift, test of '<' on Oem5e4f0b86
Bug for Oem5 giving *µ instead of <>, amelioration for ² giving
¹³, comments ...4aa5ef6
Add getter for the Modifiers struct to Keyboard (#40)327a855
Update README.md