Skip to content

Instantly share code, notes, and snippets.

@imiric
Created August 7, 2012 21:05
Show Gist options
  • Save imiric/3289348 to your computer and use it in GitHub Desktop.
Save imiric/3289348 to your computer and use it in GitHub Desktop.
; F7 wins you a gold medal!
#MaxHotkeysPerInterval 5000
{
$F7::
Loop
{
if not GetKeyState("F7", "P")
break
else
Send {Left}{Right}
}
return
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment