停止向上滚动手指

bot*_*t47 5 touchpad multi-touch synaptics

当使用两指滚动在我的突触触摸板上滚动时,它会在我的手指不再触摸触控板后继续滚动。当我滚动并在之后立即尝试使用键盘快捷键时,它会被解释为 Ctrl-Scroll 命令,以防万一我的 Web 浏览器烦人地更改字体大小。

当我从触控板上松开手指时,如何让滚动停止?

小智 5

我在 unix stackexchange 上问过同样的问题:https : //unix.stackexchange.com/questions/278923/mousewheel-touchpad-scrolling-in-browsers,经过一些探索后我发现的是:

1) 功能称为“滑行速度” 2) 要禁用它,您可以使用:

xinput --set-prop --type=float "<your device>" "Synaptics Coasting Speed" 0 0

列出您可以使用的设备:

xinput list

祝你好运!:-)