Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I have two-finger scrolling enabled on my touchpad. Moving my fingers up scrolls up and moving them down scrolls down. I would like to have the direction of scrolling inverted, in much the same way the Mac does it. Can I do this? How?

share|improve this question

1 Answer

up vote 2 down vote accepted

Just paste

pointer = 1 2 3 5 4 6 7 8 9 10 11 12

inside a file named: .Xmodmap and save it to your home folder :) Don't forget to log out and back in

share|improve this answer
1  
Thanks. I'd point out to readers that the key thing here is switching 4 and 5 in the order. – jml Apr 11 '12 at 18:39
Thanks, spread the word! – Nicholos Tyler Apr 11 '12 at 21:30
You may also want to switch 6 and 7. Notice that this doesn't work as consistently in 12.04 as it did in 11.10. Some applications (such as nautilus, gedit and the software center) ignore this setting. – Umang May 5 '12 at 23:59

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.