当时 Ubuntu 仍使用 X11,我可以通过添加文件来实现/etc/X11/xorg.conf.d/50-synaptics.conf
:
Section "InputClass"
Identifier "Default clickpad buttons"
MatchDriver "synaptics"
# Disable bottom right area for right click
Option "SoftButtonAreas" "0 0 0 0 0 0 0 0"
Option "SecondarySoftButtonAreas" "0 0 0 0 0 0 0 0"
# Enable middle click with three fingers click and tap
Option "ClickFinger3" "2"
Option "TapButton3" "2"
EndSection
我如何在 Ubuntu 17.10 中做到这一点?
答案1
以普通用户身份运行以下命令:
gsettings set org.gnome.desktop.peripherals.touchpad click-method 'fingers'