[Python-Dev] Ready for Python 2.1 ?

Skip Montanaro skip@mojam.com (Skip Montanaro)
Wed, 18 Oct 2000 14:11:20 -0500 (CDT)


    Thomas> On a linux box, you can determine keystrokes by using
    Thomas> /proc/interrupts. At least, if your keyboard has an interrupt
    Thomas> all for itself. (Pretty likely, really :)

Thanks, Neil S. sent me a patch for that already.  I'll try to work it into
the code.  Anyone have any idea how to monitor keystrokes on Windows, Mac or
other Unix flavors?  I suspect I'll just have to bite the bullet and work in
platform-dependent code for this.

Skip