我试图用我额外的鼠标按钮来做一些有用的事情。
在Xfce中,它工作得完美无缺,但在KDE中,xbindkey似乎无法捕获鼠标按钮。
xbindkeys -n显示了一个警告,存在冲突,而xbindkey -k在按鼠标上的任何按钮时没有显示任何内容:
*** Warning ***
Please verify that there is not another program running
which captures one of the keys captured by xbindkeys.
It seems that there is a conflict, and xbindkeys can't
grab all the keys defined in its configuration file.xev可以检测到按下的额外按钮:
KeymapNotify event, serial 40, synthetic NO, window 0x0,
keys: 4294967280 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 我已经在这个问题上寻求帮助,但是所有的答案都太老了,不再有效了。
发布于 2021-02-01 19:39:21
发现问题了!
kglobalaccel5与xbindkey冲突。我能够同时运行这两种方式,但我必须禁用所有自定义快捷方式。它们在系统设置->快捷键>自定义快捷键上。
奇怪的是,没有快捷方式使用额外的鼠标按钮。我的理论是手势支持没有得到很好的实施。
https://askubuntu.com/questions/1310906
复制相似问题