magmax / python-readchar

Python library to read characters and key strokes
MIT License
143 stars 45 forks source link

wrong ‘BACKSPACE’ code on win10 #57

Closed zhangyufei49 closed 2 years ago

zhangyufei49 commented 4 years ago

env:

win10 2004 python3.8.5

desc

readkey() return '\x08' but BACKSPACE is set to \x7f in 'key.py'

mlabuda2 commented 3 years ago

Same here. Up

jens-coding commented 2 years ago

With this bug the library is unuseable for Windows 10 users...