Open een terminal en type in:
- su -
- (voer een wachtwoord in)
- gedit /etc/X11/xorg.conf
Voer onderaan het bestand de volgende settings in:
Section “InputDevice”
Identifier “Configured Mouse”
Driver “mouse”
Option “CorePointer”
Option “Device” “/dev/input/mice”
Option “Protocol” “ExplorerPS/2″
Option “Emulate3Buttons” “true”
Option “Buttons” “9″
Option “EmulateWheel” “1″
# Option “EmulateWheelButton” “8″ # for right-handed people
Option “EmulateWheelButton” “9″ # for left-handed people
Option “YAxisMapping” “4 5″
Option “XAxisMapping” “6 7″
EndSection
Typ in Firefox ‘about:config’. Filter op ‘scroll’ en pas de volgende regels als volgt aan:
mousewheel.horizscroll.withnokey.action user set integer 0
mousewheel.horizscroll.withnokey.sysnumlines user set boolean true
