2

I have a Firefox plug-in called "All-in-One Gestures" I have a new Lenovo laptop with ETPS/2 Elantech Touchpad and no mouse.

What I would like to achieve is the following: when I move three fingers over the touchpad, I would like to emulate mouse movement with right click pressed.

Warren Hill
  • 22,412
  • 28
  • 70
  • 88
bonyiii
  • 71

3 Answers3

2

Try installing touchegg: https://code.google.com/p/touchegg/wiki/Downloads?tm=2

It's not maintained, but it's worth a try.

lolzies
  • 388
0

You should install the Synaptics touchpad from the software centre. It give you a lot of options graphically for configuring your touchpad.

Also you could check this out: How can I setup my touchpad multi-finger tapping functionality?

and the oficial Synaptics documentation: https://help.ubuntu.com/community/SynapticsTouchpad

Ashish
  • 963
0

Reinstall the Touchpad driver:

sudo apt-get --purge autoremove xserver-xorg-input-synaptics && sudo apt-get install xserver-xorg-input-synaptics

Then reboot.