Skip to content

Instantly share code, notes, and snippets.

@irisfofs
Created February 20, 2015 20:24
Show Gist options
  • Save irisfofs/c9eb4b60246c6475e681 to your computer and use it in GitHub Desktop.
Save irisfofs/c9eb4b60246c6475e681 to your computer and use it in GitHub Desktop.
#MaxThreadsPerHotkey 1
#MaxHotkeysPerInterval 10000000000000
#Singleinstance FORCE
`::
Sleep 50
send {9 Down}
sleep 25
send {9 Up}
Sleep 50
Send {Click}
Sleep 300
send {1 Down}
sleep 25
send {1 Up}
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment