Re: [python-win32] Catching cursor keystrokes using something like msvcrt.getch() or msvcrt.getwch()

2011-07-01 Thread Tim Roberts
Jacob Kruger wrote: > Off-hand, while those 2 functions seem to work with other keystrokes, I'm > just wondering how, in a command line interface, I could capture things like > cursor keystrokes, and, would also be nice if there was a simple way to do it > that would work more cross platform, as

[python-win32] Catching cursor keystrokes using something like msvcrt.getch() or msvcrt.getwch()

2011-07-01 Thread Jacob Kruger
Off-hand, while those 2 functions seem to work with other keystrokes, I'm just wondering how, in a command line interface, I could capture things like cursor keystrokes, and, would also be nice if there was a simple way to do it that would work more cross platform, as opposed to only working on