21 lines
791 B
XML
21 lines
791 B
XML
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
|
<floater name="gestures" title="Gestos Activos">
|
|
<text name="help_label">
|
|
Pulsa dos veces en un gesto para reproducir las animaciones
|
|
</text>
|
|
<scroll_list name="gesture_list">
|
|
<column label="Disparador" name="trigger" width="75"/>
|
|
<column label="Tecla" name="shortcut"/>
|
|
<column label="" name="key"/>
|
|
<column label="Nombre" name="name"/>
|
|
</scroll_list>
|
|
<button label="Nueva" name="new_gesture_btn"/>
|
|
<!--
|
|
<button bottom_delta="0" follows="bottom|right" height="20" label="Inventory"
|
|
left_delta="89" name="inventory_btn" width="83" />
|
|
-->
|
|
<button label="Editar" name="edit_btn"/>
|
|
<button label="Reproducir" name="play_btn"/>
|
|
<button label="Detener" name="stop_btn"/>
|
|
</floater>
|