lorenzodelarocha / touchegg

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

How To Remove Touchegg #103

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hello,

How do you remove Touchegg? I am using Ubuntu 11.04 on my MacBook Pro 5,5

Either that, or ideally I would like to get things configured so that the 
trackpad works 'exactly' like it does with Mac OS X. 

Thanks for the help in advanced. 

Original issue reported on code.google.com by garryc...@gmail.com on 18 Sep 2011 at 6:23

GoogleCodeExporter commented 8 years ago
Hi, if you have compiled and installed Touchégg from the source code, you can 
uninstall it making "sudo make uninstall" (if you have been deleted the 
Touchégg source code folder download it, reinstall and uninstall ;) )

I don't know what is the OS X response to the gestures, but if you want, you 
can say me what do you need and I can help you to configure Touchégg

Greetings!

Original comment by jose.exposito89@gmail.com on 18 Sep 2011 at 6:41

GoogleCodeExporter commented 8 years ago
I would like to keep Touchegg installed, but I don't quite know how to use it. 
I discovered a GUI version, but I am not sure how to install it. 

Once installed, I would like to be able to be able to thumb click and hold it 
down while using my finger to highlight text. Also the two finger scrolling is 
reversed. 

Original comment by garryc...@gmail.com on 18 Sep 2011 at 7:48

GoogleCodeExporter commented 8 years ago
Check the wiki:

http://code.google.com/p/touchegg/wiki/AllGestures
http://code.google.com/p/touchegg/wiki/AllActions

For the moment the GUI for the version 1.0 is not available, but in few weeks 
I'll release a Qt interface and a KCM module for KDE users ;)

> Once installed, I would like to be able to be able to thumb click
> and hold it down while using my finger to highlight text.

In Linux to do that you need to use the gesture named "tap&hold", that consist 
in make a speeded tap (like a click over the mouse) and then tap again and drag 
with this finger

> Also the two finger scrolling is reversed.

You should have something like this in your configuration file 
(/home/your_user/.config/touchegg/touchegg.conf)

        <gesture type="DRAG" fingers="2" direction="ALL">
            <action type="SCROLL">SPEED=7:INVERTED=false</action>
        </gesture>

You can change the "INVERTED" value to "true" to use the OS X natural scrolling.

I think that configure Touchégg with the wiki information is easy, but fell 
free to ask anything ;)
Greetings!

Original comment by jose.exposito89@gmail.com on 18 Sep 2011 at 5:23

GoogleCodeExporter commented 8 years ago

Original comment by jose.exposito89@gmail.com on 30 Sep 2011 at 12:29