[issue24035] When Caps Locked, <Shift> + alpha-character still displayed as uppercase

eryksun report at bugs.python.org
Fri Apr 24 02:11:16 CEST 2015


eryksun added the comment:

Are you using pyreadline? It's commonly used with IPython. Pyreadline hooks PyOS_ReadlineFunctionPointer to provide readline functionality in the REPL. Since it accesses the console input via ReadConsoleInputW events instead of using ReadConsoleW, it wouldn't surprise me if it's mishandling the keyboard state.

----------
nosy: +eryksun

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24035>
_______________________________________


More information about the Python-bugs-list mailing list