Hi, I am trying to use Autohotkey and set up a script that would make a keyboard key do a mouse click to a minimized window.
EX: Clicking on a characters portrait.
The only thing that I have found was this:
#IfWinActive World of Warcraft
~LButton::
CoordMode, Mouse, Relative
MouseGetPos, x, y
ControlClick, X%x% Y%y%, ahk_id %wowid2%
ControlClick, X%x% Y%y%, ahk_id %wowid3%
return
#IfWinActive World of Warcraft
~RButton::
CoordMode, Mouse, Relative
MouseGetPos, x, y
ControlClick, X%x% Y%y%, ahk_id %wowid2%,, R
ControlClick, X%x% Y%y%, ahk_id %wowid3%,, R
return
But that does every coordinate on both screens, and I just want to set a keyboard key to send the mouse click to just the one.
What do you guys think?
I will continue to mess around with the script and do more endless forum searches in the mean time :shock:
Connect With Us