Skip to content

Instantly share code, notes, and snippets.

@darrinholst
Created April 28, 2014 18:44
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 darrinholst/11380513 to your computer and use it in GitHub Desktop.
Save darrinholst/11380513 to your computer and use it in GitHub Desktop.
autohotkey
#MaxHotkeysPerInterval 9000
WheelUp::
Send {WheelDown}
Return
WheelDown::
Send {WheelUp}
Return
!right::
Send {End}
Return
!left::
Send {Home}
Return
Capslock::Ctrl
LWin::LAlt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment