projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
include a skin for the goldfish emulator
[openwrt.git]
/
package
/
goldfish-qemu
/
skins
/
HVGA
/
layout
1
parts {
2
device {
3
background {
4
image device.png
5
}
6
display {
7
width 320
8
height 480
9
x 31
10
y 72
11
}
12
13
buttons {
14
soft-left {
15
image menu.png
16
x 147
17
y 555
18
}
19
home {
20
image home.png
21
x 48
22
y 590
23
}
24
back {
25
image back.png
26
x 286
27
y 590
28
}
29
dpad-up {
30
image arrow_up.png
31
x 140
32
y 595
33
}
34
dpad-down {
35
image arrow_down.png
36
x 140
37
y 656
38
}
39
dpad-left {
40
image arrow_left.png
41
x 111
42
y 598
43
}
44
dpad-right {
45
image arrow_right.png
46
x 222
47
y 598
48
}
49
dpad-center {
50
image select.png
51
x 142
52
y 626
53
}
54
phone-dial {
55
image send.png
56
x 48
57
y 646
58
}
59
phone-hangup {
60
image end.png
61
x 286
62
y 646
63
}
64
65
power {
66
image power.png
67
x -38
68
y 52
69
}
70
71
volume-up {
72
image volume_up.png
73
x 362
74
y 260
75
}
76
77
volume-down {
78
image volume_down.png
79
x 362
80
y 310
81
}
82
}
83
}
84
85
keyboard {
86
background {
87
image keyboard.png
88
}
89
buttons {
90
1 {
91
image key.png
92
x 0
93
y 0
94
}
95
2 {
96
image key.png
97
x 37
98
y 0
99
}
100
3 {
101
image key.png
102
x 74
103
y 0
104
}
105
4 {
106
image key.png
107
x 111
108
y 0
109
}
110
5 {
111
image key.png
112
x 148
113
y 0
114
}
115
6 {
116
image key.png
117
x 185
118
y 0
119
}
120
7 {
121
image key.png
122
x 222
123
y 0
124
}
125
8 {
126
image key.png
127
x 259
128
y 0
129
}
130
9 {
131
image key.png
132
x 296
133
y 0
134
}
135
0 {
136
image key.png
137
x 333
138
y 0
139
}
140
141
q {
142
image key.png
143
x 0
144
y 36
145
}
146
w {
147
image key.png
148
x 37
149
y 36
150
}
151
e {
152
image key.png
153
x 74
154
y 36
155
}
156
r {
157
image key.png
158
x 111
159
y 36
160
}
161
t {
162
image key.png
163
x 148
164
y 36
165
}
166
y {
167
image key.png
168
x 185
169
y 36
170
}
171
u {
172
image key.png
173
x 222
174
y 36
175
}
176
i {
177
image key.png
178
x 259
179
y 36
180
}
181
o {
182
image key.png
183
x 296
184
y 36
185
}
186
p {
187
image key.png
188
x 333
189
y 36
190
}
191
192
a {
193
image key.png
194
x 0
195
y 72
196
}
197
s {
198
image key.png
199
x 37
200
y 72
201
}
202
d {
203
image key.png
204
x 74
205
y 72
206
}
207
f {
208
image key.png
209
x 111
210
y 72
211
}
212
g {
213
image key.png
214
x 148
215
y 72
216
}
217
h {
218
image key.png
219
x 185
220
y 72
221
}
222
j {
223
image key.png
224
x 222
225
y 72
226
}
227
k {
228
image key.png
229
x 259
230
y 72
231
}
232
l {
233
image key.png
234
x 296
235
y 72
236
}
237
DEL {
238
image key.png
239
x 333
240
y 72
241
}
242
243
CAP {
244
image key.png
245
x 0
246
y 108
247
}
248
z {
249
image key.png
250
x 37
251
y 108
252
}
253
x {
254
image key.png
255
x 74
256
y 108
257
}
258
c {
259
image key.png
260
x 111
261
y 108
262
}
263
v {
264
image key.png
265
x 148
266
y 108
267
}
268
b {
269
image key.png
270
x 185
271
y 108
272
}
273
n {
274
image key.png
275
x 222
276
y 108
277
}
278
m {
279
image key.png
280
x 259
281
y 108
282
}
283
PERIOD {
284
image key.png
285
x 296
286
y 108
287
}
288
ENTER {
289
image key.png
290
x 333
291
y 108
292
}
293
294
ALT {
295
image key.png
296
x 0
297
y 144
298
}
299
SYM {
300
image key.png
301
x 37
302
y 144
303
}
304
AT {
305
image key.png
306
x 74
307
y 144
308
}
309
SPACE {
310
image spacebar.png
311
x 111
312
y 144
313
}
314
SLASH {
315
image key.png
316
x 259
317
y 144
318
}
319
COMMA {
320
image key.png
321
x 296
322
y 144
323
}
324
ALT2 {
325
image key.png
326
x 333
327
y 144
328
}
329
330
}
331
}
332
}
333
334
layouts {
335
portrait {
336
width 900
337
height 730
338
color 0xe0e0e0
339
event EV_SW:0:1
340
341
part1 {
342
name device
343
x 40
344
y -18
345
}
346
part2 {
347
name keyboard
348
x 480
349
y 200
350
}
351
}
352
353
landscape {
354
width 900
355
height 670
356
color 0xe0e0e0
357
event EV_SW:0:0
358
359
part1 {
360
name device
361
x 50
362
y 440
363
rotation 3
364
}
365
part2 {
366
name keyboard
367
x 250
368
y 470
369
}
370
}
371
}
372
373
keyboard {
374
charmap qwerty2
375
}
376
377
network {
378
speed full
379
delay none
380
}
This page took
0.061184 seconds
and
5
git commands to generate.