[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

留言

這個網誌中的熱門文章

[Antergos] disable touchpad

[Editor] 入坑 Atom => Markdown 轉 PDF