红联Linux门户
Linux帮助

让ubuntu支持小黑的快捷键-中键滚屏

发布时间:2006-09-14 01:09:46来源:红联作者:晚点
小黑的快捷键很多,而且是从硬件角度实现的,不想SONY不装专用的软件就没法用(小日本的东西……),其中一个很棒的就是小红帽了,这是IBM独创的鼠标技术,习惯的话比触摸屏和鼠标方便的多,www.51nb.com上有关于小红冒的功能的详细说明,我最喜欢的是它的中键(就是小红冒下边的那组鼠标件中蓝色的那个)按住之后,再上下推动小红冒可以实现滚屏,就相当于三键鼠标的中键滚动了,这个功能在win下因为是自带的系统,所以没有任何问题,在ubuntu下,要复杂点,刚刚解决了,大家看看:
http://www.columbia.edu/~em36/ubuntuhoarythinkpadt42.html有这样的内容:(中间加了我的翻译,只是参考)

[code]Enable TrackPoint middle-button scrolling
To use the blue middle TrackPoint button as a scroll wheel, do the following. In a terminal, enter these commands:[/code]

(要使用指压点蓝色中键作为滚动轮,在终端中输入如下命令:)

sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf-backup
sudo gedit /etc/X11/xorg.conf

(第一句备份原文件,第二句用gedit打开编辑这个xorg.conf文件)

[code]In the editor, find the section headed Section “InputDevice” / Identifier “Configured Mouse” and the following lines above the “EndSection” line: [/code]

(在编辑器中找到Section InputDevice” / Identifier “Configured Mouse”和EndSection之间的一段,添加如下内容)

[code]Option "EmulateWheel" "true"
Option "EmulateWheelButton" "2"

Save the file. Logout, restart X with Ctrl-Alt-Backspace, and log in again.[/code]

(保存文件,退出登录,用Ctrl-Alt-Backspace组合重启X桌面环境,再次登录)

按照上面的方法我已经试了,终于可以舒服的上网,编辑文本了
文章评论

共有 0 条评论