Skip to content

Instantly share code, notes, and snippets.

@pprince
Created September 18, 2015 08:47
Show Gist options
  • Save pprince/03b261d3ce3474d181f2 to your computer and use it in GitHub Desktop.
Save pprince/03b261d3ce3474d181f2 to your computer and use it in GitHub Desktop.
#Warn All
#EscapeChar \
#UseHook on
*NumpadRight::
MouseClickDrag Left, , , 1, 0, , R
return
*NumpadLeft::
MouseClickDrag Left, , , -1, 0, , R
return
*NumpadDown::
MouseClickDrag Left, , , 0, 1, , R
return
*NumpadUp::
MouseClickDrag Left, , , 0, -1, , R
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment