Autohotkey numpad mouse script, events propagating to some programs, but not others
- by jhnclvr
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?