blob: 11ecc8bd9a8975786cc9f736d5a743fb8abe5f02 (
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="AKTIVE BEVÆGELSER">
<text name="help_label">
Dobbelt-klik på en bevægelse for at afspille animation og lyd.
</text>
<scroll_list name="gesture_list">
<column label="Genvej" name="trigger" />
<column label="Taste" name="shortcut" />
<column label="" name="key" />
<column label="Navn" name="name" />
</scroll_list>
<button label="Ny" name="new_gesture_btn" />
<button label="Redigér" name="edit_btn" />
<button label="Afspil" name="play_btn" />
<button label="Stop" name="stop_btn" />
</floater>
|