|
|

楼主 |
发表于 2005-2-24 23:41:40
|
显示全部楼层
后来我怀疑是不是X的设置的问题呢?打开/etc/X11/xorg.conf文件,跟鼠标有关的内容如下:
- Section "InputDevice"
- Identifier "Mouse0"
- Driver "mouse"
- # Option "Protocol" "auto"
- Option "Protocol" "ImPS/2"
- Option "Device" "/dev/input/mice"
- Option "Buttons" "5"
- Option "ZAxisMapping" "4 5"
- Option "Emulate3Buttons" "no"
- EndSection
复制代码
我发现,如果把Option "Emulate3Buttons" "no"改为Option "Emulate3Buttons" "yes",就能左右键同时按下进行粘贴,前者用中键就不行,我哪错了呢,后面三个Option是为了支持鼠标滚轮加上的。 |
|