summaryrefslogtreecommitdiff
path: root/types
diff options
context:
space:
mode:
authorTomas Hanak <ext-tomas.3.hanak@nokia.com>2009-12-08 12:41:37 +0200
committerSergey V. Udaltsov <svu@gnome.org>2009-12-11 00:46:48 +0000
commit1a66970b811207c563b0437c90c1d1909f87af14 (patch)
tree8e5ea59894d371ac5eb6932eb3158ca9a1e81984 /types
parent1e558aac1ccdde730c3f7b88c07818e21ae7eaa0 (diff)
Enable Maemo keyboards.
Signed-off-by: Tomas Hanak <ext-tomas.3.hanak@nokia.com> Signed-off-by: Rami Ylimaki <ext-rami.ylimaki@nokia.com>
Diffstat (limited to 'types')
-rw-r--r--types/Makefile.am2
-rw-r--r--types/nokia14
2 files changed, 15 insertions, 1 deletions
diff --git a/types/Makefile.am b/types/Makefile.am
index 43bd2c6b..6da3ccb7 100644
--- a/types/Makefile.am
+++ b/types/Makefile.am
@@ -3,7 +3,7 @@ typesdir = $(xkb_base)/types
dist_types_DATA = \
basic cancel caps \
complete default extra \
-iso9995 level5 mousekeys numpad \
+iso9995 level5 mousekeys nokia numpad \
pc README
dir_data = $(dist_types_DATA)
diff --git a/types/nokia b/types/nokia
new file mode 100644
index 00000000..f77d8868
--- /dev/null
+++ b/types/nokia
@@ -0,0 +1,14 @@
+partial default xkb_types "default" {
+
+ // Some types that are used by Nokia devices and keyboard.
+ virtual_modifiers LevelThree;
+
+ type "PC_FN_LEVEL2" {
+ modifiers = LevelThree;
+ map[None] = Level1;
+ map[LevelThree] = Level2;
+ level_name[Level1] = "Base";
+ level_name[Level2] = "Fn";
+ };
+
+};