好死不死,拎杯在新打工地點尾牙抽到數千塊獎金。歐,當然是買下 Lenovo sk 8855 極品的時候。
好,終於到貨以後,你老師勒,接上ubuntu,當然就是解決之前遇過的小紅點scroll的問題,結果TMD沒用!
我猜ubuntu抓到這個鍵盤的設定,應該是跟在x200上不一樣。
解決方案:
$ sudo vi /usr/lib/X11/xorg.conf.d/10-trackpoint.conf
Section "InputClass"
Identifier "trackpoint catchall"
MatchIsPointer "on"
MatchProduct "Lite-On Technology Corp. ThinkPad USB Keyboard with 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
不過,方向鍵旁邊的兩個按鈕,很奇怪。
用 $ xev 下抓event 結果盡然跟左右方向鍵keycode一樣!
這下討厭了!xmodmap沒辦法用....
目前還google不到解決方法,肯!