windows-curses icon indicating copy to clipboard operation
windows-curses copied to clipboard

For ì and ^ key presses (italian keyboard), getch() always returns 0

Open tomatoma78 opened this issue 7 months ago • 0 comments

windows-curses 2.3.2 Python 3.11.0

keypad(True) (otherwise getch() does not detect that key is pressed)

When pressing ì or ^ (key between ' or ? key and BS key) getch() returns 0

Similar to the issue affecting ] or }

tomatoma78 avatar Dec 31 '23 21:12 tomatoma78