HotKeyNet Mouse clicking ends up on another screen at end of cycle
Hello, trying out 5 multibox for the first time outside of my normal 2, just for fun and the challenge of doing dungeons alone. I love it.
I have a slight issue that I can not really word correctly to have an effective search for it. My script clicks all of my screen correctly, and it works good in theory, however this is a scenario.
Using 2 monitors and wow2-wow5 are smaller 4:3 windows while wow1 is on my main monitor.
I click on wow1 screen, the mouse clicks on wow2-wow5 like it should. Mouse ends up on wow5 screen, I now have to drag the mouse from the second monitor back over to the main screen, making me lose time and scattering my eyes to find the mouse again.
Another scenario, I click on "accept" for getting my quests on wow2 (because different ratios between wow1 and wow2-wow5), the mouse ends up somewhere on my main monitor.
My question is, is there a modification I can make to my script to make the mouse come around full circle to the screen I clicked on? If I click on wow 1, I want the mouse to end up on wow1, same if i click on wow 3, I want it to end back where I clicked on the wow3 window.
My script for this is pretty default,
<UseKeyAsModifier Oem3>
<Hotkey ScrollLockOn Oem3 LButton, RButton, MButton, Button4, Button5>
<SendLabel w1, w2, w3, w4, w5>
<ClickMouse %TriggerMainKey%>
Thanks in advanced!