Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorperepujal <perepujal>2011-09-06 00:33:53 (GMT)
committer perepujal <perepujal>2011-09-06 00:33:53 (GMT)
commit6283068b5f515e220a3f83d9872f111fc1d3c73a (patch)
tree18c33c721f39422e211fd5cf1d0095a331c2f7b9
parent71849cda38aca3716fba1cf969a966403d003d8e (diff)
Tweaking onscreen keyboard layouts. Not found a proper font to get the unicode arrow symbols displayed while keeping the rest of the keyboard nice.
-rw-r--r--osk/abc.h_layout21
-rw-r--r--osk/default.layout2
-rw-r--r--osk/qwerty.h_layout16
3 files changed, 20 insertions, 19 deletions
diff --git a/osk/abc.h_layout b/osk/abc.h_layout
index 8c13aec..23cc295 100644
--- a/osk/abc.h_layout
+++ b/osk/abc.h_layout
@@ -14,7 +14,7 @@
WIDTH 15
HEIGHT 5
-#FONTPATH default_font.ttf
+#FONTPATH FreeMonoBold.ttf
# For the purpose of osk should be:
@@ -110,26 +110,29 @@ KEY 62 2.5 Shift NULL NULL 0
NEWLINE
# Arrow to left will change to the previous keyboard
-# Disabled for now...
-KEY 2 0.5 <-- NULL NULL 0
-#KEY 0 0.5 < NULL NULL 0
+KEY 2 1.0 <- NULL NULL 0
+# notfound a proper fontfor this symbol...
+#KEY 2 1.0 ← NULL NULL 0
+
# Empty button
#KEY 0 1.0 NULL NULL NULL 0
-KEY 133 1.5 Cmp NULL NULL 0
+KEY 133 2.0 Cmp NULL NULL 0
# The ALT or ALTGR keys are used in im to switch the input mode.
KEY 64 2.0 Alt NULL NULL 0
# Space
-KEY 65 8.0 SPACE NULL NULL 0
+KEY 65 7.0 SPACE NULL NULL 0
-KEY 108 2.5 AltGr NULL NULL 0
+KEY 108 2.0 AltGr NULL NULL 0
# Arrow to right will change to the next keyboard
# Disabled for now...
-KEY 1 0.5 --> NULL NULL 0
-#KEY 0 0.5 > NULL NULL 0
+KEY 1 1.0 -> NULL NULL 0
+
+# Not found a proper font for this symbol...
+#KEY 1 1.0 → NULL NULL 0
diff --git a/osk/default.layout b/osk/default.layout
index 50307ad..0664f2a 100644
--- a/osk/default.layout
+++ b/osk/default.layout
@@ -10,5 +10,5 @@ keymap us-intl-altgr-dead-keys.keymap
dead_keys_map dead_keys.map
composemap en_US.UTF-8_Compose
keysymdefs keysymdef.h
-keyboardlist default.layout test.layout
+keyboardlist default.layout test.layout qwerty.layout
#
diff --git a/osk/qwerty.h_layout b/osk/qwerty.h_layout
index 522a58f..e2534c3 100644
--- a/osk/qwerty.h_layout
+++ b/osk/qwerty.h_layout
@@ -112,28 +112,26 @@ KEY 62 2.5 Shift NULL NULL 0
NEWLINE
# Arrow to left will change to the previous keyboard
-# Disabled for now...
-KEY 2 0.5 <-- NULL NULL 0
-#KEY 0 0.5 < NULL NULL 0
+KEY 2 1.0 <- NULL NULL 0
+
# Empty button
#KEY 0 1.0 NULL NULL NULL 0
-KEY 133 1.5 Cmp NULL NULL 0
+KEY 133 2.0 Cmp NULL NULL 0
# The ALT or ALTGR keys are used in im to switch the input mode.
KEY 64 2.0 Alt NULL NULL 0
# Space
-KEY 65 8.0 SPACE NULL NULL 0
+KEY 65 7.0 SPACE NULL NULL 0
-KEY 108 2.5 AltGr NULL NULL 0
+KEY 108 2.0 AltGr NULL NULL 0
# Arrow to right will change to the next keyboard
-# Disabled for now...
-KEY 1 0.5 --> NULL NULL 0
-#KEY 0 0.5 > NULL NULL 0
+KEY 1 1.0 -> NULL NULL 0
+