Skip to content
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

usb/usb-device-keyboard : Add key release. #891

Closed
wants to merge 5 commits into from
Closed

usb/usb-device-keyboard : Add key release. #891

wants to merge 5 commits into from

Conversation

amogha1234
Copy link

Micropython 1.23 preview version is used with Raspberry pi pico w board.
Trying to send keys using usb-keyboard library. It was clicking the key, but not releasing it, similar to #873 . Resulting in continuous sending key.
Hence added release_all() function, which releases all keys. And it worked with Rpi pico w.

@amogha1234 amogha1234 changed the title usb-device-keyboard : Add key release usb/usb-device-keyboard : Add key release. Jul 3, 2024
Signed-off-by: amoghahs12 <amogha.hs@dish.com>
Signed-off-by: amogha1234 <amoghahorabyl2002@gmail.com>
@amogha1234 amogha1234 closed this Jul 3, 2024
@amogha1234 amogha1234 reopened this Jul 3, 2024
@amogha1234 amogha1234 closed this Jul 3, 2024
@amogha1234 amogha1234 deleted the keyboard-keyrelease branch July 3, 2024 18:56
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