blob: 13362c26a75eb3b830d5821f90e2012d86464a7f (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater
legacy_header_height="18"
border="false"
can_close="false"
can_minimize="false"
height="116"
layout="topleft"
name="modal container"
width="272">
<floater.string
name="keyboard">
Keyboard
</floater.string>
<floater.string
name="mouse">
Mouse Buttons
</floater.string>
<floater.string
name="basic_description">
Press a key to set your trigger.
Allowed input: [INPUT].
</floater.string>
<floater.string
name="reserved_by_menu">
Combination [KEYSTR] is reserved by menu.
</floater.string>
<text
type="string"
halign="center"
length="1"
follows="left|top"
height="30"
layout="topleft"
left="30"
name="description"
top="25"
word_wrap="true"
width="212">
Press a key to set your trigger.
Allowed input: [INPUT].
</text>
<check_box
follows="top|left"
height="20"
initial_value="false"
label="Apply to all"
layout="topleft"
left="90"
name="apply_all"
tool_tip="Viewer uses different control combinations depending on what you are doing in world, setting this will apply your change to all combinations"
top_pad="8"
width="160" />
<button
height="23"
label="Set Empty"
layout="topleft"
left="8"
name="SetEmpty"
top_pad="6"
width="80" />
<button
height="23"
label="Default"
layout="topleft"
left_pad="8"
name="Default"
top_delta="0"
width="80" />
<button
height="23"
label="Cancel"
layout="topleft"
left_pad="8"
name="Cancel"
top_delta="0"
width="80" />
</floater>
|