Page 1 of 1

Reverse scroll in LXDE

Posted: Sat Nov 26, 2011 5:10 am
by salvag
Hi all,

I'm trying to figure out how to change the mouse scroll behavour, by reversing it. I've got used to Mac OS X scroll, which is the contrary to the one in the rest of the systems. Instead of moving the scroll bar, you move the content of the screen itself. (Sorry for my bad explanation).
What I want is my screen to move up when my finger goes up. And I can't do that from the mouse preferences menu.

Any idea on how to change it?

Thanks a lot!

Re: Reverse scroll in LXDE

Posted: Tue Nov 29, 2011 1:36 am
by pfjap.paco
Try running this command in the terminal:

Code: Select all

echo "pointer = 1 2 3 5 4 7 6 8 9 10 11 12" > ~/.Xmodmap && xmodmap .Xmodmap
To reverse the changes just run this command:

Code: Select all

echo "pointer = 1 2 3 4 5 6 7 8 9 10 11 12" > ~/.Xmodmap && xmodmap .Xmodmap
I hope that helps

Re: Reverse scroll in LXDE

Posted: Tue Nov 29, 2011 8:16 am
by schwarzmx
Awesome! that worked as a charm, thanks!

Re: Reverse scroll in LXDE

Posted: Tue Nov 29, 2011 5:20 pm
by pfjap.paco
No problem, glad I could help :D

Re: Reverse scroll in LXDE

Posted: Sat Dec 03, 2011 7:18 am
by salvag
Wow, it works prefectly!!

Thanks a lot.

Re: Reverse scroll in LXDE

Posted: Thu Mar 27, 2014 8:21 pm
by rsadix
Awesome, works perfectly for LMDE 201403