Two-fingered scrolling is working fine, but is there a way that I can reverse the direction? It seems backwards opposed to the way OSX does it.
|
The reverse scrolling you're talking about is called "natural scrolling," and can be enabled several different ways in Ubuntu. Here's an article on OMG! Ubuntu! detailing how to install the software that will get you what you need. If you're familiar with Ubuntu Tweak, you can also enable it in the latest release. |
|||||||
|
|
I don’t know which version of Ubuntu you’re using, but in 13.04 (and I guess in 12.10) it’s possible via touchpad settings. So first, open System Settings > Mouse and Touchpad. As seen in the screenshot below if there’s an option for content sticks to fingers, check it. Then the scrollbars will work in reverse direction.
This is accessible via Dconf Editor as well. Go to org > gnome > settings-daemon > peripherals > touchpad and check natural-scroll.
|
|||||||
|
|
The naturalscrolling package doesn't seem to work for Ubuntu 12.10. I installed Ubuntu Tweak:
and you can adjust scrolling at Tweaks -> Miscellaneous -> Natural Scrolling |
|||
|
|
|
The simplest and IMHO the best way to achieve this on Ubuntu 12.10 is:
add those lines in the Section "InputClass"
reboot and have fun with natural scrolling :) If you want to try your settings without reboot, you can use
The changes are immediately applied, but won't stay after reboot if you don't add them in |
||||
|
|
|
Based on this blog, the script below worked for me on Ubuntu 12.04. It sets your touchpad's horizontal and vertical scrolling scale-factors both to negative values (which usually ensures "natural" scrolling). It does it "under the hood" so all your applications will be affected, even those that don't pay attention to the settings adjusted by tweakUI. Several unnecessary commands and comments are there just so you can see what's going on. You'll probably want to turn off any natural scrolling settings in TweakUI or similar.
|
|||
|
|

