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
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