|
|

楼主 |
发表于 2007-2-26 02:10:39
|
显示全部楼层
现在知道怎么把单键设置成右键了:
<code>
当您的鼠标只有一个按键的时候,流行的内核具有模拟三健鼠标的能力。只需将下面行加入 /etc/sysctl.conf 文件。
# 3-button mouse emulation
# turn on emulation
/dev/mac_hid/mouse_button_emulation = 1
# Send middle mouse button signal with the F11 key
/dev/mac_hid/mouse_button2_keycode = 87
# Send right mouse button signal with the F12 key
/dev/mac_hid/mouse_button3_keycode = 88
# For different keys, use showkey to tell you what the code is.
来自http://www.debian.org/releases/s ... tml.zh_CN#id2533748
</code>
但是怎么把键盘加鼠标键组合还是不知道 |
|