|
|
转载自:http://confusedday.blogbus.com/logs/43730058.html
默认情况下中间鼠标已经被修改为粘贴操作
所以使用Trackpoint 做滚动操作的话,需要做些调整:
创建:/etc/hal/fdi/policy/mouse-wheel.fdi
输入以下信息:
<div class="code"><div class="codeContent"><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> |
|