I'm writing a keyboard grabbing applet to help sufferers of RSI/chronic-pain/carpal-tunnel. The idea is that the applet limits use of the keyboard/mouse to a certain period of time before forcing the user to take a break.
I'd like to be able to detect when the user stops typing (if the user stops typing for more than X seconds, I'd like to stop the clock). Is there anyway I can receive an event every time the user hits a key or moves the mouse? (I've tried the solution mentioned in FAQ entry 3.2, but to no avail, it only detects keystrokes when the window has X focus) e _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
