在 Ubuntu 10.10 下启用 ThinkPad 的指点杆中键滚动功能

Alt+F2,打开运行,然后输入"sudo gedit /usr/share/X11/xorg.conf.d/20-thinkpad.conf"(不加引号),并勾选在终端内运行,回车~

在打开的gedit中输入以下内容:

Section "InputClass"
Identifier "Trackpoint Wheel Emulation"
MatchProduct "TPPS/2 IBM TrackPoint|DualPoint Stick|Synaptics Inc. Composite TouchPad / TrackPoint|ThinkPad USB Keyboard with TrackPoint|USB Trackpoint pointing device|Composite TouchPad / TrackPoint"
MatchDevicePath "/dev/input/event*"
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "2"
Option "Emulate3Buttons" "false"
Option "XAxisMapping" "6 7"
Option "YAxisMapping" "4 5"
EndSection

保存,重启,解决问题!

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.