Skip to content

Instantly share code, notes, and snippets.

Created December 15, 2013 02:28
Show Gist options
  • Save anonymous/7968078 to your computer and use it in GitHub Desktop.
Save anonymous/7968078 to your computer and use it in GitHub Desktop.
#MaxThreadsPerHotKey 2
Numpad0::
Switch := Not Switch
While Switch
{
Send LShift
Send w
Sleep 20
}
Return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment