;---------- Caps lock + Right Click: deselect one and patrol into hold position ----------;
CapsLock & Rbutton::
MouseGetPos, x, y ;save mouse position a
Send {p} ;p then leftclick to patrol-move army
send {Click}
Send +{Click 577, 889} ;shift+left click at portrait
Send +{h}; queue a hold after moving to position
MouseMove, %x%, %y% ;move mouse back to a
Works well in single player, but for some reason in multiplayer the macro will make the camera jump back to the base. Caps lock is not currently set as a hotkey in starcraft, but space is.
Basically I'm not sure why this hotkey seems to make the jump to base action/space bar active, but I also don't quiet understand why it works in a vs the computer game by myself, but not online multiplayer.
This is my first attempt at a hotkey, so if theres a better way to be doing something, let me know!




