2011/01/31

ubuntu10.10トラックポイントの設定

このエントリーをブックマークに追加 このエントリーを含むはてなブックマーク
sudo vim /usr/share/X11/xorg.conf.d/20-thinkpad.conf

Section "InputClass"
Identifier "Trackpoint Wheel Emulation"
MatchProduct "TrackPoint"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "2"
Option "Emulate3Buttons" "false"
Option "XAxisMapping" "6 7"
Option "YAxisMapping" "4 5"
EndSection

関連する記事

0 コメント:

関連記事