That should be fine, as long as the mouse is mirrored and not jumping to a specific location no matter where your master's mouse is.
Examples -
You put a button/icon/notification of some fashion at 25 25 on all your screens.
1 - Your mouse is somewhere else. You hit the modifier and your mouse moves itself to 25 25 and starts clicking.
Not acceptable.
Code:
<Hotkey X>
<MoveMouse screen 25 25>
<SendWinM wow1>
<ClickMouse>
<SendWinM wow2>
<ClickMouse>
<SendWinM wow3>
<ClickMouse>
2 -You manually move your mouse to 25 25, then hit the button. The mouse clicks at 25 25 on your main screen, but is redirected using altered clickmouse commands
Not Acceptable.
Code:
<Hotkey X>
<SendWinM w1>
<ClickMouse Window 25 25>
<SendWinM w2>
<ClickMouse Window 150 275>
<SendWinM w3>
<ClickMouse Window 250 25>
3 - You manually move your mouse to 25 25, then hit the button. The mouse clicks in the same relative position on all screens.
Acceptable.
Code:
<UseKeyAsModifier X>
<Hotkey X LButton>
<SendLabel w1, w2, w3, w4, w5>
<Clickmouse %TriggerMainKey%>
Connect With Us