Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 13, 2023

Bumps pc-keyboard from 0.6.1 to 0.7.0.

Changelog

Sourced from pc-keyboard's changelog.

v0.7.0 (12 Feb 2022)

  • Changed ordering of enum KeyCode and names of several of the keys
  • Made 'enum KeyCode' FFI safe
  • Support the mysterious 'Right Control 2' and 'Right Alt 2' so that Pause/Break and Print Screen do the right thing.
  • Fix the Backslash/Tilde swap on the UK Layout.
  • Added split PS/2 Decoder, Scancode interpreter and Event Decoder objects
  • Added example code
  • Improved docs - ASCII-art diagrams of ISO 102/105, ANSI 101/104 and JIS 106/109 keyboards.
Commits
  • 90a48f1 Fix bad keyword.
  • 5b64609 Merge pull request #32 from rust-embedded-community/release/0.7.0
  • f79db2f Bump to 0.7.0
  • c28896e Merge pull request #33 from rust-embedded-community/moredocs
  • e0afc98 Adjust JIS OemX keys.
  • 65f3e76 Remove inaccurate comment.
  • 957ad41 Add Scancode Set 2 for extra JIS-109 keys
  • a0af24c Add media keys to Scancode Set 2.
  • 2de2c56 Better keyboard pictures, and a scancode table.
  • 270162d Ensure modifiers are passed through.
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pc-keyboard](https://github.com/rust-embedded-community/pc-keyboard) from 0.6.1 to 0.7.0.
- [Release notes](https://github.com/rust-embedded-community/pc-keyboard/releases)
- [Changelog](https://github.com/rust-embedded-community/pc-keyboard/blob/main/CHANGELOG.md)
- [Commits](rust-embedded-community/pc-keyboard@v0.6.1...v0.7.0)

---
updated-dependencies:
- dependency-name: pc-keyboard
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant