LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Mouse Scroll (https://www.linuxquestions.org/questions/linux-newbie-8/mouse-scroll-110992/)

MrJBot 10-31-2003 09:47 PM

Mouse Scroll
 
I'm currently using the newest logitech wireless mouse and I was wondering how I can configure it so that I can scroll when I'm searching the web.

I'm not sure also if there is an option to configure it to use the back and forth option. Thanks!

itsjustme 10-31-2003 10:23 PM

If you do a search on mouse and scroll you'll find lots of threads about that.

In your /etc/X11/XF86Config file (depending on your distribution) add the Zaxismapping line.

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "Protocol" "IMPS/2"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Good luck...


All times are GMT -5. The time now is 12:03 AM.