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로 전환했는데 모든 버튼이 제대로 작동합니다.