- Code: Select all
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "Buttons" "7"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "false"
Option "ButtonMapping" "1 2 3 6 7"
EndSection
The mouse has the normal two buttons, a clickable scroll wheel, and another two buttons, one on each side of the device.
Currently it works fine; left and right click does as it should, when browsing the internet (Firefox of course) the buttons on the sides lets me go to the previous web page or forwards as it should, the scroll whell lets me scroll up/down on web pages as it should.
However, I want the scroll wheel to have another function same as with Windows XP using Firefox or Internet Explorer. That is, when you are on a web page and you click the scroll wheel, the web page moves up or down depending on how you move the mouse up or down. On web pages that is quite long it is annoying to keep on rolling the mouse wheel up or down. (To save on RSI injuries on my index finger
I therefore want to keep the current setup of the mouse, just want to add this clickable wheel option as described above.







