From 6283068b5f515e220a3f83d9872f111fc1d3c73a Mon Sep 17 00:00:00 2001 From: perepujal Date: Tue, 06 Sep 2011 00:33:53 +0000 Subject: Tweaking onscreen keyboard layouts. Not found a proper font to get the unicode arrow symbols displayed while keeping the rest of the keyboard nice. --- 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 + -- cgit v0.9.1