我有一个带有四个按钮的 Logitech Marble Mouse 轨迹球:
使用这里的说明,我已经50-marblemouse.conf设置了(xorg.conf) 以便按住“后退”按钮让我滚动:
Section "InputClass"
Identifier "Marble Mouse"
MatchProduct "Logitech USB Trackball"
MatchIsPointer "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "8"
EndSection
Run Code Online (Sandbox Code Playgroud)
但是,有时“保持”会注册为单击“返回”,这在我浏览网页时非常烦人。 有什么办法可以使用按钮滚动但禁用单击吗?
通常的解决方法似乎是使用“前进”按钮进行滚动,因为点击它几乎是无害的,但我发现用无名指点击它比拇指后退按钮更尴尬。