AlexBurdu / touchegg

Linux multitouch gesture recognizer with inverted trackpad support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This touchegg fork supports flipping your apple trackpad 180 degrees.

This must be used in sync with the following xinput configuration to also have the cursor move adapted

xinput set-prop 'Apple Wireless Trackpad' 'Coordinate Transformation Matrix' -1 0 1 0 -1 1 0 0 1 # invert move coordinates 180 degrees xinput set-prop 'Apple Wireless Trackpad' 'Synaptics Scrolling Distance' 157, 157 # invert 2 finger scroll direction

Follow Touchégg on...

About Touchégg:

Touchégg allows the GNU/Linux users to made full use of their trackpacks.

By editing a simple configuration file you can attach an action to a particular gesture and -by performing those gestures on your trackpad- maximize, minimize or resize windows, show your desktop, emulate mouse clicks and more.

YouTube

For more information check the wiki or ask a question.

Compilation and installation:

Follow the instructions available in the wiki

Copyright:

Copyright (C) 2011 - 2016 José Expósito <jose.exposito89@gmail.com>

The source code is available under GPL v2 license on GitHub

About

Linux multitouch gesture recognizer with inverted trackpad support

License:GNU General Public License v2.0


Languages

Language:C++ 97.8%Language:QMake 2.2%