我有 Logitech G500s 鼠标,并通过 xbindkeys && xdotool 配置额外的按钮。
# Scroll Left = "previous Tab" in Browser
"xdotool key Ctrl+Tab"
b:7
# Scroll right = "next Tab" in Browser
"xdotool key Ctrl+Shift+Tab"
b:6
"xdotool key Alt+Left"
b:8
"xdotool key Alt+Right"
b:9
#Present Windows
"xdotool key F5"
b:10
但有时按钮 6 和 7 停止工作,直到我运行xinput test <mouse id>
我可以使用哪些工具来诊断问题?
答案1
可能的问题是 xdotool。我切换到 xmacro,所有按钮都工作正常。