blob: ac50f32dd145ac555a7923e6794624ed1afce5f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="gestures" title="Gestos Ativos">
<text name="help_label">
Clicar duas vezes no gesto para executar animações e sons.
</text>
<scroll_list name="gesture_list">
<column label="Acionar" name="trigger"/>
<column label="Chave" name="shortcut"/>
<column label="Nome" name="name"/>
</scroll_list>
<button label="Novo" name="new_gesture_btn"/>
<button label="Editar" name="edit_btn"/>
<button label="Executar" name="play_btn"/>
<button label="Parar" name="stop_btn"/>
</floater>
|