Mithil467 / mitype

Typing speed test in terminal
http://mithil467.github.io/mitype
GNU General Public License v3.0
413 stars 62 forks source link

Fix apostrophes not typing on Windows #166

Closed Mithil467 closed 3 months ago

Mithil467 commented 3 months ago

Apostrophes are returned as key code 530 in windows_curses==2.3.3 which is the latest version at the time of this PR. Another issue still stands with the keys ']' and '}' as they are both wrongly mapping to '\x00'.

This PR fixes #155.

Tested with python version -

On operating system -