-
Notifications
You must be signed in to change notification settings - Fork 109
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
keyboard_layout.write issues on linux #133
Comments
Which board? Do you see any errors in the REPL? |
Raspberry Pi Pico (the first version, not wireless)
I downloaded the latest from this repo 2 days ago.
No
No |
Hello,
I have some code that works as expected on Windows but does not send the keystrokes that I supply on Linux. Here's my code.py:
According to dmesg and LSUSB, it looks like the keyboard is recognized as a HID device, but the key strokes are not sending for some reason. This code works fine on Windows. I am using Linux Mint.
Any ideas on troubleshooting?
The text was updated successfully, but these errors were encountered: