Skip to content

Instantly share code, notes, and snippets.

@coline-carle
Created November 19, 2017 14:06
Show Gist options
  • Save coline-carle/a5a8e6e4e70caf077e7744f9e5de9133 to your computer and use it in GitHub Desktop.
Save coline-carle/a5a8e6e4e70caf077e7744f9e5de9133 to your computer and use it in GitHub Desktop.
overwatch
#Persistent
SetTimer, WatchOverwatch, 500
return
WatchOverwatch() {
WinWaitActive, Overwatch
Sleep, 13000 ; time necessary to launch + connect in ms
Send, {Numpad0} ; keyboard shortcut that hide all chat for me
WinWaitClose, Overwatch
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment