Re: [python-win32] More relating to catching cursor keystrokes in command line

2011-07-05 Thread Tim Roberts
Jacob Kruger wrote: > The following seems to actually work relatively consistently after just a bit > of testing: > #bit of code sample > while True: > sKey = msvcrt.getwch() > if str(ord(sKey)) == "77": > #end of code sample > > And then on this windows7 machine, the following are the strin

Re: [python-win32] More relating to catching cursor keystrokes in command line

2011-07-05 Thread Jacob Kruger
Thanks. Will check it out, but, BTW, the documentation isn't perfectly rendered as far as I'm concerned, since I find mailing lists the best place to do research on these matters, although have looked through documentation already, searched around places like codeproject, done a few google search