Skip to content

Instantly share code, notes, and snippets.

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