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に切り替えましたが、すべてのボタンが正しく機能します。