Skip to content

Releases: rust-embedded-community/pc-keyboard

Release v0.8.0

13 Sep 18:52
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.0...v0.8.0

Release v0.7.0

12 Feb 20:45
Compare
Choose a tag to compare
Release v0.7.0

Release v0.6.1

21 Oct 07:48
Compare
Choose a tag to compare
  • Fix Control-Letter codes on AZERTY

Release v0.6.0

20 Oct 19:49
Compare
Choose a tag to compare
  • Keyboard::new is now const
  • Layout and Scan Code Set are now const-generics, not arguments
  • Pause/Break and Print Screen now work correctly
  • KeyCode is now non-exhaustive
  • KeyState includes 'SingleShot' for keys with no break code
  • Add Colemak, Dvorak Programmer and DE layouts
  • MSRV increased to Rust 1.61

v0.5.1

19 Jul 17:02
Compare
Choose a tag to compare

Adds AZERTY and Dvorak support.

v0.5.0

19 Jul 17:03
Compare
Choose a tag to compare

Optionally converts Ctrl+'A' through Ctrl+'Z' to a Unicode value from 1 to 26.