Add reverse scroll wheel hack
There's a better way to do with via regedit
This commit is contained in:
parent
8763fa7ce4
commit
e3b43313a9
7
mouse.ahk
Normal file
7
mouse.ahk
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
#MaxHotkeysPerInterval 200
|
||||||
|
WheelUp::
|
||||||
|
Send {WheelDown}
|
||||||
|
Return
|
||||||
|
WheelDown::
|
||||||
|
Send {WheelUp}
|
||||||
|
Return
|
Loading…
x
Reference in New Issue
Block a user