Invert Reverse Scroll Wheel - Solution

Problems with the Windows version of Darwinia

Moderators: jelco, bert_the_turtle, Chris, andy, John

NaX
level0
Posts: 1
Joined: Wed Dec 31, 2008 7:43 am

Invert Reverse Scroll Wheel - Solution

Postby NaX » Wed Dec 31, 2008 9:57 am

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.

Code: Select all

#IfWinActive, Darwinia
{
  Wheeldown::MouseClick, WheelUp
  Wheelup::MouseClick, Wheeldown
  return
}

Return to “Windows Issues”

Who is online

Users browsing this forum: No registered users and 6 guests