Created
April 28, 2014 18:44
-
-
Save darrinholst/11380513 to your computer and use it in GitHub Desktop.
autohotkey
This file contains hidden or 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
#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