rust-embedded-community / pc-keyboard

PS/2 Keyboard Decoder in Rust
Apache License 2.0
99 stars 28 forks source link

Fix 'm' not displayed in uppercase (azerty) #10

Closed lcazef closed 1 year ago

lcazef commented 4 years ago

On azerty layout, capslock + "M" was decoded as a lowercase "m".

thejpster commented 2 years ago

Thank you for this PR. I spotted one other bug in my code that we should clean up at the same time!

vinc commented 1 year ago

This PR can be closed now that the other one has been merged.