xinput test 9的结果是将按钮标识为8和9。
然而,xev中的结果如下:
LeaveNotify event, serial 33, synthetic NO, window 0x2e00001,
root 0xa2, subw 0x0, time 780795, (17,2), root:(18,94),
mode NotifyGrab, detail NotifyAncestor, same_screen YES,
focus YES, state 0
EnterNotify event, serial 33, synthetic NO, window 0x2e00001,
root 0xa2, subw 0x0, time 780970, (17,2), root:(18,94),
mode NotifyUngrab, detail NotifyAncestor, same_screen YES,
focus YES, state 0
KeymapNotify event, serial 33, synthetic NO, window 0x0,
keys: 4294967202 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 这可能会导致对所述按钮的xbindkey (作为尝试解决方案)的失败和pcmanfm中的失败。
按照这里的说明:https://help.ubuntu.com/community/MouseCustomizations
/etc/X11/xorg.conf不存在
我将/etc/X11/xorg.conf设置为:
Section "InputDevice"
Identifier "Logitech"
Driver "evdev"
Option "Name" "Logitech USB-PS/2 Optical Mouse"
EndSection
InputDevice "Logitech" "CorePointer"但是,这导致操作系统无法识别强制回滚到此配置的设备。
xev中方便按钮事件的产生?发布于 2013-11-02 17:05:54
我的错,我没有安装xvkbd。我用
sudo apt-get install xvkbd但是,xev当然仍然具有指定的输出,因此对其正确性的解释是有价值的。
https://askubuntu.com/questions/369832
复制相似问题