[right-click emulation]
Is this patch included in xf86-input-evdev 2.7.0-2?
http://www.staff.amu.edu.pl/~kalmar/blog/?p=247It says
since 2.7.0... Unfortunately my TP is @home so for the rest of the day i can't test.
EDIT: WORKEE! In /etc/X11/xorg.conf.d/10-evdev.conf i changed two sections (dunno if just one of them would be enough):
Section "InputClass"
Identifier "evdev tablet catchall"
MatchIsTablet "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
Option "EmulateThirdButton" "true"
Option "EmulateThirdButtonTimeout" 750"
Option "EmulateThirdButtonMoveThreshold" "30"
EndSection
Section "InputClass"
Identifier "evdev touchscreen catchall"
MatchIsTouchScreen "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
Option "EmulateThirdButton" "true"
Option "EmulateThirdButtonTimeout" 750"
Option "EmulateThirdButtonMoveThreshold" "30"
EndSection
Now let's see if we can also
emulate a mouse wheel using up/down gestures...