Created
February 20, 2015 20:24
-
-
Save irisfofs/c9eb4b60246c6475e681 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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