summaryrefslogtreecommitdiff
path: root/indra/newview/app_settings/commands.xml
blob: 1fff95417b3571e417dcd48fcf660b8e7b2f95eb (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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<commands>
  <command name="aboutland"
           available_in_toybox="true"
           icon="Command_AboutLand_Icon"
           label_ref="Command_AboutLand_Label"
           tooltip_ref="Command_AboutLand_Tooltip"
           execute_function="Floater.ToolbarToggle"
           execute_parameters="about_land"
           is_running_function="Floater.IsOpen"
           is_running_parameters="about_land"
           />
  <command name="appearance"
           available_in_toybox="true"
           icon="Command_Appearance_Icon"
           label_ref="Command_Appearance_Label"
           tooltip_ref="Command_Appearance_Tooltip"
           execute_function="Floater.ToolbarToggle"
           execute_parameters="appearance"
           is_running_function="Floater.IsOpen"
           is_running_parameters="appearance"
           />
  <command name="avatar"
           available_in_toybox="true"
           icon="Command_Avatar_Icon"
           label_ref="Command_Avatar_Label"
           tooltip_ref="Command_Avatar_Tooltip"
           execute_function="Floater.ToolbarToggle"
           execute_parameters="avatar_picker"
           is_running_function="Floater.IsOpen"
           is_running_parameters="avatar_picker"
           />
  <command name="build"
           available_in_toybox="true"
           icon="Command_Build_Icon"
           label_ref="Command_Build_Label"
           tooltip_ref="Command_Build_Tooltip"
           execute_function="Floater.ToolbarToggle"
           execute_parameters="build"
           is_running_function="Floater.IsOpen"
           is_running_parameters="build"
           />
  <command name="chat"
           available_in_toybox="true"
           icon="Command_Chat_Icon"
           label_ref="Command_Chat_Label"
           tooltip_ref="Command_Chat_Tooltip"
           execute_function="Floater.ToolbarToggle"
           execute_parameters="chat_bar"
           is_running_function="Floater.IsOpen"
           is_running_parameters="chat_bar"
           />
  <command name="compass"
           available_in_toybox="false"
           icon="Command_Compass_Icon"
           label_ref="Command_Compass_Label"
           tooltip_ref="Command_Compass_Tooltip"
           execute_function="Floater.ToolbarToggle"
           execute_parameters="compass"
           is_running_function="Floater.IsOpen"
           is_running_parameters="compass"
           />
  <command name="destinations"
           available_in_toybox="true"
           icon="Command_Destinations_Icon"
           label_ref="Command_Destinations_Label"
           tooltip_ref="Command_Destinations_Tooltip"
           execute_function="Floater.ToolbarToggle"
           execute_parameters="destinations"
           is_running_function="Floater.IsOpen"
           is_running_parameters="destinations"
           />
  <command name="gestures"
           available_in_toybox="true"
           icon="Command_Gestures_Icon"
           label_ref="Command_Gestures_Label"
           tooltip_ref="Command_Gestures_Tooltip"
           execute_function="Floater.ToolbarToggle"
           execute_parameters="gestures"
           is_running_function="Floater.IsOpen"
           is_running_parameters="gestures"
           />
  <command name="howto"
           available_in_toybox="true"
           icon="Command_HowTo_Icon"
           label_ref="Command_HowTo_Label"
           tooltip_ref="Command_HowTo_Tooltip"
           execute_function="Floater.ToolbarToggle"
           execute_parameters="help_browser"
           is_running_function="Floater.IsOpen"
           is_running_parameters="help_browser"
           />
  <command name="inventory"
           available_in_toybox="true"
           icon="Command_Inventory_Icon"
           label_ref="Command_Inventory_Label"
           tooltip_ref="Command_Inventory_Tooltip"
           execute_function="Floater.ToolbarToggle"
           execute_parameters="inventory"
           is_running_function="Floater.IsOpen"
           is_running_parameters="inventory"
           />
  <command name="map"
           available_in_toybox="true"
           icon="Command_Map_Icon"
           label_ref="Command_Map_Label"
           tooltip_ref="Command_Map_Tooltip"
           execute_function="Floater.ToolbarToggle"
           execute_parameters="world_map"
           is_running_function="Floater.IsOpen"
           is_running_parameters="world_map"
           />
  <command name="marketplace"
           available_in_toybox="true"
           icon="Command_Marketplace_Icon"
           label_ref="Command_Marketplace_Label"
           tooltip_ref="Command_Marketplace_Tooltip"
           execute_function="Floater.ToolbarToggle"
           execute_parameters="marketplace"
           is_running_function="Floater.IsOpen"
           is_running_parameters="marketplace"
           />
  <command name="minimap"
           available_in_toybox="true"
           icon="Command_MiniMap_Icon"
           label_ref="Command_MiniMap_Label"
           tooltip_ref="Command_MiniMap_Tooltip"
           execute_function="Floater.ToolbarToggle"
           execute_parameters="mini_map"
           is_running_function="Floater.IsOpen"
           is_running_parameters="mini_map"
           />
  <command name="move"
           available_in_toybox="true"
           icon="Command_Move_Icon"
           label_ref="Command_Move_Label"
           tooltip_ref="Command_Move_Tooltip"
           execute_function="Floater.ToolbarToggle"
           execute_parameters="moveview"
           is_running_function="Floater.IsOpen"
           is_running_parameters="moveview"
           />
  <command name="people"
           available_in_toybox="true"
           icon="Command_People_Icon"
           label_ref="Command_People_Label"
           tooltip_ref="Command_People_Tooltip"
           execute_function="Floater.ToolbarToggle"
           execute_parameters="people"
           is_running_function="Floater.IsOpen"
           is_running_parameters="people"
           />
  <command name="places"
           available_in_toybox="true"
           icon="Command_Places_Icon"
           label_ref="Command_Places_Label"
           tooltip_ref="Command_Places_Tooltip"
           execute_function="Floater.ToolbarToggle"
           execute_parameters="places"
           is_running_function="Floater.IsOpen"
           is_running_parameters="places"
           />
  <command name="preferences"
           available_in_toybox="true"
           icon="Command_Preferences_Icon"
           label_ref="Command_Preferences_Label"
           tooltip_ref="Command_Preferences_Tooltip"
           execute_function="Floater.ToolbarToggle"
           execute_parameters="preferences"
           is_running_function="Floater.IsOpen"
           is_running_parameters="preferences"
           />
  <command name="profile"
           available_in_toybox="true"
           icon="Command_Profile_Icon"
           label_ref="Command_Profile_Label"
           tooltip_ref="Command_Profile_Tooltip"
           execute_function="Floater.ToolbarToggle"
           execute_parameters="my_profile"
           is_running_function="Floater.IsOpen"
           is_running_parameters="my_profile"
           />
  <command name="search"
           available_in_toybox="true"
           icon="Command_Search_Icon"
           label_ref="Command_Search_Label"
           tooltip_ref="Command_Search_Tooltip"
           execute_function="Floater.ToolbarToggle"
           execute_parameters="search"
           is_running_function="Floater.IsOpen"
           is_running_parameters="search"
           />
  <command name="snapshot"
           available_in_toybox="true"
           icon="Command_Snapshot_Icon"
           label_ref="Command_Snapshot_Label"
           tooltip_ref="Command_Snapshot_Tooltip"
           execute_function="Floater.ToolbarToggle"
           execute_parameters="snapshot"
           is_running_function="Floater.IsOpen"
           is_running_parameters="snapshot"
           />
  <command name="speak"
           available_in_toybox="true"
           icon="Command_Speak_Icon"
           label_ref="Command_Speak_Label"
           tooltip_ref="Command_Speak_Tooltip"
           execute_function="Floater.ToolbarToggle"
           execute_parameters="speak"
           is_running_function="Floater.IsOpen"
           is_running_parameters="speak"
           />
  <command name="view"
           available_in_toybox="true"
           icon="Command_View_Icon"
           label_ref="Command_View_Label"
           tooltip_ref="Command_View_Tooltip"
           execute_function="Floater.ToolbarToggle"
           execute_parameters="camera"
           is_running_function="Floater.IsOpen"
           is_running_parameters="camera"
           />
  <command name="voice"
           available_in_toybox="true"
           icon="Command_Voice_Icon"
           label_ref="Command_Voice_Label"
           tooltip_ref="Command_Voice_Tooltip"
           execute_function="Floater.ToolbarToggle"
           execute_parameters="voice_controls"
           is_running_function="Floater.IsOpen"
           is_running_parameters="voice_controls"
           />
</commands>