Last active
July 4, 2020 08:34
-
-
Save skihero/d06bb73f9b4cf07695020c0a0fc2dccb to your computer and use it in GitHub Desktop.
Bind Winkey and u to press Shift and up key x number of times
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
*#c::Run Calc.exe | |
#n:: | |
Run Notepad | |
return | |
#u::Send +{Up 10} | |
#j::Send +{Down 10} | |
#a:: | |
Send {Home 20} | |
CoordMode, Mouse, Screen | |
Click 1212,141 | |
return | |
#0:: | |
Send {0 10} | |
return | |
#s:: | |
Send {End 10} | |
CoordMode, Mouse, Screen | |
Click 27,867 | |
return | |
#x:: | |
Send {Home 15} | |
CoordMode, Mouse, Screen | |
Click 1136,136 | |
return | |
#g:: | |
Send, RedCard Savings | |
Send, {TAB} | |
return | |
#b:: | |
Send {0 10} | |
Send, {TAB} | |
Send, Bev. Recycling Fee | |
Send, {TAB} | |
return | |
#d:: | |
Send {0 10} | |
Send, {TAB} | |
Send, Deposit 1 | |
Send, {TAB} | |
return | |
#p:: | |
Send {0 10} | |
Send {TAB} | |
SendRaw Arcp: 50.00`% (`$ | |
return |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Typing in raw text