Skip to content

Instantly share code, notes, and snippets.

@nicholas
Created February 8, 2014 07:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicholas/8877884 to your computer and use it in GitHub Desktop.
Save nicholas/8877884 to your computer and use it in GitHub Desktop.
Autohotkey Autorun
*!Q::
If GetKeyState("w")
SendInput {Shift Up}{w Up}
else
SendInput {Shift Down}{w Down}
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment