Skip to content

Sync Keyboard documentation with latest release #881

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 8, 2022

Conversation

edgar-bonet
Copy link
Contributor

Version 1.0.4 of the Keyboard library was released on 2022-05-05. This release brings some user-visible features:

  • support for the Swedish keyboard layout (#58)
  • support for the Danish keyboard layout (#60)
  • new generic KEY_* macros, completing the support of a full-size PC keyboard (#57)
  • new layout-specific KEY_* macros, such as KEY_E_GRAVE on fr_FR and it_IT (#67).

This pull request brings the documentation in sync with the released version:

  1. It updates the list of supported keyboard layouts within the documentation of Keyboard.begin()
  2. It updates the list of KEY_* macros in keyboardModifiers.adoc.

Version 1.0.4 of the Keyboard library added the Danish and Swedish
keyboard layouts. Update the documentation of Keyboard.begin()
accordingly.
Version 1.0.4 of the Keyboard library added macros for more special
keys, completing the coverage of a full-size PC keyboard. Some
language-specific layouts also added their own macros for keys
matching non-ASCII characters.

Update KeyboardModifiers.adoc accordingly.
@per1234 per1234 self-assigned this May 8, 2022
Reduce unnecessary verbosity.

Co-authored-by: per1234 <[email protected]>
Copy link
Collaborator

@per1234 per1234 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks so much for your work on the Keyboard library and for making the extra effort to follow through with the vital documentation updates to accompany the code enhancements @edgar-bonet!

@per1234 per1234 merged commit 8cb5288 into arduino:master May 8, 2022
@edgar-bonet edgar-bonet deleted the kbd-release branch May 8, 2022 09:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants