blob: 496881f2d237a82d982080e67ae4f97bed9bff73 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="gestures" title="GESTOS DISPONIBLES">
<text name="help_label">
Pulse dos veces en un gesto para reproducir las animaciones
y sonidos.
</text>
<scroll_list bottom_delta="-385" height="360" name="gesture_list">
<column label="Botón" name="trigger"/>
<column label="Tecla" name="shortcut"/>
<column label="Nombre" name="name"/>
</scroll_list>
<button label="Nuevo" name="new_gesture_btn"/>
<button label="Editar" name="edit_btn"/>
<button label="Reproducir" name="play_btn"/>
<button label="Parar" name="stop_btn"/>
</floater>
|