Search found 1 match

by NaX
Wed Dec 31, 2008 9:57 am
Forum: Windows Issues
Topic: Invert Reverse Scroll Wheel - Solution
Replies: 0
Views: 5174

Invert Reverse Scroll Wheel - Solution

Here is a working solution for the ability to invert the scroll wheel function for Darwinia. It is a quick fix and it could be further modified. Using AutoHotKey, use this script. #IfWinActive, Darwinia { Wheeldown::MouseClick, WheelUp Wheelup::MouseClick, Wheeldown return }

Go to advanced search