Autohotkey numpad mouse script, events propagating to some programs, but not others

Posted by jhnclvr on Super User See other posts from Super User or by jhnclvr
Published on 2012-09-08T21:39:13Z Indexed on 2012/09/08 21:40 UTC
Read the original article Hit count: 233

Filed under:

I have an issue when trying out one of the example scripts in the autohotkey docs:

http://www.autohotkey.com/docs/scripts/NumpadMouse.htm

When a program like Notepad++ gets focus, the script does not seem to receive key events, and instead the key events seem to be consumed by Notepad++.

Is there a modification to the script that would allow it to receive the events no matter what window was open?

© Super User or respective owner

Related posts about autohotkey