Skip to content

Instantly share code, notes, and snippets.

@auycro
Last active January 12, 2017 09:26
Show Gist options
  • Save auycro/7d15c45e1567a40b4a77 to your computer and use it in GitHub Desktop.
Save auycro/7d15c45e1567a40b4a77 to your computer and use it in GitHub Desktop.
AHK(Auto Hot Key), mouse-invert
WheelUp::
Send {WheelDown}
Return
WheelDown::
Send {WheelUp}
Return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment