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'
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
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