blob: f9fde86d2d62e6545d930f00d8f2a4db34c66baf (
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
|
# This an example configuration file for GPE Application launcher softkeys.
# All sizes and positions have pixels as units.
# The align setting is a positive value from 0 (left) to 10 (right).
[Key 1]
label = left
width = 180
height = 36
xpos = 5
ypos = 5
xpos_menu = 5
ypos_menu = 30
align = 1
key = F3
[Key 2]
label = right
width = 180
height = 36
xpos = 295
ypos = 5
xpos_menu = 5
ypos_menu = 30
align = 9
key = F4
|