List of supported gestures

Asked by Ron Blom

Is there a list of supported gestures?
I'm using an Apple Magix Trackpad, but currently I only have the two-finger scroll and 1,2,3 finger tap working.
3 and 4 finger swipe and pinch2zoom do not work.

Question information

Language:
English Edit question
Status:
Answered
For:
Open Input Framework Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
José Expósito (jose-exposito89) said :
#1

Hi Ron

I also have a Magic Trackpad, you have two options, use Synaptics or use Touchégg (of course I recommend you Touchég..... I'm the developer xDD).

Add this to your /etc/X11/xorg.conf:

# Apple Magic Trackpad
Section "InputClass"
         Identifier "Magic Trackpad"
         MatchUSBID "05ac:030e"
         #Driver "synaptics" # Uncomment to use synaptics and comment the Driver "evdev" line
  Driver "evdev"
EndSection

If you decided use Touchégg (https://code.google.com/p/touchegg/) follow the readme instructions to compile and install it.

With Touchégg you can associate an action with a gesture, check the video in the oficial website ;)

Greetings!

Can you help with this problem?

Provide an answer of your own, or ask Ron Blom for more information if necessary.

To post a message you must log in.