I have a fairly simple autohotkey script, which starts and stops music playback when I press one of the buttons on my XButtons mouse:
XButton1::Send {Media_Play_Pause}. The program works fine, and I have no problems with it. However, when I use Notepad ++, it intercepts the mouse button hotkey before AutoHotKey does and switches tabs. This makes me switch from Notepad ++ when I want to use this hotkey.
Is there any way to change the order in which programs intercept hot keys so that AutoHotKey always gets the first dib on any keystrokes or mouse buttons entered?
Or, is there a parameter that I can change in Notepadd ++ to disable XButton functionality. I looked through all the settings, but I still could not stop them.
source
share