Capturing global input?

nomihn0 nomihn0 at gmail.com
Thu Dec 6 16:51:08 EST 2007


I'd like to accept mouse gestures and keyboard shortcuts as input to a
program. The nature of this program requires that these commands be
issued regardless of the currently active window. Here's the rub: I
need a platform-independent solution.

Java supports with its MouseInfo class, but I'd like a Python
equivalent without turning to Jython.  Is this possible?

Thanks in advance.



More information about the Python-list mailing list