~ubuntu-branches/ubuntu/vivid/mygui/vivid

« back to all changes in this revision

Viewing changes to Media/Tools/LayoutEditor/Settings/Hotkeys.xml

  • Committer: Package Import Robot
  • Author(s): Scott Howard, Bret Curtis, Scott Howard
  • Date: 2014-09-18 17:57:48 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20140918175748-dd8va78mvpw1jbes
Tags: 3.2.1-1
[ Bret Curtis ]
* Updated license for majority of files from LGPL to Expat (MIT)

[ Scott Howard ]
* New upstream release
* Updated patch to add build option for system GLEW libraries
* All patches accepted upstream except shared_libraries.patch
* Bumped SONAME due to dropped symbols, updated *.symbols and package
  names
* Updated license of debian/* to Expat with permission of all authors
* Don't install Doxygen autogenerated md5 and map files (thanks
  lintian)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<MyGUI type="HotKeys">
3
 
        <Command>
4
 
                <Name>Command_QuitApp</Name>
5
 
                <KeyCode>Escape</KeyCode>
6
 
                <Pressed>true</Pressed>
7
 
        </Command>
8
 
        <Command>
9
 
                <Name>Command_FileLoad</Name>
10
 
                <KeyCode>O</KeyCode>
11
 
                <Pressed>true</Pressed>
12
 
                <Modifier>Control</Modifier>
13
 
        </Command>
14
 
        <Command>
15
 
                <Name>Command_FileLoad</Name>
16
 
                <KeyCode>L</KeyCode>
17
 
                <Pressed>true</Pressed>
18
 
                <Modifier>Control</Modifier>
19
 
        </Command>
20
 
        <Command>
21
 
                <Name>Command_FileSave</Name>
22
 
                <KeyCode>S</KeyCode>
23
 
                <Pressed>true</Pressed>
24
 
                <Modifier>Control</Modifier>
25
 
        </Command>
26
 
        <Command>
27
 
                <Name>Command_Undo</Name>
28
 
                <KeyCode>Z</KeyCode>
29
 
                <Pressed>true</Pressed>
30
 
                <Modifier>Control</Modifier>
31
 
        </Command>
32
 
        <Command>
33
 
                <Name>Command_Redo</Name>
34
 
                <KeyCode>Y</KeyCode>
35
 
                <Pressed>true</Pressed>
36
 
                <Modifier>Control</Modifier>
37
 
        </Command>
38
 
        <Command>
39
 
                <Name>Command_Redo</Name>
40
 
                <KeyCode>Z</KeyCode>
41
 
                <Pressed>true</Pressed>
42
 
                <Modifier>Control Shift</Modifier>
43
 
        </Command>
44
 
        <Command>
45
 
                <Name>Command_Test</Name>
46
 
                <KeyCode>T</KeyCode>
47
 
                <Pressed>true</Pressed>
48
 
                <Modifier>Control</Modifier>
49
 
        </Command>
50
 
        <Command>
51
 
                <Name>Command_ToggleRelativeMode</Name>
52
 
                <KeyCode>R</KeyCode>
53
 
                <Pressed>true</Pressed>
54
 
                <Modifier>Control</Modifier>
55
 
        </Command>
56
 
        <Command>
57
 
                <Name>Command_MoveLeft</Name>
58
 
                <KeyCode>ArrowLeft</KeyCode>
59
 
                <Pressed>true</Pressed>
60
 
                <Modifier>Shift</Modifier>
61
 
        </Command>
62
 
        <Command>
63
 
                <Name>Command_MoveRight</Name>
64
 
                <KeyCode>ArrowRight</KeyCode>
65
 
                <Pressed>true</Pressed>
66
 
                <Modifier>Shift</Modifier>
67
 
        </Command>
68
 
        <Command>
69
 
                <Name>Command_MoveTop</Name>
70
 
                <KeyCode>ArrowUp</KeyCode>
71
 
                <Pressed>true</Pressed>
72
 
                <Modifier>Shift</Modifier>
73
 
        </Command>
74
 
        <Command>
75
 
                <Name>Command_MoveBottom</Name>
76
 
                <KeyCode>ArrowDown</KeyCode>
77
 
                <Pressed>true</Pressed>
78
 
                <Modifier>Shift</Modifier>
79
 
        </Command>
80
 
        <Command>
81
 
                <Name>Command_SizeLeft</Name>
82
 
                <KeyCode>ArrowLeft</KeyCode>
83
 
                <Pressed>true</Pressed>
84
 
                <Modifier>Shift Control</Modifier>
85
 
        </Command>
86
 
        <Command>
87
 
                <Name>Command_SizeRight</Name>
88
 
                <KeyCode>ArrowRight</KeyCode>
89
 
                <Pressed>true</Pressed>
90
 
                <Modifier>Shift Control</Modifier>
91
 
        </Command>
92
 
        <Command>
93
 
                <Name>Command_SizeTop</Name>
94
 
                <KeyCode>ArrowUp</KeyCode>
95
 
                <Pressed>true</Pressed>
96
 
                <Modifier>Shift Control</Modifier>
97
 
        </Command>
98
 
        <Command>
99
 
                <Name>Command_SizeBottom</Name>
100
 
                <KeyCode>ArrowDown</KeyCode>
101
 
                <Pressed>true</Pressed>
102
 
                <Modifier>Shift Control</Modifier>
103
 
        </Command>
104
 
        <Command>
105
 
                <Name>Command_GridMoveLeft</Name>
106
 
                <KeyCode>ArrowLeft</KeyCode>
107
 
                <Pressed>true</Pressed>
108
 
        </Command>
109
 
        <Command>
110
 
                <Name>Command_GridMoveRight</Name>
111
 
                <KeyCode>ArrowRight</KeyCode>
112
 
                <Pressed>true</Pressed>
113
 
        </Command>
114
 
        <Command>
115
 
                <Name>Command_GridMoveTop</Name>
116
 
                <KeyCode>ArrowUp</KeyCode>
117
 
                <Pressed>true</Pressed>
118
 
        </Command>
119
 
        <Command>
120
 
                <Name>Command_GridMoveBottom</Name>
121
 
                <KeyCode>ArrowDown</KeyCode>
122
 
                <Pressed>true</Pressed>
123
 
        </Command>
124
 
        <Command>
125
 
                <Name>Command_GridSizeLeft</Name>
126
 
                <KeyCode>ArrowLeft</KeyCode>
127
 
                <Pressed>true</Pressed>
128
 
                <Modifier>Control</Modifier>
129
 
        </Command>
130
 
        <Command>
131
 
                <Name>Command_GridSizeRight</Name>
132
 
                <KeyCode>ArrowRight</KeyCode>
133
 
                <Pressed>true</Pressed>
134
 
                <Modifier>Control</Modifier>
135
 
        </Command>
136
 
        <Command>
137
 
                <Name>Command_GridSizeTop</Name>
138
 
                <KeyCode>ArrowUp</KeyCode>
139
 
                <Pressed>true</Pressed>
140
 
                <Modifier>Control</Modifier>
141
 
        </Command>
142
 
        <Command>
143
 
                <Name>Command_GridSizeBottom</Name>
144
 
                <KeyCode>ArrowDown</KeyCode>
145
 
                <Pressed>true</Pressed>
146
 
                <Modifier>Control</Modifier>
147
 
        </Command>
148
 
        <Command>
149
 
                <Name>Command_ChangeNextScale</Name>
150
 
                <KeyCode>PageUp</KeyCode>
151
 
                <Pressed>true</Pressed>
152
 
                <Modifier>Control</Modifier>
153
 
        </Command>
154
 
        <Command>
155
 
                <Name>Command_ChangePrevScale</Name>
156
 
                <KeyCode>PageDown</KeyCode>
157
 
                <Pressed>true</Pressed>
158
 
                <Modifier>Control</Modifier>
159
 
        </Command>
160
 
        <Command>
161
 
                <Name>Command_StatisticInfo</Name>
162
 
                <KeyCode>F11</KeyCode>
163
 
                <Pressed>true</Pressed>
164
 
                <Modifier>Control</Modifier>
165
 
        </Command>
166
 
        <Command>
167
 
                <Name>Command_FocusVisible</Name>
168
 
                <KeyCode>F12</KeyCode>
169
 
                <Pressed>true</Pressed>
170
 
                <Modifier>Control</Modifier>
171
 
        </Command>
172
 
        <Command>
173
 
                <Name>Command_Delete</Name>
174
 
                <KeyCode>Delete</KeyCode>
175
 
                <Pressed>true</Pressed>
176
 
                <Modifier></Modifier>
177
 
        </Command>
178
 
        <Command>
179
 
                <Name>Command_NextItem</Name>
180
 
                <KeyCode>Tab</KeyCode>
181
 
                <Pressed>true</Pressed>
182
 
                <Modifier></Modifier>
183
 
        </Command>
184
 
        <Command>
185
 
                <Name>Command_FreeChildMode</Name>
186
 
                <KeyCode>F4</KeyCode>
187
 
                <Pressed>true</Pressed>
188
 
                <Modifier></Modifier>
189
 
        </Command>
190
 
        <Command>
191
 
                <Name>Command_ScreenShot</Name>
192
 
                <KeyCode>SysRq</KeyCode>
193
 
                <Pressed>true</Pressed>
194
 
                <Modifier></Modifier>
195
 
        </Command>
196
 
</MyGUI>
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<MyGUI type="HotKeys">
 
3
        <Command>
 
4
                <Name>Command_QuitApp</Name>
 
5
                <KeyCode>Escape</KeyCode>
 
6
                <Pressed>true</Pressed>
 
7
        </Command>
 
8
        <Command>
 
9
                <Name>Command_FileLoad</Name>
 
10
                <KeyCode>O</KeyCode>
 
11
                <Pressed>true</Pressed>
 
12
                <Modifier>Control</Modifier>
 
13
        </Command>
 
14
        <Command>
 
15
                <Name>Command_FileLoad</Name>
 
16
                <KeyCode>L</KeyCode>
 
17
                <Pressed>true</Pressed>
 
18
                <Modifier>Control</Modifier>
 
19
        </Command>
 
20
        <Command>
 
21
                <Name>Command_FileSave</Name>
 
22
                <KeyCode>S</KeyCode>
 
23
                <Pressed>true</Pressed>
 
24
                <Modifier>Control</Modifier>
 
25
        </Command>
 
26
        <Command>
 
27
                <Name>Command_Undo</Name>
 
28
                <KeyCode>Z</KeyCode>
 
29
                <Pressed>true</Pressed>
 
30
                <Modifier>Control</Modifier>
 
31
        </Command>
 
32
        <Command>
 
33
                <Name>Command_Redo</Name>
 
34
                <KeyCode>Y</KeyCode>
 
35
                <Pressed>true</Pressed>
 
36
                <Modifier>Control</Modifier>
 
37
        </Command>
 
38
        <Command>
 
39
                <Name>Command_Redo</Name>
 
40
                <KeyCode>Z</KeyCode>
 
41
                <Pressed>true</Pressed>
 
42
                <Modifier>Control Shift</Modifier>
 
43
        </Command>
 
44
        <Command>
 
45
                <Name>Command_Test</Name>
 
46
                <KeyCode>T</KeyCode>
 
47
                <Pressed>true</Pressed>
 
48
                <Modifier>Control</Modifier>
 
49
        </Command>
 
50
        <Command>
 
51
                <Name>Command_ToggleRelativeMode</Name>
 
52
                <KeyCode>R</KeyCode>
 
53
                <Pressed>true</Pressed>
 
54
                <Modifier>Control</Modifier>
 
55
        </Command>
 
56
        <Command>
 
57
                <Name>Command_MoveLeft</Name>
 
58
                <KeyCode>ArrowLeft</KeyCode>
 
59
                <Pressed>true</Pressed>
 
60
                <Modifier>Shift</Modifier>
 
61
        </Command>
 
62
        <Command>
 
63
                <Name>Command_MoveRight</Name>
 
64
                <KeyCode>ArrowRight</KeyCode>
 
65
                <Pressed>true</Pressed>
 
66
                <Modifier>Shift</Modifier>
 
67
        </Command>
 
68
        <Command>
 
69
                <Name>Command_MoveTop</Name>
 
70
                <KeyCode>ArrowUp</KeyCode>
 
71
                <Pressed>true</Pressed>
 
72
                <Modifier>Shift</Modifier>
 
73
        </Command>
 
74
        <Command>
 
75
                <Name>Command_MoveBottom</Name>
 
76
                <KeyCode>ArrowDown</KeyCode>
 
77
                <Pressed>true</Pressed>
 
78
                <Modifier>Shift</Modifier>
 
79
        </Command>
 
80
        <Command>
 
81
                <Name>Command_SizeLeft</Name>
 
82
                <KeyCode>ArrowLeft</KeyCode>
 
83
                <Pressed>true</Pressed>
 
84
                <Modifier>Shift Control</Modifier>
 
85
        </Command>
 
86
        <Command>
 
87
                <Name>Command_SizeRight</Name>
 
88
                <KeyCode>ArrowRight</KeyCode>
 
89
                <Pressed>true</Pressed>
 
90
                <Modifier>Shift Control</Modifier>
 
91
        </Command>
 
92
        <Command>
 
93
                <Name>Command_SizeTop</Name>
 
94
                <KeyCode>ArrowUp</KeyCode>
 
95
                <Pressed>true</Pressed>
 
96
                <Modifier>Shift Control</Modifier>
 
97
        </Command>
 
98
        <Command>
 
99
                <Name>Command_SizeBottom</Name>
 
100
                <KeyCode>ArrowDown</KeyCode>
 
101
                <Pressed>true</Pressed>
 
102
                <Modifier>Shift Control</Modifier>
 
103
        </Command>
 
104
        <Command>
 
105
                <Name>Command_GridMoveLeft</Name>
 
106
                <KeyCode>ArrowLeft</KeyCode>
 
107
                <Pressed>true</Pressed>
 
108
        </Command>
 
109
        <Command>
 
110
                <Name>Command_GridMoveRight</Name>
 
111
                <KeyCode>ArrowRight</KeyCode>
 
112
                <Pressed>true</Pressed>
 
113
        </Command>
 
114
        <Command>
 
115
                <Name>Command_GridMoveTop</Name>
 
116
                <KeyCode>ArrowUp</KeyCode>
 
117
                <Pressed>true</Pressed>
 
118
        </Command>
 
119
        <Command>
 
120
                <Name>Command_GridMoveBottom</Name>
 
121
                <KeyCode>ArrowDown</KeyCode>
 
122
                <Pressed>true</Pressed>
 
123
        </Command>
 
124
        <Command>
 
125
                <Name>Command_GridSizeLeft</Name>
 
126
                <KeyCode>ArrowLeft</KeyCode>
 
127
                <Pressed>true</Pressed>
 
128
                <Modifier>Control</Modifier>
 
129
        </Command>
 
130
        <Command>
 
131
                <Name>Command_GridSizeRight</Name>
 
132
                <KeyCode>ArrowRight</KeyCode>
 
133
                <Pressed>true</Pressed>
 
134
                <Modifier>Control</Modifier>
 
135
        </Command>
 
136
        <Command>
 
137
                <Name>Command_GridSizeTop</Name>
 
138
                <KeyCode>ArrowUp</KeyCode>
 
139
                <Pressed>true</Pressed>
 
140
                <Modifier>Control</Modifier>
 
141
        </Command>
 
142
        <Command>
 
143
                <Name>Command_GridSizeBottom</Name>
 
144
                <KeyCode>ArrowDown</KeyCode>
 
145
                <Pressed>true</Pressed>
 
146
                <Modifier>Control</Modifier>
 
147
        </Command>
 
148
        <Command>
 
149
                <Name>Command_ChangeNextScale</Name>
 
150
                <KeyCode>PageUp</KeyCode>
 
151
                <Pressed>true</Pressed>
 
152
                <Modifier>Control</Modifier>
 
153
        </Command>
 
154
        <Command>
 
155
                <Name>Command_ChangePrevScale</Name>
 
156
                <KeyCode>PageDown</KeyCode>
 
157
                <Pressed>true</Pressed>
 
158
                <Modifier>Control</Modifier>
 
159
        </Command>
 
160
        <Command>
 
161
                <Name>Command_StatisticInfo</Name>
 
162
                <KeyCode>F11</KeyCode>
 
163
                <Pressed>true</Pressed>
 
164
                <Modifier>Control</Modifier>
 
165
        </Command>
 
166
        <Command>
 
167
                <Name>Command_FocusVisible</Name>
 
168
                <KeyCode>F12</KeyCode>
 
169
                <Pressed>true</Pressed>
 
170
                <Modifier>Control</Modifier>
 
171
        </Command>
 
172
        <Command>
 
173
                <Name>Command_Delete</Name>
 
174
                <KeyCode>Delete</KeyCode>
 
175
                <Pressed>true</Pressed>
 
176
                <Modifier/>
 
177
        </Command>
 
178
        <Command>
 
179
                <Name>Command_NextItem</Name>
 
180
                <KeyCode>Tab</KeyCode>
 
181
                <Pressed>true</Pressed>
 
182
                <Modifier/>
 
183
        </Command>
 
184
        <Command>
 
185
                <Name>Command_FreeChildMode</Name>
 
186
                <KeyCode>F4</KeyCode>
 
187
                <Pressed>true</Pressed>
 
188
                <Modifier/>
 
189
        </Command>
 
190
        <Command>
 
191
                <Name>Command_ScreenShot</Name>
 
192
                <KeyCode>SysRq</KeyCode>
 
193
                <Pressed>true</Pressed>
 
194
                <Modifier/>
 
195
        </Command>
 
196
</MyGUI>