I tried the following code in AutoHotKey, but it didn't do anything at all

Send +{Click} ; Shift+LeftClick
Send +{Click, right} ; Shift+RightClick
Send ^{Click} ; Control+LeftClick

I have Grid positioned in the same place on each screen, and Clique is set up on my Druid to cast the healing spells with the Shift and Ctrl modifiers with mouse clicks. These modifiers with the mouseclicks work fine on my Druid, but the clicks aren't being cloned when I do them from the Lock.

I just realized that this is probably because the actual mouse movement isn't being cloned. Is there a way to do this? Or am I going about this all wrong?