-
2009-08-08
Fedora 11 - T400 鼠标中键 - [技术探索]
版权声明:转载时请以超链接形式标明文章原始出处和作者信息及本声明
http://confusedday.blogbus.com/logs/43730058.html
默认情况下中间鼠标已经被修改为粘贴操作
所以使用Trackpoint 做滚动操作的话,需要做些调整:创建:/etc/hal/fdi/policy/mouse-wheel.fdi
输入以下信息:<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>保存后重启X即可
历史上的今天:
工作改进之find 2007-08-08Redhat AS 4之 fstab 2006-08-08IBM T20 S3显卡配置 2006-08-08Linux下的IBM 个人通信 2006-08-08随机文章:
工作改进之find 2007-08-08Learning the bash shell 2007-07-20Chapter 2. 命令行编辑模式 2007-07-201.10. Help 2007-07-201.9. 特殊字符和引用 2007-07-20
收藏到:Del.icio.us








评论