Cleaning the test osk layout.

This commit is contained in:
Pere Pujal i Carabantes 2013-10-10 21:47:03 +00:00
parent 5845f32648
commit dc9bfecb28
3 changed files with 1 additions and 77 deletions

View file

@ -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 qwerty.layout
keyboardlist default.layout qwerty.layout
#

View file

@ -1,62 +0,0 @@
# Derived from the output of xmodmap -pk with the keyboard set to
# US intl altgr plus dead keys and some editing.
# Adapted to the use in Tuxpaint, to roughly follow the layout
# of my computer. No functions keys, no esc key,
# no menu or windows keys, no multimedia keys and so on.
# keycodes up to 8 are reserved for internal use, like
# 0 empty button
# 1 next layout
# 2 previous layout
# TODO 3 reset modstate
# layout of 25 buttons wide and 1 row height
WIDTH 25
HEIGHT 1
#FONTPATH default_font.ttf
# For the purpose of osk should be:
# KEY keycode width label_plain label_top label_altgr label_altgr_top shiftcaps
# shiftcaps means if the value of the key should be shifted if capslock is active
#
# Arrow to left will change to the previous keyboard
KEY 2 1.5 <-- NULL NULL NULL NULL 0
KEY 0 1.0 NULL NULL NULL NULL 0
KEY 10 1.0 1 ! ¡ ¹ 0
KEY 11 1.0 2 @ ² ˝ 0
KEY 12 1.0 3 # · ³ 0
KEY 13 1.0 4 $ ¤ £ 0
KEY 14 1.0 5 % € ¸ 0
KEY 15 1.0 6 ^ ¼ ^ 0
KEY 16 1.0 7 & ½ ̛ 0
KEY 17 1.0 8 * ¾ ˛ 0
KEY 18 1.0 9 ( ˘ 0
KEY 19 1.0 0 ) ° 0
KEY 0 1.0 NULL NULL NULL NULL 0
KEY 20 1.0 - _ ¥ ̣ 0
KEY 21 1.0 = + × ÷ 0
KEY 0 1.0 NULL NULL NULL NULL 0
KEY 22 2.0 Back Back Back Back 0
# Return
KEY 36 2.0 Enter Enter Enter Enter 0
KEY 1 1.5 --> NULL NULL NULL NULL 0

View file

@ -1,14 +0,0 @@
# You can put any keymaps you want,
# they will be read from the beggining of the file
# and in case of overlaps, the later ones will overwrite
# the first ones.
#
# At this moment, only the first h_layout will be read.
layout test.h_layout
keymap us-intl-altgr-dead-keys.keymap
dead_keys_map dead_keys.map
composemap en_US.UTF-8_Compose
keysymdefs keysymdef.h
keyboardlist test.layout qwerty.layout default.layout
#