up vote 1 down vote favorite
1
share [g+] share [fb]

I remapped my wheel mouse for Windows Media Player. The remap works unless I change to full screen mode. Then AutoHotkey does not recognize it as the active window, and the remaps don't work.

How to fix this?

link|improve this question

65% accept rate
feedback

1 Answer

F8 and F9 will modify the volume, and will work in fullscreen mode as well. I'd map your mouse wheel to send those keys instead.

link|improve this answer
It is mapped to F8 and F9 for Windows Media Player, but it only works when it recognizes that Windows Media Player is the active window. – Phenom Dec 29 '09 at 15:50
You can use controlsend to send it to the WMP window if it exists: autohotkey.com/docs/commands/ControlSend.htm – John T Dec 29 '09 at 16:27
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.