Au moment où Ubuntu utilisait encore X11, je pouvais le faire en ajoutant le fichier /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
Comment puis-je faire cela dans Ubuntu 17.10?
Exécutez la commande suivante en tant qu'utilisateur normal:
gsettings set org.gnome.desktop.peripherals.touchpad click-method 'fingers'