diff options
author | Graeme Gregory <dp@xora.org.uk> | 2008-03-26 14:04:00 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2008-03-26 14:04:00 +0000 |
commit | bec81c1e4b46a9487f0e312c2fa6cad3e0693799 (patch) | |
tree | 936daf63a94c1031aaa707b9a25d98d39f1fa7e3 /packages/gpephone/gpe-applauncher/om-gta01/softkeys.conf | |
parent | c86759af98a513b368c047195d2a923164f98c25 (diff) | |
parent | 9cb14015c6fb87732da5bb5f35b45fb1a0774a3f (diff) |
merge of '62a647370dd26246593ae04455db0739130db23f'
and 'e6c88d0f2de01b99540e3d6ea77dbc6569a517ce'
Diffstat (limited to 'packages/gpephone/gpe-applauncher/om-gta01/softkeys.conf')
-rw-r--r-- | packages/gpephone/gpe-applauncher/om-gta01/softkeys.conf | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/packages/gpephone/gpe-applauncher/om-gta01/softkeys.conf b/packages/gpephone/gpe-applauncher/om-gta01/softkeys.conf new file mode 100644 index 0000000000..f9fde86d2d --- /dev/null +++ b/packages/gpephone/gpe-applauncher/om-gta01/softkeys.conf @@ -0,0 +1,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 |