Kin*_*ard 8 touchpad kubuntu tap-to-click
我刚刚在我的戴尔 XPS 15 9570 上安装了 Kubuntu。一切正常,除了点击触摸板。
我可以激活设置中的选项,但这没有效果。
Kin*_*ard 12
经过一些额外的搜索,我在这里找到了我的问题的解决方案
我不得不添加Option "Tapping" "True"到MatchIsTouchpad文件中的条目/usr/share/X11/xorg.conf.d/40-libinput.conf。对于其他人来说,文件的确切名称可能会有所不同。
最后,相关部分将如下所示:
Section "InputClass"
Identifier "libinput touchpad catchall"
MatchIsTouchpad "on"
Option "Tapping" "True"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSection
Run Code Online (Sandbox Code Playgroud)
您需要以 root 身份编辑文件并在更改后重新启动系统!