Last active
January 4, 2016 02:32
-
-
Save alexandre-mbm/129a56539c766fe0c917 to your computer and use it in GitHub Desktop.
Teste simples para estudo das configurações do Touchégg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<touchégg> | |
<settings> | |
<property name="composed_gestures_time">0</property> | |
</settings> | |
<application name="Firefox"> | |
<gesture type="DRAG" fingers="2" direction="LEFT"> | |
<action type="SEND_KEYS">Control+KP_Add</action> | |
</gesture> | |
<gesture type="DRAG" fingers="2" direction="RIGHT"> | |
<action type="SEND_KEYS">Control+KP_Subtract</action> | |
</gesture> | |
</application> | |
</touchégg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Foi renomeado para o Gist colori-lo. O nome correto do arquivo é apenas
touchegg.conf
, sem a terminação-teste.xml
.