Re: [Tutor] Capture keyboard input even without python in focus

2006-04-01 Thread francois schnell
Hello,On windows OS I'm using the nice pyhook module:"The pyHook library wraps the low-level mouse and keyboard hooks in the Windows Hooking API for use in Python applications. " See tutorial here:http://www.cs.unc.edu/~parente/tech/tr08.shtmlfrancois On 01/04/06, Ars <[EMAIL PROTECTED] > wrote:

[Tutor] Capture keyboard input even without python in focus

2006-03-31 Thread Ars
What commands could capture input from the keyboard (and the mouse while we're at it) even when the running python program isn't the program in focus? Sorta like a keylogger, though that's not my goal (wouldn't be very secret with a python console running anyways lol.)   -Jack ___