Re: intercepting keypresses, mouse movements, joystick movements.

2006-10-09 Thread Jordan
Another option is to look at pywin32, which I believe has the SetWindowsHook[Ex] commands, or to use ctypes (which is built in if you're using python2.5) to load the neccessary dll's to use that function. However, pyHook should be good unless you need something for the joystick (don't think that'

Re: intercepting keypresses, mouse movements, joystick movements.

2006-10-09 Thread TheSeeker
bryan rasmussen wrote: > Hi, > > I've been looking at autohotkey to do some different usability hacks > for windows http://www.autohotkey.com/ > one of the benefits of this language is it allows one to catch > keyboard usage, joystick usage, and mouse usage inputs very easily at > a global level o

intercepting keypresses, mouse movements, joystick movements.

2006-10-09 Thread bryan rasmussen
Hi, I've been looking at autohotkey to do some different usability hacks for windows http://www.autohotkey.com/ one of the benefits of this language is it allows one to catch keyboard usage, joystick usage, and mouse usage inputs very easily at a global level or at application levels by watching a