linux下實現ibm小紅點加中鍵實現滾屏
新建文件/etc/hal/fdi/policy/mouse-wheel.fdi
寫入如下內容:
http://tpctl.sourceforge.net/configure-trackpoint.html
http://www.thinkwiki.org/wiki/How_to_configure_the_TrackPoint
寫入如下內容:
<match key="info.product" string="TPPS/2 IBM TrackPoint">參考:
<merge key="input.x11_options.EmulateWheel" type="string">true</merge>
<merge key="input.x11_options.EmulateWheelButton" type="string">2</merge>
<merge key="input.x11_options.YAxisMapping" type="string">4 5</merge>
<merge key="input.x11_options.XAxisMapping" type="string">6 7</merge>
<merge key="input.x11_options.Emulate3Buttons" type="string">true</merge>
<merge key="input.x11_options.EmulateWheelTimeout" type="string">200</merge>
</match>
2。重啟后,在命令行輸入
xinput set-int-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation" 8 1
xinput set-int-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Button" 8 2
xinput set-int-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Y Axis" 8 4 5
xinput set-int-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation X Axis" 8 6 7
重啟
http://tpctl.sourceforge.net/configure-trackpoint.html
http://www.thinkwiki.org/wiki/How_to_configure_the_TrackPoint
posted on 2009-03-28 20:33 daning 閱讀(814) 評論(0) 編輯 收藏 所屬分類: ubuntu