Edit one of the files in /usr/lib/X11/xorg.conf.d/ or just create a new one and add:
Section "InputClass"Change MatchProduct to your pointing stick device. You can find the name of your device by running
Identifier "Trackpoint Wheel Emulation"
MatchProduct "PS/2 ALPS DualPoint TouchPad"
MatchDevicePath "/dev/input/event*"
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "2"
Option "Emulate3Buttons" "false"
Option "XAxisMapping" "6 7"
Option "YAxisMapping" "4 5"
EndSection
xinput listLog out and back in for it to take effect.
1 comment:
Hi,
It worked perfectly! But the scroll in the touchpad does not work. Have any idea?
Thanks in advance!
Post a Comment