I seriously cannot believe that it took me as long as it did to find a fix to this issue. New-ish Dell Inspiron laptops have moved from touchpads to Clickpads – the biggest change is that Clickpads have no physical buttons on them at all. Everything is done by a combination of taps and clicks and gestures. Blame Apple for screwing around with something that should be straight-forward. 😛
Anyway, after a few hours of searching, I found a fix. It’s straight forward, linked below:
The content of my file is:
# This option disables software buttons on FocalTech touchpads. # This option is only interpreted by clickpads. Section "InputClass" Identifier "Disable clickpad buttons on FocalTech touchpads" MatchProduct "FocalTech" MatchDriver "synaptics" Option "TapButton1" "1" Option "TapButton2" "3" Option "TapButton3" "2" Option "ClickFinger1" "1" Option "ClickFinger2" "3" Option "ClickFinger3" "2" EndSection
Hopefully this will save y’all hours of frustration!
(via http://askubuntu.com/questions/761931/cant-simulate-middlea-click-with-my-trackpad-asus-zenbook-ux305ua-fc057t)