blob: d4915772005fe301c4eb2d2757a5427687e65d5c [file] [log] [blame]
Dees_Troya13d74f2013-03-24 08:54:55 -05001<?xml version="1.0"?>
2
3<recovery>
4 <details>
5 <resolution width="1080" height="1920" />
6 <author>TeamWin</author>
7 <title>Backup Naowz</title>
8 <description>Default basic theme</description>
9 <preview>preview.jpg</preview>
10 </details>
11
Ethan Yonker780cd392014-07-21 15:24:39 -050012 <include>
13 <xmlfile name="portrait.xml" />
14 </include>
15
Dees_Troya13d74f2013-03-24 08:54:55 -050016 <resources>
Ethan Yonker88037f42015-10-04 22:09:08 -050017 <resource name="font" type="font" filename="RobotoCondensed-Regular.ttf" size="40" />
18 <resource name="mediumfont" type="font" filename="RobotoCondensed-Regular.ttf" size="40" />
19 <resource name="filelist" type="font" filename="RobotoCondensed-Regular.ttf" size="40" />
Matt Mower989709a2015-02-26 00:34:36 -060020 <resource name="fixed" type="font" filename="DroidSansMono.ttf" size="30" />
Ethan Yonker591b9202015-03-11 11:17:15 -050021 <resource name="twrplogo" type="image" filename="twrplogo" retainaspect="1" />
Dees_Troya13d74f2013-03-24 08:54:55 -050022 <resource name="main_button" type="image" filename="menu-button" />
Ethan Yonker591b9202015-03-11 11:17:15 -050023 <resource name="file_icon" type="image" filename="file" retainaspect="1" />
24 <resource name="folder_icon" type="image" filename="folder" retainaspect="1" />
25 <resource name="slideout" type="image" filename="slideout" retainaspect="1" />
Dees_Troya13d74f2013-03-24 08:54:55 -050026 <resource name="progress" type="animation" filename="indeterminate" />
27 <resource name="progress_empty" type="image" filename="progress_empty" />
28 <resource name="progress_full" type="image" filename="progress_fill" />
Ethan Yonker63e414f2015-02-06 15:44:39 -060029 <resource name="checkbox_false" type="image" filename="checkbox_empty" retainaspect="1" />
30 <resource name="checkbox_true" type="image" filename="checkbox_checked" retainaspect="1" />
31 <resource name="radio_false" type="image" filename="radio_empty" retainaspect="1" />
32 <resource name="radio_true" type="image" filename="radio_selected" retainaspect="1" />
Dees_Troya13d74f2013-03-24 08:54:55 -050033 <resource name="medium_button" type="image" filename="medium-button" />
34 <resource name="sort_button" type="image" filename="sort-button" />
35 <resource name="minus_button" type="image" filename="minus-button" />
36 <resource name="plus_button" type="image" filename="plus-button" />
Ethan Yonker591b9202015-03-11 11:17:15 -050037 <resource name="home_icon" type="image" filename="home-icon" retainaspect="1" />
38 <resource name="back_icon" type="image" filename="back-icon" retainaspect="1" />
39 <resource name="slider" type="image" filename="slider" retainaspect="1" />
40 <resource name="slider-used" type="image" filename="slider-used" retainaspect="1" />
41 <resource name="slider-touch" type="image" filename="slider-touch" retainaspect="1" />
42 <resource name="unlock-icon" type="image" filename="unlock" retainaspect="1" />
Dees_Troya13d74f2013-03-24 08:54:55 -050043 <resource name="keyboard1" type="image" filename="keyboard1" />
44 <resource name="keyboard2" type="image" filename="keyboard2" />
45 <resource name="keyboard3" type="image" filename="keyboard3" />
46 <resource name="keyboard4" type="image" filename="keyboard4" />
Ethan Yonker63e414f2015-02-06 15:44:39 -060047 <resource name="cursor" type="image" filename="cursor" retainaspect="1" />
Dees_Troya13d74f2013-03-24 08:54:55 -050048 </resources>
49
50 <variables>
51 <variable name="col1_x" value="10" />
52 <variable name="col2_x" value="565" />
53 <variable name="col_center_x" value="288" />
54 <variable name="col_center_medium_x" value="414" />
55 <variable name="center_x" value="540" />
56 <variable name="row1_y" value="255" />
57 <variable name="row2_y" value="615" />
58 <variable name="row3_y" value="975" />
59 <variable name="row4_y" value="1335" />
60 <variable name="col1_center_x" value="179" />
61 <variable name="col2_center_x" value="552" />
62 <variable name="row1_text2_y" value="310" />
63 <variable name="row2_text2_y" value="550" />
64 <variable name="row_queue_y" value="1140" />
65 <variable name="row1_header_y" value="180" />
66 <variable name="row1_text_y" value="255" />
67 <variable name="row2_text_y" value="330" />
68 <variable name="row3_text_y" value="405" />
69 <variable name="row4_text_y" value="480" />
70 <variable name="row5_text_y" value="555" />
71 <variable name="row6_text_y" value="630" />
72 <variable name="row7_text_y" value="705" />
73 <variable name="row8_text_y" value="780" />
74 <variable name="row9_text_y" value="855" />
75 <variable name="row10_text_y" value="930" />
76 <variable name="row11_text_y" value="1005" />
77 <variable name="row12_text_y" value="1080" />
78 <variable name="row13_text_y" value="1155" />
79 <variable name="row14_text_y" value="1230" />
80 <variable name="row15_text_y" value="1305" />
81 <variable name="row16_text_y" value="1380" />
82 <variable name="row17_text_y" value="1455" />
83 <variable name="row18_text_y" value="1530" />
84 <variable name="zip_status_y" value="922" />
Ethan Yonker96af84a2015-01-05 14:58:36 -060085 <variable name="flash_list_height" value="500" />
Dees_Troya13d74f2013-03-24 08:54:55 -050086 <variable name="tz_selected_y" value="240" />
87 <variable name="tz_set_y" value="1500" />
88 <variable name="tz_current_y" value="1425" />
Ethan Yonkereb32b1f2015-05-18 10:23:03 -050089 <variable name="system_ro_y" value="1770" />
Dees_Troya13d74f2013-03-24 08:54:55 -050090 <variable name="col_progressbar_x" value="351" />
91 <variable name="row_progressbar_y" value="1650" />
92 <variable name="col1_medium_x" value="10" />
93 <variable name="col2_medium_x" value="282" />
94 <variable name="col3_medium_x" value="545" />
95 <variable name="col4_medium_x" value="817" />
96 <variable name="row1_medium_y" value="195" />
97 <variable name="row2_medium_y" value="345" />
98 <variable name="row3_medium_y" value="392" />
99 <variable name="row4_medium_y" value="645" />
100 <variable name="row5_medium_y" value="795" />
101 <variable name="row6_medium_y" value="1260" />
102 <variable name="row7_medium_y" value="730" />
Dees_Troya13d74f2013-03-24 08:54:55 -0500103 <variable name="slider_y" value="1575" />
104 <variable name="slider_text_y" value="1676" />
105 <variable name="button_text_color" value="#AAAAAA" />
106 <variable name="text_color" value="#FFFFFF" />
107 <variable name="text_success_color" value="#33B5E5" />
108 <variable name="text_fail_color" value="#FF0101" />
109 <variable name="highlight_color" value="#90909080" />
Ethan Yonkerc3120d42014-02-17 07:55:00 -0600110 <variable name="caps_highlight_color" value="#33B5E580" />
Dees_Troya13d74f2013-03-24 08:54:55 -0500111 <variable name="home_button_x" value="10" />
112 <variable name="home_button_y" value="1839" />
Ethan Yonker591b9202015-03-11 11:17:15 -0500113 <variable name="back_button_x" value="1070" />
Dees_Troya13d74f2013-03-24 08:54:55 -0500114 <variable name="back_button_y" value="1839" />
115 <variable name="sort_text_x" value="10" />
116 <variable name="sort_asc_text_y" value="1635" />
117 <variable name="sort_asc_button_y" value="1620" />
118 <variable name="sort_desc_text_y" value="1725" />
119 <variable name="sort_desc_button_y" value="1710" />
120 <variable name="sort_col1_button_x" value="390" />
121 <variable name="sort_col2_button_x" value="540" />
122 <variable name="sort_col3_button_x" value="690" />
123 <variable name="input_width" value="1060" />
124 <variable name="input_height" value="75" />
125 <variable name="input_background_color" value="#303030" />
126 <variable name="input_cursor_color" value="#33B5E5" />
127 <variable name="input_cursor_width" value="4" />
128 <variable name="console_x" value="0" />
129 <variable name="console_width" value="1080" />
130 <variable name="console_foreground" value="#A0A0A0" />
Ethan Yonkerbf2cb1c2014-07-02 10:15:54 -0500131 <variable name="warning" value="#F8F8A0" />
132 <variable name="error" value="#FF4040" />
133 <variable name="highlight" value="#33B5E5" />
Dees_Troya13d74f2013-03-24 08:54:55 -0500134 <variable name="console_background" value="#303030" />
135 <variable name="console_scroll" value="#303030" />
136 <variable name="console_action_height" value="705" />
137 <variable name="console_install_height" value="900" />
138 <variable name="console_installdone_height" value="660" />
139 <variable name="fileselector_x" value="5" />
140 <variable name="fileselector_width" value="1070" />
141 <variable name="fileselector_install_height" value="1170" />
142 <variable name="fileselector_header_background" value="#202020" />
143 <variable name="fileselector_header_textcolor" value="#AAAAAA" />
144 <variable name="fileselector_header_separatorcolor" value="#33B5E5" />
145 <variable name="fileselector_header_separatorheight" value="4" />
146 <variable name="fileselector_separatorcolor" value="#505050" />
147 <variable name="fileselector_separatorheight" value="3" />
148 <variable name="fileselector_background" value="#303030" />
149 <variable name="fileselector_highlight_color" value="#505050" />
150 <variable name="fileselector_highlight_font_color" value="#33B5E5" />
151 <variable name="fileselector_spacing" value="48" />
that18e13a92015-03-05 22:38:43 +0100152 <variable name="fastscroll_linecolor" value="#50505080" />
153 <variable name="fastscroll_rectcolor" value="#33B5E580" />
Dees_Troya13d74f2013-03-24 08:54:55 -0500154 <variable name="fastscroll_w" value="90" />
155 <variable name="fastscroll_linew" value="3" />
that18e13a92015-03-05 22:38:43 +0100156 <variable name="fastscroll_rectw" value="21" />
157 <variable name="fastscroll_recth" value="60" />
Dees_Troya13d74f2013-03-24 08:54:55 -0500158 <variable name="listbox_x" value="5" />
159 <variable name="listbox_width" value="1070" />
160 <variable name="listbox_tz_height" value="885" />
161 <variable name="listbox_background" value="#303030" />
162 <variable name="listbox_spacing" value="24" />
163 <variable name="sd_plus_x" value="525" />
164 <variable name="sdext_text_x" value="165" />
165 <variable name="sdext_text_y" value="270" />
166 <variable name="sdswap_button_y" value="390" />
167 <variable name="sdswap_text_x" value="165" />
168 <variable name="sdswap_text_y" value="405" />
169 <variable name="sdfilesystem_text_y" value="510" />
170 <variable name="sdfilesystem_button_y" value="570" />
Ethan Yonker591b9202015-03-11 11:17:15 -0500171 <variable name="lock_y" value="700" />
Dees_Troya13d74f2013-03-24 08:54:55 -0500172 <variable name="filemanager_select_x" value="840" />
173 <variable name="filemanager_select_y" value="1620" />
174 <variable name="backup_name_y" value="825" />
175 <variable name="terminal_console_height" value="1050" />
176 <variable name="terminal_text_y" value="1095" />
177 <variable name="terminal_button_y" value="1050" />
178 <variable name="row_dst_text_y" value="1080" />
179 <variable name="row_offset_text_y" value="1155" />
180 <variable name="row_offset_medium_y" value="1260" />
181 <variable name="button_fill_color" value="#303030" />
182 <variable name="button_fill_full_width" value="1060" />
183 <variable name="button_fill_main_width" value="505" />
184 <variable name="button_fill_main_height" value="324" />
185 <variable name="button_fill_half_height" value="162" />
186 <variable name="button_fill_quarter_height" value="81" />
Dees_Troy7abb7a52013-08-30 02:07:19 +0000187 <variable name="backup_list_height" value="780" />
Dees_Troya13d74f2013-03-24 08:54:55 -0500188 <variable name="backup_button_row1" value="1118" />
189 <variable name="backup_button_row2" value="1220" />
190 <variable name="mount_list_height" value="1035" />
191 <variable name="mount_storage_row" value="1240" />
Dees_Troye7e0ae82013-07-05 14:46:07 +0000192 <variable name="storage_list_height" value="1000" />
Ethan Yonker87c7bac2014-05-25 21:41:08 -0500193 <variable name="wipe_list_height" value="1105" />
194 <variable name="wipe_button_row1" value="1350" />
Dees_Troya13d74f2013-03-24 08:54:55 -0500195 <variable name="wipe_button_y" value="975" />
Vojtech Bocek85932342013-04-01 22:11:33 +0200196 <variable name="slidervalue_w" value="1060" />
197 <variable name="slidervalue_line_clr" value="#FFFFFF" />
198 <variable name="slidervalue_slider_clr" value="#33B5E5" />
199 <variable name="slidervalue_lineh" value="3" />
200 <variable name="slidervalue_padding" value="30" />
201 <variable name="slidervalue_sliderw" value="15" />
202 <variable name="slidervalue_sliderh" value="90" />
Aleksa Saraib25a1832015-12-31 17:36:00 +0100203 <variable name="pattern_button3_x" value="275" />
204 <variable name="pattern_button4_x" value="409" />
205 <variable name="pattern_button5_x" value="543" />
206 <variable name="pattern_button6_x" value="677" />
207 <variable name="pattern_x" value="92" />
Vojtech Bocek7e11ac52015-03-05 23:21:49 +0100208 <variable name="pattern_y" value="508" />
Aleksa Saraib25a1832015-12-31 17:36:00 +0100209 <variable name="pattern_width" value="896" />
Vojtech Bocek7e11ac52015-03-05 23:21:49 +0100210 <variable name="pattern_dot_color" value="#33B5E5" />
211 <variable name="pattern_dot_color_active" value="#FFFFFF" />
212 <variable name="pattern_dot_radius" value="23" />
213 <variable name="pattern_line_color" value="#33B5E5" />
214 <variable name="pattern_line_width" value="18" />
Aleksa Saraib25a1832015-12-31 17:36:00 +0100215 <variable name="pattern_cancel_y" value="1440" />
Dees_Troya13d74f2013-03-24 08:54:55 -0500216 </variables>
217
Vojtech Bocek1fc30fc2014-01-29 18:37:19 +0100218 <mousecursor>
219 <placement w="15" h="15" />
220 <background color="#FFFF00FF" resource="cursor" />
221 <speed multiplier="2.5" />
222 </mousecursor>
223
Dees_Troya13d74f2013-03-24 08:54:55 -0500224 <templates>
225 <template name="header">
226 <background color="#000000FF" />
227
Ethan Yonker591b9202015-03-11 11:17:15 -0500228 <object type="fill" color="%button_fill_color%">
229 <placement x="0" y="0" w="1080" h="176" />
230 </object>
231
232 <object type="fill" color="%highlight%">
233 <placement x="0" y="176" w="1080" h="4" />
234 </object>
235
Dees_Troya13d74f2013-03-24 08:54:55 -0500236 <object type="image">
Ethan Yonker591b9202015-03-11 11:17:15 -0500237 <image resource="twrplogo" />
238 <placement x="85" y="85" placement="4" />
Dees_Troya13d74f2013-03-24 08:54:55 -0500239 </object>
240
241 <object type="text" color="%text_color%">
242 <font resource="font" />
243 <placement x="180" y="15" />
244 <text>Team Win Recovery Project v%tw_version%</text>
245 </object>
246
247 <object type="text" color="%text_color%">
248 <condition var1="tw_simulate_actions" var2="1" />
249 <font resource="font" />
250 <placement x="180" y="60" />
251 <text>SIMULATING ACTIONS</text>
252 </object>
253
254 <object type="text" color="%text_color%">
255 <font resource="font" />
256 <placement x="180" y="114" />
257 <text>%tw_time%</text>
258 </object>
259
260 <object type="text" color="%text_color%">
261 <font resource="font" />
262 <placement x="405" y="114" />
263 <conditions>
264 <condition var1="tw_no_battery_percent" var2="0" />
Matt Mower82931532015-02-27 14:19:59 -0600265 <condition var1="tw_battery" op="&gt;" var2="0" />
266 <condition var1="tw_battery" op="&lt;" var2="101" />
Dees_Troya13d74f2013-03-24 08:54:55 -0500267 </conditions>
268 <text>Battery: %tw_battery%</text>
269 </object>
270
Jenkins1710bf22014-10-02 20:22:21 -0400271 <object type="text" color="%text_color%">
272 <font resource="font" />
273 <placement x="760" y="114" />
274 <conditions>
275 <condition var1="tw_no_cpu_temp" var2="0" />
276 </conditions>
Ketut Putu Kumajayaf13b8932015-08-05 20:40:24 +0200277 <text>CPU: %tw_cpu_temp% &#xB0;C</text>
Jenkins1710bf22014-10-02 20:22:21 -0400278 </object>
279
Dees_Troya13d74f2013-03-24 08:54:55 -0500280 <object type="button">
281 <highlight color="%highlight_color%" />
282 <placement x="%home_button_x%" y="%home_button_y%" />
283 <font resource="font" color="%button_text_color%" />
284 <text></text>
285 <image resource="home_icon" />
286 <condition var1="tw_busy" var2="0" />
287 <action function="key">home</action>
288 </object>
289
290 <object type="button">
291 <highlight color="%highlight_color%" />
Ethan Yonker591b9202015-03-11 11:17:15 -0500292 <placement x="%back_button_x%" y="%back_button_y%" placement="1" />
Dees_Troya13d74f2013-03-24 08:54:55 -0500293 <font resource="font" color="%button_text_color%" />
294 <text></text>
295 <image resource="back_icon" />
296 <condition var1="tw_busy" var2="0" />
297 <action function="key">back</action>
298 </object>
299
300 <object type="action">
301 <touch key="power" />
302 <action function="overlay">lock</action>
303 </object>
Vojtech Bocek03fd6c52014-03-13 18:46:34 +0100304
305 <object type="action">
306 <touch key="power+voldown" />
307 <action function="screenshot" />
308 </object>
Dees_Troya13d74f2013-03-24 08:54:55 -0500309 </template>
310
311 <template name="progress_bar">
312 <object type="progressbar">
313 <placement x="%col_progressbar_x%" y="%row_progressbar_y%" />
Matt Mowerfb1c4ff2014-04-16 13:43:36 -0500314 <resource empty="progress_empty" full="progress_full" />
Dees_Troya13d74f2013-03-24 08:54:55 -0500315 <data name="ui_progress" />
316 </object>
317
318 <object type="animation">
319 <placement x="%col_progressbar_x%" y="%row_progressbar_y%" />
320 <resource name="progress" />
321 <speed fps="15" render="2" />
322 <loop frame="1" />
323 </object>
324 </template>
325
Aleksa Saraib25a1832015-12-31 17:36:00 +0100326 <template name="pattern_options">
327 <object type="button">
328 <placement x="%pattern_button3_x%" y="%row2_text_y%" />
329 <font resource="font" color="%button_text_color%" />
330 <text>3x3</text>
331 <image resource="sort_button" />
332 <action function="set">tw_gui_pattern_grid_size=3</action>
333 </object>
334
335 <object type="button">
336 <placement x="%pattern_button4_x%" y="%row2_text_y%" />
337 <font resource="font" color="%button_text_color%" />
338 <text>4x4</text>
339 <image resource="sort_button" />
340 <action function="set">tw_gui_pattern_grid_size=4</action>
341 </object>
342
343 <object type="button">
344 <placement x="%pattern_button5_x%" y="%row2_text_y%" />
345 <font resource="font" color="%button_text_color%" />
346 <text>5x5</text>
347 <image resource="sort_button" />
348 <action function="set">tw_gui_pattern_grid_size=5</action>
349 </object>
350
351 <object type="button">
352 <placement x="%pattern_button6_x%" y="%row2_text_y%" />
353 <font resource="font" color="%button_text_color%" />
354 <text>6x6</text>
355 <image resource="sort_button" />
356 <action function="set">tw_gui_pattern_grid_size=6</action>
357 </object>
358 </template>
359
Dees_Troya13d74f2013-03-24 08:54:55 -0500360 <template name="sort_options">
361 <object type="text" color="%text_color%">
362 <font resource="font" />
363 <placement x="%sort_text_x%" y="%sort_asc_text_y%" />
364 <text>Sort Ascending:</text>
365 </object>
366
367 <object type="button">
368 <highlight color="%highlight_color%" />
369 <placement x="%sort_col1_button_x%" y="%sort_asc_button_y%" />
370 <font resource="font" color="%button_text_color%" />
371 <text>Name</text>
372 <image resource="sort_button" />
373 <action function="set">tw_gui_sort_order=1</action>
374 </object>
375
376 <object type="button">
377 <highlight color="%highlight_color%" />
378 <placement x="%sort_col2_button_x%" y="%sort_asc_button_y%" />
379 <font resource="font" color="%button_text_color%" />
380 <text>Date</text>
381 <image resource="sort_button" />
382 <action function="set">tw_gui_sort_order=2</action>
383 </object>
384
385 <object type="button">
386 <highlight color="%highlight_color%" />
387 <placement x="%sort_col3_button_x%" y="%sort_asc_button_y%" />
388 <font resource="font" color="%button_text_color%" />
389 <text>Size</text>
390 <image resource="sort_button" />
391 <action function="set">tw_gui_sort_order=3</action>
392 </object>
393
394 <object type="text" color="%text_color%">
395 <font resource="font" />
396 <placement x="%sort_text_x%" y="%sort_desc_text_y%" />
397 <text>Sort Descending:</text>
398 </object>
399
400 <object type="button">
401 <highlight color="%highlight_color%" />
402 <placement x="%sort_col1_button_x%" y="%sort_desc_button_y%" />
403 <font resource="font" color="%button_text_color%" />
404 <text>Name</text>
405 <image resource="sort_button" />
406 <action function="set">tw_gui_sort_order=-1</action>
407 </object>
408
409 <object type="button">
410 <highlight color="%highlight_color%" />
411 <placement x="%sort_col2_button_x%" y="%sort_desc_button_y%" />
412 <font resource="font" color="%button_text_color%" />
413 <text>Date</text>
414 <image resource="sort_button" />
415 <action function="set">tw_gui_sort_order=-2</action>
416 </object>
417
418 <object type="button">
419 <highlight color="%highlight_color%" />
420 <placement x="%sort_col3_button_x%" y="%sort_desc_button_y%" />
421 <font resource="font" color="%button_text_color%" />
422 <text>Size</text>
423 <image resource="sort_button" />
424 <action function="set">tw_gui_sort_order=-3</action>
425 </object>
426 </template>
427
428 <template name="action_page_console">
429 <object type="console">
430 <placement x="0" y="%row2_y%" w="1080" h="705" />
431 <color foreground="%console_foreground%" background="%console_background%" scroll="%console_scroll%" />
432 <font resource="fixed" />
433 </object>
434 </template>
435
436 <template name="footer">
437 <object type="console">
Ethan Yonker591b9202015-03-11 11:17:15 -0500438 <slideout resource="slideout" x="%center_x%" y="1841" placement="5" />
Dees_Troya13d74f2013-03-24 08:54:55 -0500439 <placement x="%console_x%" y="0" w="%console_width%" h="1841" />
440 <color foreground="%console_foreground%" background="%console_background%" scroll="%console_scroll%" />
441 <font resource="fixed" />
442 </object>
443 </template>
444
445 <template name="keyboardtemplate">
446 <object type="keyboard">
447 <placement x="0" y="1200" />
448 <layout resource1="keyboard1" resource2="keyboard2" resource3="keyboard3" resource4="keyboard4" />
449 <highlight color="%highlight_color%" />
Ethan Yonkerc3120d42014-02-17 07:55:00 -0600450 <capshighlight color="%caps_highlight_color%" />
Dees_Troya13d74f2013-03-24 08:54:55 -0500451 <layout1>
452 <keysize height="161" width="108" />
453 <row1 key01="q" long01="1" key02="w" long02="2" key03="e" long03="3" key04="r" long04="4" key05="t" long05="5" key06="y" long06="6" key07="u" long07="7" key08="i" long08="8" key09="o" long09="9" key10="p" long10="0" />
Matt Mower82931532015-02-27 14:19:59 -0600454 <row2 key01="162:a" long01="@" key02="s" long02="#" key03="d" long03="$" key04="f" long04="%" key05="g" long05="&amp;" key06="h" long06="*" key07="j" long07="-" key08="k" long08="+" key09="162:l" long09="_" />
Dees_Troya13d74f2013-03-24 08:54:55 -0500455 <row3 key01="162:layout2" key02="z" long02="!" key03="x" key04="c" long04="'" key05="v" long05=":" key06="b" long06=";" key07="n" long07="/" key08="m" long08="?" key09="162:c:8" />
456 <row4 key01="162:layout3" key02="108:c:47" key03="108:" key04="432: " key05="." key06="162:action" />
457 </layout1>
458 <layout2>
Ethan Yonkerc3120d42014-02-17 07:55:00 -0600459 <keysize height="161" width="108" capslock="0" revert_layout="1" />
Dees_Troya13d74f2013-03-24 08:54:55 -0500460 <row1 key01="Q" long01="1" key02="W" long02="2" key03="E" long03="3" key04="R" long04="4" key05="T" long05="5" key06="Y" long06="6" key07="U" long07="7" key08="I" long08="8" key09="O" long09="9" key10="P" long10="0" />
Matt Mower82931532015-02-27 14:19:59 -0600461 <row2 key01="162:A" long01="@" key02="S" long02="#" key03="D" long03="$" key04="F" long04="%" key05="G" long05="&amp;" key06="H" long06="*" key07="J" long07="-" key08="K" long08="+" key09="162:L" long09="_" />
Dees_Troya13d74f2013-03-24 08:54:55 -0500462 <row3 key01="162:layout1" key02="Z" long02="!" key03="X" key04="C" long04="'" key05="V" long05=":" key06="B" long06=";" key07="N" long07="/" key08="M" long08="?" key09="162:c:8" />
463 <row4 key01="162:layout3" key02="/" key03="108:" key04="432: " key05="." key06="162:action" />
464 </layout2>
465 <layout3>
466 <keysize height="161" width="108" />
467 <row1 key01="1" key02="2" key03="3" key04="4" key05="5" key06="6" key07="7" key08="8" key09="9" key10="0" />
Matt Mower82931532015-02-27 14:19:59 -0600468 <row2 key01="@" key02="#" key03="$" key04="%" key05="&amp;" key06="*" key07="-" key08="+" key09="(" key10=")" />
Dees_Troya13d74f2013-03-24 08:54:55 -0500469 <row3 key01="162:layout4" key02="!" key03="108:c:34" key04="'" key05=":" key06=";" key07="/" key08="?" key09="162:c:8" />
470 <row4 key01="162:layout1" key02="," key03="108:" key04="432: " key05="." key06="162:action" />
471 </layout3>
472 <layout4>
473 <keysize height="161" width="108" />
474 <row1 key01="~" key02="`" key03="|" key04="108:" key05="108:" key06="108:" key07="%" key08="108:" key09="{" key10="}" />
475 <row2 key01="108:" key02="108:" key03="108:" key04="108:" key05="108:" key06="^" key07="_" key08="=" key09="[" key10="]" />
Matt Mower82931532015-02-27 14:19:59 -0600476 <row3 key01="162:layout3" key02="108:" key03="108:" key04="108:" key05="108:" key06="\" key07="&lt;" key08="&gt;" key09="162:c:8" />
Dees_Troya13d74f2013-03-24 08:54:55 -0500477 <row4 key01="162:layout1" key02="108:c:34" key03="108:" key04="432: " key05="." key06="162:action" />
478 </layout4>
479 </object>
480 </template>
481 </templates>
Dees_Troya13d74f2013-03-24 08:54:55 -0500482</recovery>