[Linux] Laptop double tapping as click not work
筆電在一次更新後,觸控版雙擊後沒辦法模擬 mouse cliking。
解法如下:
1/ sudo pacman -Rsn xf86-input-synaptics
2/ sudo pacman -Syu xf86-input-libinput
3/ add the following config to /etc/X11/xorg.conf.d/30-touchpad.conf
/etc/X11/xorg.conf.d/30-touchpad.conf
Section "InputClass"
Identifier "MyTouchpad"
MatchIsTouchpad "on"
Driver "libinput"
Option "Tapping" "on"
EndSection
留言
張貼留言