summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_preview_gesture_shortcut.xml
blob: b489ae2e771ffdf0343326109bff58c21b09a5ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
 legacy_header_height="18"
 can_minimize="false"
 follows="left|top"
 height="90"
 layout="topleft"
 name="Gesture"
 help_topic="gesture"
 save_rect="true"
 title="Gesture Shortcut"
 width="260">
      <text
     type="string"
     length="1"
     follows="top|left"
     font="SansSerifSmall"
     height="10"
     layout="topleft"
     left="10"
     name="trigger_label"
     top_pad="10"
     width="100">
        Chat:
    </text>
    <line_editor
     follows="left|top"
     height="20"
     layout="topleft"
     left_pad="5"
     max_length="31"
     name="trigger_editor"
     top_delta="-4"
     width="135" />
    <text
     type="string"
     length="1"
     follows="top|left"
     font="SansSerifSmall"
     height="10"
     layout="topleft"
     left="10"
     name="key_label"
     top_pad="10"
     width="100">
        Keyboard:
    </text>
    <combo_box
     height="20"
     label="None"
     layout="topleft"
     left_pad="13"
     name="modifier_combo"
     top_delta="-4"
     width="50" />
    <combo_box
     height="20"
     label="None"
     layout="topleft"
     left_pad="5"
     name="key_combo"
     top_delta="0"
     width="45" />
    <text
     type="string"
     length="1"
     follows="top|left"
     font="SansSerifSmall"
     height="10"
     layout="topleft"
     left="10"
     name="replace_text"
     tool_tip="Replace the trigger word(s) with these words. For example, trigger &apos;hello&apos; replace with &apos;howdy&apos; will turn the chat &apos;I wanted to say hello&apos; into &apos;I wanted to say howdy&apos; as well as playing the gesture!"
     top_pad="10"
     width="100">
        Replace:
    </text>
    <line_editor
     follows="left|top"
     height="20"
     layout="topleft"
     left_pad="5"
     max_length="31"
     name="replace_editor"
     tool_tip="Replace the trigger word(s) with these words. For example, trigger &apos;hello&apos; replace with &apos;howdy&apos; will turn the chat &apos;I wanted to say hello&apos; into &apos;I wanted to say howdy&apos; as well as playing the gesture"
     top_delta="-4"
     width="135" />
</floater>