Thinkpad 中键滚动

spo*_*ong 24 thinkpad laptop

我在 Thinkpad T60 上运行 Ubuntu。有没有办法让中间按钮像运行 Windows 时一样像滚动一样?

我希望能够按住中间按钮并使用红色按钮向下滚动网页。

Oli*_*Oli 20

http://www.eastwoodzhao.com/thinkpad-middle-button-scroll-ubuntu-linux-10-04-lucid-lynx/

简而言之,运行这个:gksu gedit /usr/lib/X11/xorg.conf.d/20-thinkpad.conf并将它的放在文件中:

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
Run Code Online (Sandbox Code Playgroud)

保存并重新启动。

  • 在 10.10 中,您应该使用 `gksu gedit /usr/share/X11/xorg.conf.d/20-thinkpad.conf` 代替 (4认同)

小智 17

安装包“gpointing-device-settings”设置选项如下:

check "Use middle button emulation"
check "Use wheel emulation"
select button "2"
check "Enable vertical scroll"
Run Code Online (Sandbox Code Playgroud)

截屏