Skip to content

Instantly share code, notes, and snippets.

@skihero
Last active July 4, 2020 08:34
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 skihero/d06bb73f9b4cf07695020c0a0fc2dccb to your computer and use it in GitHub Desktop.
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
*#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
@skihero
Copy link
Author

skihero commented Jul 4, 2020

Typing in raw text

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment