lorenzodelarocha / touchegg

Automatically exported from code.google.com/p/touchegg
0 stars 0 forks source link

ETPS/2 Elantech Touchpad Scroll speed and PINCH #211

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
ETPS/2 Elantech Touchpad
It seems the scroll speed isn't depended on value
I have these settings: 
<gesture type="DRAG" fingers="2" direction="ALL">
    <action type="SCROLL">SPEED=1:INVERTED=false</action>
</gesture>

I cannot change the speed. SPEED=1 and SPEED=10 give the same result.

These gesture is recognized just sometimes in Chromium:
<application name="Chromium"> 
<gesture type="PINCH" fingers="2" direction="OUT">
     <action type="SEND_KEYS">Control+KP_Add</action>
</gesture>

This on is never recognized in Chromium:
<gesture type="PINCH" fingers="2" direction="IN">
    <action type="SEND_KEYS">Control+KP_Subtract</action>
</gesture>

This one almost never works in Gwenview (just a couple of times randomly, I 
didn't understand how)

<application name="Gwenview">
<gesture type="ROTATE" fingers="2" direction="LEFT">
     <action type="SEND_KEYS">Control+L</action>
</gesture>
<gesture type="ROTATE" fingers="2" direction="RIGHT">
    <action type="SEND_KEYS">Control+R</action>
</gesture>

Laptop ASUS Zenbook ux3vd

Original issue reported on code.google.com by Lyshe...@gmail.com on 22 Jul 2013 at 6:30

GoogleCodeExporter commented 8 years ago

Original comment by jose.exposito89@gmail.com on 1 Aug 2013 at 2:31