Skip to content

Instantly share code, notes, and snippets.

@ictrobot
Created March 13, 2020 11:31
Show Gist options
  • Save ictrobot/6822cb3248425277d9be311264c681e7 to your computer and use it in GitHub Desktop.
Save ictrobot/6822cb3248425277d9be311264c681e7 to your computer and use it in GitHub Desktop.
#InstallKeybdHook
setmousedelay -1
setbatchlines -1
*F2::
BlockInput, MouseMove
Click
Loop
{
KeyWait, F3, D T60
if ErrorLevel {
Click
} else {
BlockInput, MouseMoveOff
Break
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment