ubuntu 10.04 thinkpad 中键 滚动

3ks:http://translate.google.com.hk/translate?hl=zh-CN&langpair=en|zh-CN&u=http://www.eastwoodzhao.com/thinkpad-middle-button-scroll-ubuntu-linux-10-04-lucid-lynx/

 


第1步。 创建一个新文件

sudo nano /usr/lib/X11/xorg.conf.d/20-thinkpad.conf

第2步。 Insert the following 插入以下

Section "InputClass"
Identifier "Trackpoint Wheel Emulation"
MatchProduct "TPPS/2 IBM TrackPoint|DualPoint Stick|Synaptics Inc. 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

第3步。保存文件,重新启动计算机

你可能感兴趣的:(ubuntu 10.04 thinkpad 中键 滚动)