-
-
Notifications
You must be signed in to change notification settings - Fork 732
Documenting the Keyboard Modifiers #610
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
Comments
Please provide an example of a keyboard modifier for another board which is different from those listed on that page. |
While viewing the Keyboard Modifiers, I landed on https://forum.arduino.cc/index.php?topic=297878.0 and https://github.com/SFE-Chris/UNO-HIDKeyboard-Library , there were discussions on the Keyboard Key Codes. Please guide, are the discussions on these forum, relevant to this issue. |
That is outdated. Years ago, the Keyboard and Mouse functionality was in the core library but luckily that code was split out into libraries which are bundled with the Arduino IDE and shared by all the boards with these capabilities. So, as far as I know, the same keyboard modifiers apply to all boards: That's a 3rd party library, so not relevant. I do notice a couple of serious problems after a quick glance at the Keyboard Modifiers page:
@animeshsrivastava24 if you would like to submit pull requests to fix the issues listed above, I would be happy to review and merge them. |
@per1234 Yes, definitely I will work on it and fix the issue. |
I'm sorry for the delay responding to your emails. There is some internal discussion regarding whether I am permitted to respond to these emails now that GSoD's "Technical writer exploration" phase has ended. I am waiting to hear a definitive decision on this (which was delayed due to the weekend). |
@per1234 Thank you so much for the response. So, will it be possible to take guidance from the mentors regarding the content proposal or not. Sure, I'll wait further and in meanwhile, keep contributing and improving the Documentation. |
Fixed the issue arduino#610 Updated the documentation for F13-F24 Fixed misleading definition in line 25
Fixed the issue #610 Updated the documentation for F13-F24 Fixed misleading definition in line 25
Fixed by #611 |
The Keyboard Modifier only shows the Leonardo’s definitions for modifier keys, variations for other boards can also be added.
The text was updated successfully, but these errors were encountered: