pc-keyboard icon indicating copy to clipboard operation
pc-keyboard copied to clipboard

PS/2 Keyboard Decoder in Rust

Results 4 pc-keyboard issues
Sort by recently updated
recently updated
newest added

Your crate decodes some keys into `DecodedKey::RawKey` objects. The` enum` that you provide containing keys has a `Backspace` variant, but, using QEmu as my example, a backspace is decoded into...

This follows PR https://github.com/rust-embedded-community/pc-keyboard/pull/42. It should be desirable to split Azerty layout between Azerty FR (France) and Azerty BE (Belgium), as described on , as they are significantly different. Belgian...

It's perhaps a silly question, but should this library implement USB HID scan codes, too? Feel free to close this ASAP if I'm completely out of subject.

The backslash key is non-functional when using the Us104Key keyboard layout. This seems to be due to a mapping error, as 0x5D is mapped to the Oem7 keycode, but the...