Comment #10 on issue 1520 by mi...@mikelward.com: "One Screen At A Time"  
option for Mouse Wheel inverts scroll direction
http://code.google.com/p/chromium/issues/detail?id=1520

You can install AutoHotkey (http://www.autohotkey.com/) and use the rules  
below as a
workaround:

#ifWinActive ahk_class Chrome_XPFrame
WheelUp::Send {PgUp}
#ifWinActive ahk_class Chrome_XPFrame
WheelDown::Send {PgDn}

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to