自从升级到 Ubuntu 17.10 以来,我在使用“双指轻拂”手势上下滚动时经常发生意外点击。(我同时使用點擊以點擊和双指滚动。
这真的很烦人——你经常使用许多轻拂手势快速滚动网页,所以你很可能会在途中无意中左键和右键单击某些内容。许多交互式网站,例如 Trello、GitHub、Google 日历,在可滚动的区域中有很多点击目标,点击这些目标时会移动、修改和删除内容。
在 17.04 中,双指滚动对我来说运行良好 - 没有检测到意外点击。
我相信它正在使用libinput
我的触摸板的驱动程序:
$ grep -e "Using input driver 'libinput'" ~/.local/share/xorg/Xorg.0.log
[ 17.394] (II) Using input driver 'libinput' for 'Power Button'
[ 17.395] (II) Using input driver 'libinput' for 'Video Bus'
[ 17.396] (II) Using input driver 'libinput' for 'Power Button'
[ 17.397] (II) Using input driver 'libinput' for 'Sleep Button'
[ 17.398] (II) Using input driver 'libinput' for 'HD Pro Webcam C920'
[ 17.399] (II) Using input driver 'libinput' for 'TrulyErgonomic.com Truly Ergonomic Computer Keyboard'
[ 17.400] (II) Using input driver 'libinput' for 'TrulyErgonomic.com Truly Ergonomic Computer Keyboard'
[ 17.403] (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys'
[ 19.865] (II) Using input driver 'libinput' for 'Logitech Rechargeable Touchpad T650'
[ 22.098] (II) Using input driver 'libinput' for 'Logitech Rechargeable Touchpad T650'
(xserver-xorg-input-synaptics
也是不是已安装)。
当时我也在使用 17.04 libinput
。事实上,我在 17.04 上使用 synaptics 驱动程序时也遇到过同样的问题(滚动时意外点击),在 17.04 上切换到 libinput 后问题就解决了。但在 17.10 上,似乎 libinput 现在也存在同样的问题。
更新:尝试登录 X.org 而不是 Wayland,但问题仍然存在。
更新:在具有默认会话的全新 17.04 Live USB 上进行了测试 - 存在同样的问题。