Add reverse scroll wheel hack

There's a better way to do with via regedit
This commit is contained in:
Kenneth Benzie 2022-04-26 20:58:19 +01:00
parent 8763fa7ce4
commit e3b43313a9

7
mouse.ahk Normal file
View File

@ -0,0 +1,7 @@
#MaxHotkeysPerInterval 200
WheelUp::
Send {WheelDown}
Return
WheelDown::
Send {WheelUp}
Return