scylla / touchegg

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

I want to disable horizontal scroll, but I cannot. #213

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I tried the following configuration and many other configurations but I was not 
able to control only the horizontal scroll.

        <gesture type="DRAG" fingers="1" direction="LEFT">
            <action type="SCROLL">SPEED=0:INVERTED=false</action>
        </gesture>
        <gesture type="DRAG" fingers="1" direction="RIGHT">
            <action type="SCROLL">SPEED=0:INVERTED=false</action>
        </gesture>
        <gesture type="DRAG" fingers="1" direction="UP"> 
            <action type="SCROLL">SPEED=5:INVERTED=false</action>
        </gesture>
        <gesture type="DRAG" fingers="1" direction="DOWN">
            <action type="SCROLL">SPEED=5:INVERTED=false</action>
        </gesture>
It seemed that SPEED and INVERTED options cannot be set seperately for each 
direction. For example, I was not able to revert only the vertical scroll 
direction. (I needed this because KDE's natural scroll option reverted only 
vertical scroll and I wanted to revert the horizontal scroll direction or 
disable the horizontal scroll using touchegg).
Thank you, 

Original issue reported on code.google.com by taesoob...@gmail.com on 10 Aug 2013 at 6:15

GoogleCodeExporter commented 8 years ago
I am sorry, I realized SPEED=0 is unsupported.  
So this is a feature request rather than a bug report. 
Setting 
SPEED=-5
or 
INVERTED=true 
ONLY for horizontal scroll.
Would it be possible in a future release?

Original comment by taesoob...@gmail.com on 10 Aug 2013 at 12:38

GoogleCodeExporter commented 8 years ago
Hi! Please, try to disable the system scroll by typing in a terminal:

    $ synclient HorizTwoFingerScroll=0

And them restart Touchégg and try again

Original comment by jose.exposito89@gmail.com on 10 Aug 2013 at 2:08

GoogleCodeExporter commented 8 years ago
Thanks but this doesn't work because my problem happens only when using the 
touchscreen (one finger scroll), not with the touchpad two finger scroll. 
I am using Chromebook Pixel with linux+KDE environment. 
It seems to me that this is likely a KDE bug. I will try to bug-report there. 

Original comment by taesoob...@gmail.com on 10 Aug 2013 at 3:13

GoogleCodeExporter commented 8 years ago
Or is there a way to disable touchegg only for the touchscreen?
Best,

Original comment by taesoob...@gmail.com on 10 Aug 2013 at 3:33

GoogleCodeExporter commented 8 years ago
I'm sorry but no, it's not possible to disable Touchégg only for the 
touchscreen...

Original comment by jose.exposito89@gmail.com on 11 Aug 2013 at 2:27