3

Currently running ubuntu 12.10 on my Acer Aspire S3 ultrabook and i've been fighting with it trying to get the mouse middle click to use three finger tap on it.

I could do this without an issue on 12.04 using this method - How can I personalize my MacBook Pro Touchpad? but this doesn't work on 12.10.

Any help would be greatly appreciated.

Thanks.

BB1873
  • 81
  • 5
  • Anyone........? – BB1873 Nov 11 '12 at 19:38
  • I tried this: gsettings set org.gnome.settings-daemon.peripherals.mouse middle-button-enabled true as seen here but it didn't work either. I have a Lenovo touchpad and you used to be able to emulate middle click by clicking with two fingers. It works on other distros, but not Ubuntu 12.10. – Fernando Briano Nov 12 '12 at 17:58
  • Surely there must be a fix out there somewhere -.- – BB1873 Nov 26 '12 at 18:25

1 Answers1

2

I am also looking for a good solution, right now I run the following command in terminal each time I start the computer and after suspend:

$ synclient TapButton1=1 TapButton2=3 TapButton3=2

I can't live without middle button on clickpad!

  • 1
    Seems like the preferred way to "middle click" in Ubuntu is to tap the upper right part of the touchpad. Tap the lower right part of the touchpad to right click. – Anders Sandblad Jan 06 '13 at 11:26