diff options
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 |