Skip to content

Instantly share code, notes, and snippets.

@alexandre-mbm
Last active January 4, 2016 02:32
Show Gist options
  • Save alexandre-mbm/129a56539c766fe0c917 to your computer and use it in GitHub Desktop.
Save alexandre-mbm/129a56539c766fe0c917 to your computer and use it in GitHub Desktop.
Teste simples para estudo das configurações do Touchégg
<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>
@alexandre-mbm
Copy link
Author

Foi renomeado para o Gist colori-lo. O nome correto do arquivo é apenas touchegg.conf, sem a terminação -teste.xml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment