分页: 1 / 1

ubuntu 下支持鼠标中间键吗?

发表于 : 2006-12-28 15:31
萍水相逢
用鼠标中间键习惯了!

可最近 安装了 ubuntu ,发现无效!

我目前的大概情况:

WIN XP + VMWare workstation 5.5.4 build 34685 + ubuntu

ubuntu 已经有 6.06 更新 到 6.10

有谁知道?

对比下。

发表于 : 2006-12-28 15:41
eexpress
$● awk -F'Identifier' 'BEGIN{RS = ""} /.*Mouse/' /etc/X11/xorg.conf
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
InputDevice "Synaptics Touchpad"
EndSection

有不同之处!!

发表于 : 2006-12-28 16:18
萍水相逢
就在 你注释的3行!


是不是 可以 注释掉?

发表于 : 2006-12-28 16:25
eexpress
可以去掉的。那个是错误的触摸板设置。

那你试试xev,测试鼠标按键。你是在什么软件里面使用中键啊,要软件本身支持才可以的。

Firefox 支持吗?

发表于 : 2006-12-28 17:21
萍水相逢
似乎都不支持!?!


谢谢,我试试看

发表于 : 2006-12-28 20:12
eexpress
原来真是找软件哦。那可以设置按键的软件都应该支持。特别是浏览器。

发表于 : 2006-12-28 20:13
eexpress
系统的音量图标,调节都可以滚轮的。

音量 还真 的支持!

发表于 : 2006-12-28 20:51
萍水相逢
我才试过,谢谢!

真大侠