[issue3851] IDLE: Pressing "Home" on Windows places cursor before ">>>" instead of after. Solution offered.

Guilherme Polo report at bugs.python.org
Sat Sep 13 15:35:50 CEST 2008


Guilherme Polo <ggpolo at gmail.com> added the comment:

Did you mean "(event.state & 10) != 0" instead of "(event.state & 1) !=
0" ? Otherwise it won't work when event.state is 8.

I'm attaching a patch that does the same thing that is done on py3k
branch and python-trunk.

----------
keywords: +patch
nosy: +gpolo
Added file: http://bugs.python.org/file11483/issue_3851.diff

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


More information about the Python-bugs-list mailing list