Zovi EC2-B 작동시키기 |

Zovi EC2-B 작동시키기 |

저는 steamPlay를 사용하고 있습니다. 마우스 엄지 버튼을 제외하고는 모든 것이 잘 작동합니다. 게임에서 매핑을 시도했지만 게임이 키를 전혀 인식하지 못한다는 것을 깨달았습니다. Thumb Buttons - Forward and Back을 살펴보았는데, 여기서 문제는 엄지버튼 이벤트가 버튼으로 인식되지 않는다는 점인 것 같습니다. (저는 ++ 설정을 사용하고 있습니다)CS:GOArch LinuxevdevArch Linuxbspwmsxhkd

xev앞으로 엄지 버튼에 대한 출력

LeaveNotify event, serial 33, synthetic NO, window 0x4c00001,
    root 0x1e6, subw 0x0, time 4046616, (2,420), root:(974,442),
    mode NotifyGrab, detail NotifyAncestor, same_screen YES,
    focus YES, state 0

EnterNotify event, serial 33, synthetic NO, window 0x4c00001,
    root 0x1e6, subw 0x0, time 4046777, (2,420), root:(974,442),
    mode NotifyUngrab, detail NotifyAncestor, same_screen YES,
    focus YES, state 0

KeymapNotify event, serial 33, synthetic NO, window 0x0,
    keys:  4294967270 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   

xev후면 엄지 버튼용 출력

LeaveNotify event, serial 33, synthetic NO, window 0x4a00001,
    root 0x1e6, subw 0x0, time 3944070, (7,455), root:(979,477),
    mode NotifyGrab, detail NotifyAncestor, same_screen YES,
    focus YES, state 0

EnterNotify event, serial 33, synthetic NO, window 0x4a00001,
    root 0x1e6, subw 0x0, time 3944181, (7,455), root:(979,477),
    mode NotifyUngrab, detail NotifyAncestor, same_screen YES,
    focus YES, state 0

KeymapNotify event, serial 33, synthetic NO, window 0x0,
    keys:  4294967270 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  

나는 또한 다음 구성을 시도했습니다 xorg.

Section "InputDevice"
  Identifier      "Evdev Mouse"
  Driver          "evdev"
  Option          "Name" "Kingsis Peripherals ZOWIE Gaming mouse"
  Option          "evBits"  "+1-2"
  Option          "keyBits" "~272-287"
  Option          "relBits" "~0-2 ~6 ~8"
  Option          "Pass"    "3"
  Option          "CorePointer"
EndSection

Section "ServerLayout"
  Identifier     "Default Layout"
  InputDevice    "Evdev Mouse" "CorePointer"
EndSection

사람을 죽이려고 했어sxhkd

솔루션에 따르면이것문제는 키를 전역적으로 얻을 수 있다는 것입니다. 유일한 잠재적 응용 프로그램이므로 sxhkd프로세스를 종료하고 xev창에서 엄지 버튼을 눌러 보았지만 위에서 언급한 것과 동일한 결과가 나왔습니다.

엄지 버튼이 제대로 작동하게 하려면 어떻게 해야 합니까?

답변1

아직 댓글을 달 수 없어서 답변으로 이렇게 글을 남깁니다. 다음 링크에 표시된 대로 일부 알려진 구성을 확인하려면 다른 일반적인 마우스를 사용하는 것이 좋습니다. https://wiki.archlinux.org/index.php/Mouse_buttons

예를 들어, 대부분의 Logitech MX 마우스의 엄지 버튼이 8과 9로 확인된다는 것을 나타냅니다. 다른 일반적인 마우스에서 모든 것이 작동하면 Zowie를 사용한 문제 해결이 더 명확하고 쉬워질 것입니다.

답변2

imwheel스크롤 휠 속도를 높이기 위해 백그라운드에서 실행하고 있다는 사실을 완전히 잊었습니다 . 마우스 버튼은 전체적으로 캡처되지만 imwheel결코 나오지 않습니다. imwheel답변에 표시된 대로 캡처 버튼 4와 5를 제한할 수 있습니다 .이 문제

관련 정보