summaryrefslogtreecommitdiff
path: root/indra/newview/app_settings/commands.xml
blob: 5cb8ddffcd4a656fc8c578ff0cb2a3a6a36ef195 (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<commands>
  <command name="avatar"
           icon="Command_Avatar_Icon"
           label_ref="Command_Avatar_Label"
           tooltip_ref="Command_Avatar_Tooltip"
           function="Floater.ToolbarToggle"
           param="avatar"
           />
  <command name="build"
           icon="Command_Build_Icon"
           label_ref="Command_Build_Label"
           tooltip_ref="Command_Build_Tooltip"
           function="Floater.ToolbarToggle"
           param="build"
           />
  <command name="chat"
           icon="Command_Chat_Icon"
           label_ref="Command_Chat_Label"
           tooltip_ref="Command_Chat_Tooltip"
           function="Floater.ToolbarToggle"
           param="chat"
           />
  <command name="compass"
           icon="Command_Compass_Icon"
           label_ref="Command_Compass_Label"
           tooltip_ref="Command_Compass_Tooltip"
           function="Floater.ToolbarToggle"
           param="compass"
           />
  <command name="gestures"
           icon="Command_Gestures_Icon"
           label_ref="Command_Gestures_Label"
           tooltip_ref="Command_Gestures_Tooltip"
           function="Floater.ToolbarToggle"
           param="gestures"
           />
  <command name="howto"
           icon="Command_HowTo_Icon"
           label_ref="Command_HowTo_Label"
           tooltip_ref="Command_HowTo_Tooltip"
           function="Floater.ToolbarToggle"
           param="howto"
           />
  <command name="landmarks"
           icon="Command_Landmarks_Icon"
           label_ref="Command_Landmarks_Label"
           tooltip_ref="Command_Landmarks_Tooltip"
           function="Floater.ToolbarToggle"
           param="landmarks"
           />
  <command name="map"
           icon="Command_Map_Icon"
           label_ref="Command_Map_Label"
           tooltip_ref="Command_Map_Tooltip"
           function="Floater.ToolbarToggle"
           param="map"
           />
  <command name="move"
           icon="Command_Move_Icon"
           label_ref="Command_Move_Label"
           tooltip_ref="Command_Move_Tooltip"
           function="Floater.ToolbarToggle"
           param="move"
           />
  <command name="myland"
           icon="Command_MyLand_Icon"
           label_ref="Command_MyLand_Label"
           tooltip_ref="Command_MyLand_Tooltip"
           function="Floater.ToolbarToggle"
           param="myland"
           />
  <command name="mystuff"
           icon="Command_MyStuff_Icon"
           label_ref="Command_MyStuff_Label"
           tooltip_ref="Command_MyStuff_Tooltip"
           function="Floater.ToolbarToggle"
           param="mystuff"
           />
  <command name="people"
           icon="Command_People_Icon"
           label_ref="Command_People_Label"
           tooltip_ref="Command_People_Tooltip"
           function="Floater.ToolbarToggle"
           param="people"
           />
  <command name="places"
           icon="Command_Places_Icon"
           label_ref="Command_Places_Label"
           tooltip_ref="Command_Places_Tooltip"
           function="Floater.ToolbarToggle"
           param="places"
           />
  <command name="search"
           icon="Command_Search_Icon"
           label_ref="Command_Search_Label"
           tooltip_ref="Command_Search_Tooltip"
           function="Floater.ToolbarToggle"
           param="search"
           />
  <command name="settings"
           icon="Command_Settings_Icon"
           label_ref="Command_Settings_Label"
           tooltip_ref="Command_Settings_Tooltip"
           function="Floater.ToolbarToggle"
           param="settings"
           />
  <command name="shop"
           icon="Command_Shop_Icon"
           label_ref="Command_Shop_Label"
           tooltip_ref="Command_Shop_Tooltip"
           function="Floater.ToolbarToggle"
           param="shop"
           />
  <command name="snapshot"
           icon="Command_Snapshot_Icon"
           label_ref="Command_Snapshot_Label"
           tooltip_ref="Command_Snapshot_Tooltip"
           function="Floater.ToolbarToggle"
           param="snapshot"
           />
  <command name="speak"
           icon="Command_Speak_Icon"
           label_ref="Command_Speak_Label"
           tooltip_ref="Command_Speak_Tooltip"
           function="Floater.ToolbarToggle"
           param="speak"
           />
  <command name="upload"
           icon="Command_Upload_Icon"
           label_ref="Command_Upload_Label"
           tooltip_ref="Command_Upload_Tooltip"
           function="Floater.ToolbarToggle"
           param="upload"
           />
  <command name="view"
           icon="Command_View_Icon"
           label_ref="Command_View_Label"
           tooltip_ref="Command_View_Tooltip"
           function="Floater.ToolbarToggle"
           param="view"
           />
</commands>