Tweaking onscreen keyboard layouts. Not found a proper font to get the unicode arrow symbols displayed while keeping the rest of the keyboard nice.
This commit is contained in:
parent
ca6d9ce760
commit
c65bf29874
3 changed files with 20 additions and 19 deletions
|
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
WIDTH 15
|
WIDTH 15
|
||||||
HEIGHT 5
|
HEIGHT 5
|
||||||
#FONTPATH default_font.ttf
|
#FONTPATH FreeMonoBold.ttf
|
||||||
|
|
||||||
|
|
||||||
# For the purpose of osk should be:
|
# For the purpose of osk should be:
|
||||||
|
|
@ -110,26 +110,29 @@ KEY 62 2.5 Shift NULL NULL 0
|
||||||
NEWLINE
|
NEWLINE
|
||||||
|
|
||||||
# Arrow to left will change to the previous keyboard
|
# Arrow to left will change to the previous keyboard
|
||||||
# Disabled for now...
|
KEY 2 1.0 <- NULL NULL 0
|
||||||
KEY 2 0.5 <-- NULL NULL 0
|
# notfound a proper fontfor this symbol...
|
||||||
#KEY 0 0.5 < NULL NULL 0
|
#KEY 2 1.0 ← NULL NULL 0
|
||||||
|
|
||||||
|
|
||||||
# Empty button
|
# Empty button
|
||||||
#KEY 0 1.0 NULL NULL NULL 0
|
#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.
|
# The ALT or ALTGR keys are used in im to switch the input mode.
|
||||||
KEY 64 2.0 Alt NULL NULL 0
|
KEY 64 2.0 Alt NULL NULL 0
|
||||||
|
|
||||||
# Space
|
# 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
|
# Arrow to right will change to the next keyboard
|
||||||
# Disabled for now...
|
# Disabled for now...
|
||||||
KEY 1 0.5 --> NULL NULL 0
|
KEY 1 1.0 -> NULL NULL 0
|
||||||
#KEY 0 0.5 > NULL NULL 0
|
|
||||||
|
# Not found a proper font for this symbol...
|
||||||
|
#KEY 1 1.0 → NULL NULL 0
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,5 +10,5 @@ keymap us-intl-altgr-dead-keys.keymap
|
||||||
dead_keys_map dead_keys.map
|
dead_keys_map dead_keys.map
|
||||||
composemap en_US.UTF-8_Compose
|
composemap en_US.UTF-8_Compose
|
||||||
keysymdefs keysymdef.h
|
keysymdefs keysymdef.h
|
||||||
keyboardlist default.layout test.layout
|
keyboardlist default.layout test.layout qwerty.layout
|
||||||
#
|
#
|
||||||
|
|
|
||||||
|
|
@ -112,28 +112,26 @@ KEY 62 2.5 Shift NULL NULL 0
|
||||||
NEWLINE
|
NEWLINE
|
||||||
|
|
||||||
# Arrow to left will change to the previous keyboard
|
# Arrow to left will change to the previous keyboard
|
||||||
# Disabled for now...
|
KEY 2 1.0 <- NULL NULL 0
|
||||||
KEY 2 0.5 <-- NULL NULL 0
|
|
||||||
#KEY 0 0.5 < NULL NULL 0
|
|
||||||
|
|
||||||
# Empty button
|
# Empty button
|
||||||
#KEY 0 1.0 NULL NULL NULL 0
|
#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.
|
# The ALT or ALTGR keys are used in im to switch the input mode.
|
||||||
KEY 64 2.0 Alt NULL NULL 0
|
KEY 64 2.0 Alt NULL NULL 0
|
||||||
|
|
||||||
# Space
|
# 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
|
# Arrow to right will change to the next keyboard
|
||||||
# Disabled for now...
|
KEY 1 1.0 -> NULL NULL 0
|
||||||
KEY 1 0.5 --> NULL NULL 0
|
|
||||||
#KEY 0 0.5 > NULL NULL 0
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue