LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 866|回复: 0

鼠标的中键怎么启用?

[复制链接]
发表于 2005-10-16 21:55:04 | 显示全部楼层 |阅读模式
xorg.conf关于鼠标的一段:
  1. Section "InputDevice"

  2. # Identifier and driver

  3.     Identifier        "Mouse1"
  4.     Driver "mouse"
  5.     Option "Protocol"   "ImPS/2"
  6.     Option "ZAxisMapping"   "4 5"
  7.     Option "Device"     "/dev/psaux"

  8. # When using XQUEUE, comment out the above two lines, and uncomment
  9. # the following line.

  10. #    Option "Protocol"   "Xqueue"

  11. # Baudrate and SampleRate are only for some Logitech mice. In
  12. # almost every case these lines should be omitted.

  13. #    Option "BaudRate"   "9600"
  14. #    Option "SampleRate" "150"

  15. # Emulate3Buttons is an option for 2-button Microsoft mice
  16. # Emulate3Timeout is the timeout in milliseconds (default is 50ms)

  17. #    Option "Emulate3Buttons"
  18. #    Option "Emulate3Timeout"    "50"

  19. # ChordMiddle is an option for some 3-button Logitech mice

  20. #    Option "ChordMiddle"

  21. EndSection
复制代码

滚轮能正常使用,只是滚轮按下作为中键使用的功能无效。
哪里不对呢?
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表