-
Notifications
You must be signed in to change notification settings - Fork 46
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
wrong ‘BACKSPACE’ code on win10 #57
Comments
Same here. Up |
With this bug the library is unuseable for Windows 10 users... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
env:
win10 2004 python3.8.5
desc
readkey() return '\x08' but BACKSPACE is set to \x7f in 'key.py'
The text was updated successfully, but these errors were encountered: