-rw-r--r-- | share/multikey/README | 2 | ||||
-rw-r--r-- | share/multikey/de.keymap | 2 | ||||
-rw-r--r-- | share/multikey/en.keymap | 2 | ||||
-rw-r--r-- | share/multikey/enjumpx.keymap | 2 | ||||
-rw-r--r-- | share/multikey/enshort.keymap | 2 | ||||
-rw-r--r-- | share/multikey/es.keymap | 2 | ||||
-rw-r--r-- | share/multikey/fi.keymap | 2 | ||||
-rw-r--r-- | share/multikey/fr.keymap | 2 | ||||
-rw-r--r-- | share/multikey/ko.keymap | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/share/multikey/README b/share/multikey/README index b0da95f..a574d3e 100644 --- a/share/multikey/README +++ b/share/multikey/README | |||
@@ -1,104 +1,104 @@ | |||
1 | +----------------------------------------------------------------------------+ | 1 | +----------------------------------------------------------------------------+ |
2 | | | | 2 | | | |
3 | | the basics | | 3 | | the basics | |
4 | | | | 4 | | | |
5 | +----------------------------------------------------------------------------+ | 5 | +----------------------------------------------------------------------------+ |
6 | 6 | ||
7 | your best friend is xmbfed. open the unicode font that is in | 7 | your best friend is xmbfed. open the unicode font that is in |
8 | $QT_DIR/lib/fonts/unifont.bdf and search for the characters you want to input. | 8 | $QT_DIR/lib/fonts/unifont.bdf and search for the characters you want to input. |
9 | in the keymap file, the columns are... | 9 | in the keymap file, the columns are... |
10 | 10 | ||
11 | +--- row number (there are 5 rows) | 11 | +--- row number (there are 5 rows) |
12 | | +- qcode (used for special chars like enter, escape, etc...) | 12 | | +- qcode (used for special chars like enter, escape, etc...) |
13 | | | | 13 | | | |
14 | v v | 14 | v v |
15 | 1 0 0x36 2 | 15 | 1 0 0x36 2 |
16 | ^ ^ | 16 | ^ ^ |
17 | | | | 17 | | | |
18 | | +---- width of key (default key should be 2) | 18 | | +---- width of key (default key should be 2) |
19 | +--- the unicode value (the one you see in xmbded) | 19 | +--- the unicode value (the one you see in xmbded) |
20 | 20 | ||
21 | so, lets say you want to edit the 5th key on the 2nd row. find the 5th line | 21 | so, lets say you want to edit the 5th key on the 2nd row. find the 5th line |
22 | that starts with 2, and replace the 3rd column with the code you found in | 22 | that starts with 2, and replace the 3rd column with the code you found in |
23 | xmbdfed. save the file and test it out by selecting another map, and | 23 | xmbdfed. save the file and test it out by selecting another map, and |
24 | selecting the one you are editing again. | 24 | selecting the one you are editing again. |
25 | 25 | ||
26 | it worked, right? if all you see is a square in it's place, that means your | 26 | it worked, right? if all you see is a square in its place, that means your |
27 | default font doesn't have that char. go to appearance and change the font to | 27 | default font doesn't have that char. go to appearance and change the font to |
28 | one that has that char. | 28 | one that has that char. |
29 | 29 | ||
30 | and if you want, you can have an image as the label instead of the char itself. | 30 | and if you want, you can have an image as the label instead of the char itself. |
31 | just draw the xpm image in gimp or something, save it, open it in your text | 31 | just draw the xpm image in gimp or something, save it, open it in your text |
32 | editor, cut off all the surrounding stuff and leave only the stuff between the | 32 | editor, cut off all the surrounding stuff and leave only the stuff between the |
33 | " chars. place that after your key definition. not too hard, right? one thing | 33 | " chars. place that after your key definition. not too hard, right? one thing |
34 | about this is you cant use xpm images for shift or any other meta keys. | 34 | about this is you cant use xpm images for shift or any other meta keys. |
35 | 35 | ||
36 | +----------------------------------------------------------------------------+ | 36 | +----------------------------------------------------------------------------+ |
37 | | | | 37 | | | |
38 | | shift and meta keys | | 38 | | shift and meta keys | |
39 | | | | 39 | | | |
40 | +----------------------------------------------------------------------------+ | 40 | +----------------------------------------------------------------------------+ |
41 | 41 | ||
42 | about shift and meta characters. to place chars in the shift map, the line | 42 | about shift and meta characters. to place chars in the shift map, the line |
43 | should consist of two columns. the non-shifted char and the shifted char. for | 43 | should consist of two columns. the non-shifted char and the shifted char. for |
44 | example. | 44 | example. |
45 | 45 | ||
46 | 0x71 0x51 | 46 | 0x71 0x51 |
47 | 47 | ||
48 | so, 0x71 (q) shifted is 0x51 (Q). | 48 | so, 0x71 (q) shifted is 0x51 (Q). |
49 | 49 | ||
50 | and now for meta chars. the reason why you have this feature is because of | 50 | and now for meta chars. the reason why you have this feature is because of |
51 | languages like german, where you can hold down the meta (alt-gr) key and enter | 51 | languages like german, where you can hold down the meta (alt-gr) key and enter |
52 | in other special characters. it's like having a second shift. to add chars to | 52 | in other special characters. it's like having a second shift. to add chars to |
53 | this map, you do the following. | 53 | this map, you do the following. |
54 | 54 | ||
55 | m 0x71 0x31 | 55 | m 0x71 0x31 |
56 | 56 | ||
57 | here, if you hold down meta and hit the 0x71 (q) key, 0x31 (1) would be input. | 57 | here, if you hold down meta and hit the 0x71 (q) key, 0x31 (1) would be input. |
58 | get it? and one more thing about meta keys and shifting at the same time. if | 58 | get it? and one more thing about meta keys and shifting at the same time. if |
59 | you wanted the above key to shift while meta is held down, just add the | 59 | you wanted the above key to shift while meta is held down, just add the |
60 | original shifted key to the meta map, like this. | 60 | original shifted key to the meta map, like this. |
61 | 61 | ||
62 | m 0x51 0x7e | 62 | m 0x51 0x7e |
63 | 63 | ||
64 | here if you hit meta and then shift, you would get 0x7e (!). | 64 | here if you hit meta and then shift, you would get 0x7e (!). |
65 | 65 | ||
66 | +----------------------------------------------------------------------------+ | 66 | +----------------------------------------------------------------------------+ |
67 | | | | 67 | | | |
68 | | circumflex and diaeresis | | 68 | | circumflex and diaeresis | |
69 | | | | 69 | | | |
70 | +----------------------------------------------------------------------------+ | 70 | +----------------------------------------------------------------------------+ |
71 | 71 | ||
72 | just in case you use french, there are also maps for circumflex chars and | 72 | just in case you use french, there are also maps for circumflex chars and |
73 | diaeresis. for example... | 73 | diaeresis. for example... |
74 | 74 | ||
75 | 2 0 0x69 2 | 75 | 2 0 0x69 2 |
76 | 0x69 0x49 | 76 | 0x69 0x49 |
77 | c 0x69 0xee | 77 | c 0x69 0xee |
78 | d 0x69 0xef | 78 | d 0x69 0xef |
79 | 79 | ||
80 | this would define an 'i' with a shift, circumflex, and a diaeresis definition. | 80 | this would define an 'i' with a shift, circumflex, and a diaeresis definition. |
81 | to shift the circumflex and diaeresis keys, do the same as you would with a | 81 | to shift the circumflex and diaeresis keys, do the same as you would with a |
82 | meta key. add the orignal key shifted to the circumflex and diaeresis maps. | 82 | meta key. add the orignal key shifted to the circumflex and diaeresis maps. |
83 | 83 | ||
84 | c 0x49 0xce | 84 | c 0x49 0xce |
85 | d 0x49 0xcf | 85 | d 0x49 0xcf |
86 | 86 | ||
87 | +----------------------------------------------------------------------------+ | 87 | +----------------------------------------------------------------------------+ |
88 | | | | 88 | | | |
89 | | special keys | | 89 | | special keys | |
90 | | | | 90 | | | |
91 | +----------------------------------------------------------------------------+ | 91 | +----------------------------------------------------------------------------+ |
92 | 92 | ||
93 | to define special keys like the meta key, circumflex or diaeresis keys, here | 93 | to define special keys like the meta key, circumflex or diaeresis keys, here |
94 | is what you should use. | 94 | is what you should use. |
95 | 95 | ||
96 | 5 0x1030 0 2 # opens config dialog | 96 | 5 0x1030 0 2 # opens config dialog |
97 | 5 0x1022 0 3 # meta | 97 | 5 0x1022 0 3 # meta |
98 | 2 0 0x2c6 2 # circumflex | 98 | 2 0 0x2c6 2 # circumflex |
99 | 0x2c6 0xa8 # diaeresis | 99 | 0x2c6 0xa8 # diaeresis |
100 | 100 | ||
101 | if you have problems, suggestions, or just want to tell me something, you can | 101 | if you have problems, suggestions, or just want to tell me something, you can |
102 | contact me at jake at asdfnews.org | 102 | contact me at jake at asdfnews.org |
103 | 103 | ||
104 | jake richardson | 104 | jake richardson |
diff --git a/share/multikey/de.keymap b/share/multikey/de.keymap index 8346dbc..58d24e7 100644 --- a/share/multikey/de.keymap +++ b/share/multikey/de.keymap | |||
@@ -1,100 +1,100 @@ | |||
1 | # comment lines must start with a '#' (for now...) | 1 | # comment lines must start with a '#' (for now...) |
2 | # order is: row qcode unicode length blah | 2 | # order is: row qcode unicode length blah |
3 | # | 3 | # |
4 | # please don't write anything between a key definition and it's xpm (excpet for spaces) | 4 | # please don't write anything between a key definition and its xpm (except for spaces) |
5 | title = German | 5 | title = German |
6 | 6 | ||
7 | 1 0x1000 0 2 # and you can write whatever you want after the last element | 7 | 1 0x1000 0 2 # and you can write whatever you want after the last element |
8 | 8 | ||
9 | 9 | ||
10 | "9 9 2 1" | 10 | "9 9 2 1" |
11 | ". c None" | 11 | ". c None" |
12 | "a c #000000" | 12 | "a c #000000" |
13 | "........." | 13 | "........." |
14 | "........." | 14 | "........." |
15 | ".aa.aa.aa" | 15 | ".aa.aa.aa" |
16 | ".a..a..a." | 16 | ".a..a..a." |
17 | ".aa.aa.a." | 17 | ".aa.aa.a." |
18 | ".a...a.a." | 18 | ".a...a.a." |
19 | ".aa.aa.aa" | 19 | ".aa.aa.aa" |
20 | "........." | 20 | "........." |
21 | "........." | 21 | "........." |
22 | 22 | ||
23 | 1 0 0x5e 2 # but not after xpm images... k? | 23 | 1 0 0x5e 2 # but not after xpm images... k? |
24 | 0x5e 0xb0 # shifted | 24 | 0x5e 0xb0 # shifted |
25 | 1 0 0x31 2 | 25 | 1 0 0x31 2 |
26 | 0x31 0x21 # shifted | 26 | 0x31 0x21 # shifted |
27 | 1 0 0x32 2 | 27 | 1 0 0x32 2 |
28 | 0x32 0x22 # shi.... | 28 | 0x32 0x22 # shi.... |
29 | m 0x32 0xb2 # the ^2 | 29 | m 0x32 0xb2 # the ^2 |
30 | 1 0 0x33 2 | 30 | 1 0 0x33 2 |
31 | 0x33 0xa7 | 31 | 0x33 0xa7 |
32 | m 0x33 0xb3 # the ^3 | 32 | m 0x33 0xb3 # the ^3 |
33 | 1 0 0x34 2 | 33 | 1 0 0x34 2 |
34 | 0x34 0x24 | 34 | 0x34 0x24 |
35 | 1 0 0x35 2 | 35 | 1 0 0x35 2 |
36 | 0x35 0x25 | 36 | 0x35 0x25 |
37 | 1 0 0x36 2 | 37 | 1 0 0x36 2 |
38 | 0x36 0x26 | 38 | 0x36 0x26 |
39 | 1 0 0x37 2 | 39 | 1 0 0x37 2 |
40 | 0x37 0x2f | 40 | 0x37 0x2f |
41 | m 0x37 0x7b # the { | 41 | m 0x37 0x7b # the { |
42 | 1 0 0x38 2 | 42 | 1 0 0x38 2 |
43 | 0x38 0x28 | 43 | 0x38 0x28 |
44 | m 0x38 0x5b # the [ | 44 | m 0x38 0x5b # the [ |
45 | 1 0 0x39 2 | 45 | 1 0 0x39 2 |
46 | 0x39 0x29 | 46 | 0x39 0x29 |
47 | m 0x39 0x5d # the ] | 47 | m 0x39 0x5d # the ] |
48 | 1 0 0x30 2 | 48 | 1 0 0x30 2 |
49 | 0x30 0x3d | 49 | 0x30 0x3d |
50 | m 0x30 0x7d # the } | 50 | m 0x30 0x7d # the } |
51 | 1 0 0xdf 2 | 51 | 1 0 0xdf 2 |
52 | 0xdf 0x3f | 52 | 0xdf 0x3f |
53 | m 0xdf 0x5c # the backslash | 53 | m 0xdf 0x5c # the backslash |
54 | 1 0x1003 0 2 | 54 | 1 0x1003 0 2 |
55 | 55 | ||
56 | "9 9 2 1" | 56 | "9 9 2 1" |
57 | ". c None" | 57 | ". c None" |
58 | "a c #000000" | 58 | "a c #000000" |
59 | "........." | 59 | "........." |
60 | "........." | 60 | "........." |
61 | "...a....." | 61 | "...a....." |
62 | "..aa....." | 62 | "..aa....." |
63 | ".aaaaaaaa" | 63 | ".aaaaaaaa" |
64 | "..aa....." | 64 | "..aa....." |
65 | "...a....." | 65 | "...a....." |
66 | "........." | 66 | "........." |
67 | "........." | 67 | "........." |
68 | 68 | ||
69 | 69 | ||
70 | 2 0 0x9 3 # tab char, but why doesnt this work...? | 70 | 2 0 0x9 3 # tab char, but why doesnt this work...? |
71 | 71 | ||
72 | 72 | ||
73 | "11 9 2 1" | 73 | "11 9 2 1" |
74 | ". c None" | 74 | ". c None" |
75 | "a c #000000" | 75 | "a c #000000" |
76 | "..........." | 76 | "..........." |
77 | "..........." | 77 | "..........." |
78 | ".....a..a.." | 78 | ".....a..a.." |
79 | ".....aa.a.." | 79 | ".....aa.a.." |
80 | ".aaaaaaaa.." | 80 | ".aaaaaaaa.." |
81 | ".....aa.a.." | 81 | ".....aa.a.." |
82 | ".....a..a.." | 82 | ".....a..a.." |
83 | "..........." | 83 | "..........." |
84 | "..........." | 84 | "..........." |
85 | 85 | ||
86 | 2 0 0x71 2 | 86 | 2 0 0x71 2 |
87 | 0x71 0x51 # shift q => Q | 87 | 0x71 0x51 # shift q => Q |
88 | m 0x71 0x40 # meta-alt q => @ | 88 | m 0x71 0x40 # meta-alt q => @ |
89 | 2 0 0x77 2 | 89 | 2 0 0x77 2 |
90 | 0x77 0x57 | 90 | 0x77 0x57 |
91 | 2 0 0x65 2 | 91 | 2 0 0x65 2 |
92 | 0x65 0x45 | 92 | 0x65 0x45 |
93 | m 0x65 0x20ac # the euro? | 93 | m 0x65 0x20ac # the euro? |
94 | 2 0 0x72 2 | 94 | 2 0 0x72 2 |
95 | 0x72 0x52 | 95 | 0x72 0x52 |
96 | 2 0 0x74 2 | 96 | 2 0 0x74 2 |
97 | 0x74 0x54 | 97 | 0x74 0x54 |
98 | 2 0 0x7a 2 | 98 | 2 0 0x7a 2 |
99 | 0x7a 0x5a | 99 | 0x7a 0x5a |
100 | 2 0 0x75 2 | 100 | 2 0 0x75 2 |
diff --git a/share/multikey/en.keymap b/share/multikey/en.keymap index 15d653b..4e24bdb 100644 --- a/share/multikey/en.keymap +++ b/share/multikey/en.keymap | |||
@@ -1,100 +1,100 @@ | |||
1 | # comment lines must start with a '#' (for now...) | 1 | # comment lines must start with a '#' (for now...) |
2 | # order is: row qcode unicode length blah | 2 | # order is: row qcode unicode length blah |
3 | # | 3 | # |
4 | # please don't write anything between a key definition and it's xpm (excpet for spaces) | 4 | # please don't write anything between a key definition and its xpm (except for spaces) |
5 | title = English | 5 | title = English |
6 | 6 | ||
7 | 1 0x1000 0 2 # and you can write whatever you want after the last element | 7 | 1 0x1000 0 2 # and you can write whatever you want after the last element |
8 | 8 | ||
9 | 9 | ||
10 | "9 9 2 1" | 10 | "9 9 2 1" |
11 | ". c None" | 11 | ". c None" |
12 | "a c #000000" | 12 | "a c #000000" |
13 | "........." | 13 | "........." |
14 | "........." | 14 | "........." |
15 | ".aa.aa.aa" | 15 | ".aa.aa.aa" |
16 | ".a..a..a." | 16 | ".a..a..a." |
17 | ".aa.aa.a." | 17 | ".aa.aa.a." |
18 | ".a...a.a." | 18 | ".a...a.a." |
19 | ".aa.aa.aa" | 19 | ".aa.aa.aa" |
20 | "........." | 20 | "........." |
21 | "........." | 21 | "........." |
22 | 22 | ||
23 | 1 0 0x60 2 # but not after xpm images... k? | 23 | 1 0 0x60 2 # but not after xpm images... k? |
24 | 1 0 0x31 2 | 24 | 1 0 0x31 2 |
25 | 1 0 0x32 2 | 25 | 1 0 0x32 2 |
26 | 1 0 0x33 2 | 26 | 1 0 0x33 2 |
27 | 1 0 0x34 2 | 27 | 1 0 0x34 2 |
28 | 1 0 0x35 2 | 28 | 1 0 0x35 2 |
29 | 1 0 0x36 2 | 29 | 1 0 0x36 2 |
30 | 1 0 0x37 2 | 30 | 1 0 0x37 2 |
31 | 1 0 0x38 2 | 31 | 1 0 0x38 2 |
32 | 1 0 0x39 2 | 32 | 1 0 0x39 2 |
33 | 1 0 0x30 2 | 33 | 1 0 0x30 2 |
34 | 1 0 0x2d 2 | 34 | 1 0 0x2d 2 |
35 | 1 0 0x3d 2 | 35 | 1 0 0x3d 2 |
36 | 1 0x1003 0 2 | 36 | 1 0x1003 0 2 |
37 | 37 | ||
38 | "9 9 2 1" | 38 | "9 9 2 1" |
39 | ". c None" | 39 | ". c None" |
40 | "a c #000000" | 40 | "a c #000000" |
41 | "........." | 41 | "........." |
42 | "........." | 42 | "........." |
43 | "...a....." | 43 | "...a....." |
44 | "..aa....." | 44 | "..aa....." |
45 | ".aaaaaaaa" | 45 | ".aaaaaaaa" |
46 | "..aa....." | 46 | "..aa....." |
47 | "...a....." | 47 | "...a....." |
48 | "........." | 48 | "........." |
49 | "........." | 49 | "........." |
50 | 50 | ||
51 | 51 | ||
52 | 2 0x1001 0x9 3 # tab char, but why doesnt this work...? | 52 | 2 0x1001 0x9 3 # tab char, but why doesnt this work...? |
53 | 53 | ||
54 | 54 | ||
55 | "11 9 2 1" | 55 | "11 9 2 1" |
56 | ". c None" | 56 | ". c None" |
57 | "a c #000000" | 57 | "a c #000000" |
58 | "..........." | 58 | "..........." |
59 | "..........." | 59 | "..........." |
60 | ".....a..a.." | 60 | ".....a..a.." |
61 | ".....aa.a.." | 61 | ".....aa.a.." |
62 | ".aaaaaaaa.." | 62 | ".aaaaaaaa.." |
63 | ".....aa.a.." | 63 | ".....aa.a.." |
64 | ".....a..a.." | 64 | ".....a..a.." |
65 | "..........." | 65 | "..........." |
66 | "..........." | 66 | "..........." |
67 | 2 0 0x71 2 | 67 | 2 0 0x71 2 |
68 | 2 0 0x77 2 | 68 | 2 0 0x77 2 |
69 | 2 0 0x65 2 | 69 | 2 0 0x65 2 |
70 | 2 0 0x72 2 | 70 | 2 0 0x72 2 |
71 | 2 0 0x74 2 | 71 | 2 0 0x74 2 |
72 | 2 0 0x79 2 | 72 | 2 0 0x79 2 |
73 | 2 0 0x75 2 | 73 | 2 0 0x75 2 |
74 | 2 0 0x69 2 | 74 | 2 0 0x69 2 |
75 | 2 0 0x6f 2 | 75 | 2 0 0x6f 2 |
76 | 2 0 0x70 2 | 76 | 2 0 0x70 2 |
77 | 2 0 0x5b 2 | 77 | 2 0 0x5b 2 |
78 | 2 0 0x5d 2 | 78 | 2 0 0x5d 2 |
79 | 2 0 0x5c 2 | 79 | 2 0 0x5c 2 |
80 | 80 | ||
81 | 3 0x1024 0 4 | 81 | 3 0x1024 0 4 |
82 | "17 7 2 1" | 82 | "17 7 2 1" |
83 | " c None" | 83 | " c None" |
84 | ". c #000000" | 84 | ". c #000000" |
85 | " " | 85 | " " |
86 | " .. . .. .. " | 86 | " .. . .. .. " |
87 | " . . . . . . " | 87 | " . . . . . . " |
88 | " . ... .. . " | 88 | " . ... .. . " |
89 | " . . . . . " | 89 | " . . . . . " |
90 | " .. . . . .. " | 90 | " .. . . . .. " |
91 | " " | 91 | " " |
92 | 3 0 0x61 2 | 92 | 3 0 0x61 2 |
93 | 3 0 0x73 2 | 93 | 3 0 0x73 2 |
94 | 3 0 0x64 2 | 94 | 3 0 0x64 2 |
95 | 3 0 0x66 2 | 95 | 3 0 0x66 2 |
96 | 3 0 0x67 2 | 96 | 3 0 0x67 2 |
97 | 3 0 0x68 2 | 97 | 3 0 0x68 2 |
98 | 3 0 0x6a 2 | 98 | 3 0 0x6a 2 |
99 | 3 0 0x6b 2 | 99 | 3 0 0x6b 2 |
100 | 3 0 0x6c 2 | 100 | 3 0 0x6c 2 |
diff --git a/share/multikey/enjumpx.keymap b/share/multikey/enjumpx.keymap index e78a0f8..250c5e1 100644 --- a/share/multikey/enjumpx.keymap +++ b/share/multikey/enjumpx.keymap | |||
@@ -1,100 +1,100 @@ | |||
1 | # comment lines must start with a '#' (for now...) | 1 | # comment lines must start with a '#' (for now...) |
2 | # order is: row qcode unicode length blah | 2 | # order is: row qcode unicode length blah |
3 | # | 3 | # |
4 | # please don't write anything between a key definition and it's xpm (excpet for spaces) | 4 | # please don't write anything between a key definition and its xpm (except for spaces) |
5 | title = English JumpX Layout | 5 | title = English JumpX Layout |
6 | 6 | ||
7 | 1 0x1000 0 3 # and you can write whatever you want after the last element | 7 | 1 0x1000 0 3 # and you can write whatever you want after the last element |
8 | 8 | ||
9 | 9 | ||
10 | "9 9 2 1" | 10 | "9 9 2 1" |
11 | ". c None" | 11 | ". c None" |
12 | "a c #000000" | 12 | "a c #000000" |
13 | "........." | 13 | "........." |
14 | "........." | 14 | "........." |
15 | ".aa.aa.aa" | 15 | ".aa.aa.aa" |
16 | ".a..a..a." | 16 | ".a..a..a." |
17 | ".aa.aa.a." | 17 | ".aa.aa.a." |
18 | ".a...a.a." | 18 | ".a...a.a." |
19 | ".aa.aa.aa" | 19 | ".aa.aa.aa" |
20 | "........." | 20 | "........." |
21 | "........." | 21 | "........." |
22 | 22 | ||
23 | 1 0 0x7a 2 # z | 23 | 1 0 0x7a 2 # z |
24 | 1 0 0x76 2 # v | 24 | 1 0 0x76 2 # v |
25 | 1 0 0x63 2 # c | 25 | 1 0 0x63 2 # c |
26 | 1 0 0x68 2 # h | 26 | 1 0 0x68 2 # h |
27 | 1 0 0x77 2 # w | 27 | 1 0 0x77 2 # w |
28 | 1 0 0x6b 2 # k | 28 | 1 0 0x6b 2 # k |
29 | #1 0 0 1 # blank space | 29 | #1 0 0 1 # blank space |
30 | 1 0 0x31 2 # 1 | 30 | 1 0 0x31 2 # 1 |
31 | 1 0 0x2d 2 # - | 31 | 1 0 0x2d 2 # - |
32 | 1 0 0x2b 2 # + | 32 | 1 0 0x2b 2 # + |
33 | 1 0 0x36 2 # 6 | 33 | 1 0 0x36 2 # 6 |
34 | #1 0 0 1 # blank space | 34 | #1 0 0 1 # blank space |
35 | 1 0x1003 0 3 # backspace | 35 | 1 0x1003 0 3 # backspace |
36 | 36 | ||
37 | "9 9 2 1" | 37 | "9 9 2 1" |
38 | ". c None" | 38 | ". c None" |
39 | "a c #000000" | 39 | "a c #000000" |
40 | "........." | 40 | "........." |
41 | "........." | 41 | "........." |
42 | "...a....." | 42 | "...a....." |
43 | "..aa....." | 43 | "..aa....." |
44 | ".aaaaaaaa" | 44 | ".aaaaaaaa" |
45 | "..aa....." | 45 | "..aa....." |
46 | "...a....." | 46 | "...a....." |
47 | "........." | 47 | "........." |
48 | "........." | 48 | "........." |
49 | 49 | ||
50 | 1 0x1010 0 2 | 50 | 1 0x1010 0 2 |
51 | 51 | ||
52 | "9 9 2 1" | 52 | "9 9 2 1" |
53 | ". c None" | 53 | ". c None" |
54 | "a c #000000" | 54 | "a c #000000" |
55 | "........." | 55 | "........." |
56 | ".a..a...." | 56 | ".a..a...." |
57 | ".a..a...." | 57 | ".a..a...." |
58 | ".a..a...." | 58 | ".a..a...." |
59 | ".aaaa..a." | 59 | ".aaaa..a." |
60 | ".a..a.a.a" | 60 | ".a..a.a.a" |
61 | ".a..a.a.a" | 61 | ".a..a.a.a" |
62 | ".a..a..a." | 62 | ".a..a..a." |
63 | "........." | 63 | "........." |
64 | 64 | ||
65 | 1 0x1016 0 2 | 65 | 1 0x1016 0 2 |
66 | 66 | ||
67 | "9 9 2 1" | 67 | "9 9 2 1" |
68 | ". c None" | 68 | ". c None" |
69 | "a c #000000" | 69 | "a c #000000" |
70 | "........." | 70 | "........." |
71 | "........." | 71 | "........." |
72 | "a..a.aaa." | 72 | "a..a.aaa." |
73 | "a..a.a..a" | 73 | "a..a.a..a" |
74 | "a..a.a..a" | 74 | "a..a.a..a" |
75 | "aaaa.aaa." | 75 | "aaaa.aaa." |
76 | ".....a..." | 76 | ".....a..." |
77 | ".....a..." | 77 | ".....a..." |
78 | "........." | 78 | "........." |
79 | 79 | ||
80 | 2 0x1001 0x9 3 # tab char, but why doesnt this work...? | 80 | 2 0x1001 0x9 3 # tab char, but why doesnt this work...? |
81 | 81 | ||
82 | 82 | ||
83 | "11 9 2 1" | 83 | "11 9 2 1" |
84 | ". c None" | 84 | ". c None" |
85 | "a c #000000" | 85 | "a c #000000" |
86 | "..........." | 86 | "..........." |
87 | "..........." | 87 | "..........." |
88 | ".....a..a.." | 88 | ".....a..a.." |
89 | ".....aa.a.." | 89 | ".....aa.a.." |
90 | ".aaaaaaaa.." | 90 | ".aaaaaaaa.." |
91 | ".....aa.a.." | 91 | ".....aa.a.." |
92 | ".....a..a.." | 92 | ".....a..a.." |
93 | "..........." | 93 | "..........." |
94 | "..........." | 94 | "..........." |
95 | 2 0 0x66 2 # f | 95 | 2 0 0x66 2 # f |
96 | 2 0 0x69 2 # i | 96 | 2 0 0x69 2 # i |
97 | 2 0 0x74 2 # t | 97 | 2 0 0x74 2 # t |
98 | 2 0 0x61 2 # a | 98 | 2 0 0x61 2 # a |
99 | 2 0 0x6c 2 # l | 99 | 2 0 0x6c 2 # l |
100 | 2 0 0x79 2 # y | 100 | 2 0 0x79 2 # y |
diff --git a/share/multikey/enshort.keymap b/share/multikey/enshort.keymap index e2159ab..23f2f6b 100644 --- a/share/multikey/enshort.keymap +++ b/share/multikey/enshort.keymap | |||
@@ -1,100 +1,100 @@ | |||
1 | # comment lines must start with a '#' (for now...) | 1 | # comment lines must start with a '#' (for now...) |
2 | # order is: row qcode unicode length blah | 2 | # order is: row qcode unicode length blah |
3 | # | 3 | # |
4 | # please don't write anything between a key definition and it's xpm (excpet for spaces) | 4 | # please don't write anything between a key definition and its xpm (except for spaces) |
5 | title = English Short | 5 | title = English Short |
6 | 6 | ||
7 | 1 0x1000 0 2 # and you can write whatever you want after the last element | 7 | 1 0x1000 0 2 # and you can write whatever you want after the last element |
8 | 8 | ||
9 | 9 | ||
10 | "9 9 2 1" | 10 | "9 9 2 1" |
11 | ". c None" | 11 | ". c None" |
12 | "a c #000000" | 12 | "a c #000000" |
13 | "........." | 13 | "........." |
14 | "........." | 14 | "........." |
15 | ".aa.aa.aa" | 15 | ".aa.aa.aa" |
16 | ".a..a..a." | 16 | ".a..a..a." |
17 | ".aa.aa.a." | 17 | ".aa.aa.a." |
18 | ".a...a.a." | 18 | ".a...a.a." |
19 | ".aa.aa.aa" | 19 | ".aa.aa.aa" |
20 | "........." | 20 | "........." |
21 | "........." | 21 | "........." |
22 | 1 0 0x71 2 | 22 | 1 0 0x71 2 |
23 | 1 0 0x77 2 | 23 | 1 0 0x77 2 |
24 | 1 0 0x65 2 | 24 | 1 0 0x65 2 |
25 | 1 0 0x72 2 | 25 | 1 0 0x72 2 |
26 | 1 0 0x74 2 | 26 | 1 0 0x74 2 |
27 | 1 0 0x79 2 | 27 | 1 0 0x79 2 |
28 | 1 0 0x75 2 | 28 | 1 0 0x75 2 |
29 | 1 0 0x69 2 | 29 | 1 0 0x69 2 |
30 | 1 0 0x6f 2 | 30 | 1 0 0x6f 2 |
31 | 1 0 0x70 2 | 31 | 1 0 0x70 2 |
32 | 1 0 0x5b 2 | 32 | 1 0 0x5b 2 |
33 | 1 0 0x5d 2 | 33 | 1 0 0x5d 2 |
34 | 1 0 0x5c 2 | 34 | 1 0 0x5c 2 |
35 | 35 | ||
36 | 1 0x1003 0 2 | 36 | 1 0x1003 0 2 |
37 | 37 | ||
38 | "9 9 2 1" | 38 | "9 9 2 1" |
39 | ". c None" | 39 | ". c None" |
40 | "a c #000000" | 40 | "a c #000000" |
41 | "........." | 41 | "........." |
42 | "........." | 42 | "........." |
43 | "...a....." | 43 | "...a....." |
44 | "..aa....." | 44 | "..aa....." |
45 | ".aaaaaaaa" | 45 | ".aaaaaaaa" |
46 | "..aa....." | 46 | "..aa....." |
47 | "...a....." | 47 | "...a....." |
48 | "........." | 48 | "........." |
49 | "........." | 49 | "........." |
50 | 50 | ||
51 | 2 0x1001 0x9 3 # tab char, but why doesnt this work...? | 51 | 2 0x1001 0x9 3 # tab char, but why doesnt this work...? |
52 | 52 | ||
53 | 53 | ||
54 | "11 9 2 1" | 54 | "11 9 2 1" |
55 | ". c None" | 55 | ". c None" |
56 | "a c #000000" | 56 | "a c #000000" |
57 | "..........." | 57 | "..........." |
58 | "..........." | 58 | "..........." |
59 | ".....a..a.." | 59 | ".....a..a.." |
60 | ".....aa.a.." | 60 | ".....aa.a.." |
61 | ".aaaaaaaa.." | 61 | ".aaaaaaaa.." |
62 | ".....aa.a.." | 62 | ".....aa.a.." |
63 | ".....a..a.." | 63 | ".....a..a.." |
64 | "..........." | 64 | "..........." |
65 | "..........." | 65 | "..........." |
66 | 66 | ||
67 | 2 0 0x61 2 | 67 | 2 0 0x61 2 |
68 | 2 0 0x73 2 | 68 | 2 0 0x73 2 |
69 | 2 0 0x64 2 | 69 | 2 0 0x64 2 |
70 | 2 0 0x66 2 | 70 | 2 0 0x66 2 |
71 | 2 0 0x67 2 | 71 | 2 0 0x67 2 |
72 | 2 0 0x68 2 | 72 | 2 0 0x68 2 |
73 | 2 0 0x6a 2 | 73 | 2 0 0x6a 2 |
74 | 2 0 0x6b 2 | 74 | 2 0 0x6b 2 |
75 | 2 0 0x6c 2 | 75 | 2 0 0x6c 2 |
76 | 2 0 0x3b 2 | 76 | 2 0 0x3b 2 |
77 | 2 0 0x27 2 | 77 | 2 0 0x27 2 |
78 | 2 0x1004 0 3 # enter | 78 | 2 0x1004 0 3 # enter |
79 | "16 9 2 1" | 79 | "16 9 2 1" |
80 | ". c None" | 80 | ". c None" |
81 | "a c #000000" | 81 | "a c #000000" |
82 | "................" | 82 | "................" |
83 | "................" | 83 | "................" |
84 | "...........a...." | 84 | "...........a...." |
85 | "....aa.....a...." | 85 | "....aa.....a...." |
86 | "...aa......a...." | 86 | "...aa......a...." |
87 | "..aaaaaaaaaa...." | 87 | "..aaaaaaaaaa...." |
88 | "...aa..........." | 88 | "...aa..........." |
89 | "....aa.........." | 89 | "....aa.........." |
90 | "................" | 90 | "................" |
91 | 91 | ||
92 | 2 0x1030 0 2 # open config dialog | 92 | 2 0x1030 0 2 # open config dialog |
93 | 93 | ||
94 | "9 9 2 1" | 94 | "9 9 2 1" |
95 | ". c None" | 95 | ". c None" |
96 | "a c #000000" | 96 | "a c #000000" |
97 | "........." | 97 | "........." |
98 | "........." | 98 | "........." |
99 | "....a...." | 99 | "....a...." |
100 | "...aaa..." | 100 | "...aaa..." |
diff --git a/share/multikey/es.keymap b/share/multikey/es.keymap index 7fb53b7..7839bb8 100644 --- a/share/multikey/es.keymap +++ b/share/multikey/es.keymap | |||
@@ -1,100 +1,100 @@ | |||
1 | # comment lines must start with a '#' (for now...) | 1 | # comment lines must start with a '#' (for now...) |
2 | # order is: row qcode unicode length blah | 2 | # order is: row qcode unicode length blah |
3 | # | 3 | # |
4 | # please don't write anything between a key definition and it's xpm (excpet for spaces) | 4 | # please don't write anything between a key definition and its xpm (except for spaces) |
5 | title = Spanish | 5 | title = Spanish |
6 | 6 | ||
7 | 1 0x1000 0 2 # and you can write whatever you want after the last element | 7 | 1 0x1000 0 2 # and you can write whatever you want after the last element |
8 | 8 | ||
9 | 9 | ||
10 | "9 9 2 1" | 10 | "9 9 2 1" |
11 | ". c None" | 11 | ". c None" |
12 | "a c #000000" | 12 | "a c #000000" |
13 | "........." | 13 | "........." |
14 | "........." | 14 | "........." |
15 | ".aa.aa.aa" | 15 | ".aa.aa.aa" |
16 | ".a..a..a." | 16 | ".a..a..a." |
17 | ".aa.aa.a." | 17 | ".aa.aa.a." |
18 | ".a...a.a." | 18 | ".a...a.a." |
19 | ".aa.aa.aa" | 19 | ".aa.aa.aa" |
20 | "........." | 20 | "........." |
21 | "........." | 21 | "........." |
22 | 22 | ||
23 | 1 0 0xba 2 # but not after xpm images... k? | 23 | 1 0 0xba 2 # but not after xpm images... k? |
24 | 0xba 0xaa | 24 | 0xba 0xaa |
25 | 25 | ||
26 | 1 0 0x31 2 | 26 | 1 0 0x31 2 |
27 | 0x31 0x7c | 27 | 0x31 0x7c |
28 | m 0x31 0xa6 | 28 | m 0x31 0xa6 |
29 | 29 | ||
30 | 1 0 0x32 2 | 30 | 1 0 0x32 2 |
31 | 0x32 0x22 | 31 | 0x32 0x22 |
32 | m 0x32 0x40 | 32 | m 0x32 0x40 |
33 | 33 | ||
34 | 1 0 0x33 2 | 34 | 1 0 0x33 2 |
35 | 0x33 0xb7 | 35 | 0x33 0xb7 |
36 | m 0x33 0x23 | 36 | m 0x33 0x23 |
37 | 37 | ||
38 | 1 0 0x34 2 | 38 | 1 0 0x34 2 |
39 | 0x34 0x24 | 39 | 0x34 0x24 |
40 | m 0x34 0x7e | 40 | m 0x34 0x7e |
41 | 41 | ||
42 | 1 0 0x35 2 | 42 | 1 0 0x35 2 |
43 | 0x35 0x25 | 43 | 0x35 0x25 |
44 | m 0x35 0x20ac # euro | 44 | m 0x35 0x20ac # euro |
45 | 45 | ||
46 | 1 0 0x36 2 | 46 | 1 0 0x36 2 |
47 | 0x36 0x26 | 47 | 0x36 0x26 |
48 | m 0x36 0xac | 48 | m 0x36 0xac |
49 | 49 | ||
50 | 1 0 0x37 2 | 50 | 1 0 0x37 2 |
51 | 0x37 0x2f | 51 | 0x37 0x2f |
52 | 52 | ||
53 | 1 0 0x38 2 | 53 | 1 0 0x38 2 |
54 | 0x38 0x28 | 54 | 0x38 0x28 |
55 | 55 | ||
56 | 1 0 0x39 2 | 56 | 1 0 0x39 2 |
57 | 0x39 0x29 | 57 | 0x39 0x29 |
58 | 58 | ||
59 | 1 0 0x30 2 | 59 | 1 0 0x30 2 |
60 | 0x30 0x3d | 60 | 0x30 0x3d |
61 | 61 | ||
62 | 1 0 0x27 2 | 62 | 1 0 0x27 2 |
63 | 0x27 0x3f | 63 | 0x27 0x3f |
64 | 64 | ||
65 | 1 0 0xa1 2 | 65 | 1 0 0xa1 2 |
66 | 0xa1 0xbf | 66 | 0xa1 0xbf |
67 | 67 | ||
68 | 1 0x1003 0 2 | 68 | 1 0x1003 0 2 |
69 | 69 | ||
70 | "9 9 2 1" | 70 | "9 9 2 1" |
71 | ". c None" | 71 | ". c None" |
72 | "a c #000000" | 72 | "a c #000000" |
73 | "........." | 73 | "........." |
74 | "........." | 74 | "........." |
75 | "...a....." | 75 | "...a....." |
76 | "..aa....." | 76 | "..aa....." |
77 | ".aaaaaaaa" | 77 | ".aaaaaaaa" |
78 | "..aa....." | 78 | "..aa....." |
79 | "...a....." | 79 | "...a....." |
80 | "........." | 80 | "........." |
81 | "........." | 81 | "........." |
82 | 82 | ||
83 | 83 | ||
84 | 84 | ||
85 | 2 0 0x9 3 # tab char, but why doesnt this work...? | 85 | 2 0 0x9 3 # tab char, but why doesnt this work...? |
86 | 86 | ||
87 | "11 9 2 1" | 87 | "11 9 2 1" |
88 | ". c None" | 88 | ". c None" |
89 | "a c #000000" | 89 | "a c #000000" |
90 | "..........." | 90 | "..........." |
91 | "..........." | 91 | "..........." |
92 | ".....a..a.." | 92 | ".....a..a.." |
93 | ".....aa.a.." | 93 | ".....aa.a.." |
94 | ".aaaaaaaa.." | 94 | ".aaaaaaaa.." |
95 | ".....aa.a.." | 95 | ".....aa.a.." |
96 | ".....a..a.." | 96 | ".....a..a.." |
97 | "..........." | 97 | "..........." |
98 | "..........." | 98 | "..........." |
99 | 99 | ||
100 | 2 0 0x71 2 | 100 | 2 0 0x71 2 |
diff --git a/share/multikey/fi.keymap b/share/multikey/fi.keymap index b836ac5..e3c9c9e 100644 --- a/share/multikey/fi.keymap +++ b/share/multikey/fi.keymap | |||
@@ -1,100 +1,100 @@ | |||
1 | # comment lines must start with a '#' (for now...) | 1 | # comment lines must start with a '#' (for now...) |
2 | # order is: row qcode unicode length blah | 2 | # order is: row qcode unicode length blah |
3 | # | 3 | # |
4 | # please don't write anything between a key definition and it's xpm (excpet for spaces) | 4 | # please don't write anything between a key definition and its xpm (except for spaces) |
5 | title = Finnish | 5 | title = Finnish |
6 | 6 | ||
7 | 1 0x1000 0 2 # and you can write whatever you want after the last element | 7 | 1 0x1000 0 2 # and you can write whatever you want after the last element |
8 | 8 | ||
9 | 9 | ||
10 | "9 9 2 1" | 10 | "9 9 2 1" |
11 | ". c None" | 11 | ". c None" |
12 | "a c #000000" | 12 | "a c #000000" |
13 | "........." | 13 | "........." |
14 | "........." | 14 | "........." |
15 | ".aa.aa.aa" | 15 | ".aa.aa.aa" |
16 | ".a..a..a." | 16 | ".a..a..a." |
17 | ".aa.aa.a." | 17 | ".aa.aa.a." |
18 | ".a...a.a." | 18 | ".a...a.a." |
19 | ".aa.aa.aa" | 19 | ".aa.aa.aa" |
20 | "........." | 20 | "........." |
21 | "........." | 21 | "........." |
22 | 22 | ||
23 | 1 0 0xa7 2 # but not after xpm images... k? | 23 | 1 0 0xa7 2 # but not after xpm images... k? |
24 | 0xa7 0xbd # shifted | 24 | 0xa7 0xbd # shifted |
25 | 1 0 0x31 2 | 25 | 1 0 0x31 2 |
26 | 0x31 0x21 # shifted | 26 | 0x31 0x21 # shifted |
27 | 1 0 0x32 2 | 27 | 1 0 0x32 2 |
28 | 0x32 0x22 # shi.... | 28 | 0x32 0x22 # shi.... |
29 | m 0x32 0x40 # the @ | 29 | m 0x32 0x40 # the @ |
30 | 1 0 0x33 2 | 30 | 1 0 0x33 2 |
31 | 0x33 0x23 | 31 | 0x33 0x23 |
32 | m 0x33 0xa3 # the £ | 32 | m 0x33 0xa3 # the £ |
33 | 1 0 0x34 2 | 33 | 1 0 0x34 2 |
34 | 0x34 0xa4 | 34 | 0x34 0xa4 |
35 | m 0x34 0x24 | 35 | m 0x34 0x24 |
36 | 1 0 0x35 2 | 36 | 1 0 0x35 2 |
37 | 0x35 0x25 | 37 | 0x35 0x25 |
38 | 1 0 0x36 2 | 38 | 1 0 0x36 2 |
39 | 0x36 0x26 | 39 | 0x36 0x26 |
40 | 1 0 0x37 2 | 40 | 1 0 0x37 2 |
41 | 0x37 0x2f | 41 | 0x37 0x2f |
42 | m 0x37 0x7b # the { | 42 | m 0x37 0x7b # the { |
43 | 1 0 0x38 2 | 43 | 1 0 0x38 2 |
44 | 0x38 0x28 | 44 | 0x38 0x28 |
45 | m 0x38 0x5b # the [ | 45 | m 0x38 0x5b # the [ |
46 | 1 0 0x39 2 | 46 | 1 0 0x39 2 |
47 | 0x39 0x29 | 47 | 0x39 0x29 |
48 | m 0x39 0x5d # the ] | 48 | m 0x39 0x5d # the ] |
49 | 1 0 0x30 2 | 49 | 1 0 0x30 2 |
50 | 0x30 0x3d | 50 | 0x30 0x3d |
51 | m 0x30 0x7d # the } | 51 | m 0x30 0x7d # the } |
52 | 1 0 0x2b 2 | 52 | 1 0 0x2b 2 |
53 | 0xdf 0x3f | 53 | 0xdf 0x3f |
54 | m 0xdf 0x5c # the backslash | 54 | m 0xdf 0x5c # the backslash |
55 | 1 0x1003 0 2 | 55 | 1 0x1003 0 2 |
56 | 56 | ||
57 | "9 9 2 1" | 57 | "9 9 2 1" |
58 | ". c None" | 58 | ". c None" |
59 | "a c #000000" | 59 | "a c #000000" |
60 | "........." | 60 | "........." |
61 | "........." | 61 | "........." |
62 | "...a....." | 62 | "...a....." |
63 | "..aa....." | 63 | "..aa....." |
64 | ".aaaaaaaa" | 64 | ".aaaaaaaa" |
65 | "..aa....." | 65 | "..aa....." |
66 | "...a....." | 66 | "...a....." |
67 | "........." | 67 | "........." |
68 | "........." | 68 | "........." |
69 | 69 | ||
70 | 70 | ||
71 | 2 0 0x9 3 # tab char, but why doesnt this work...? | 71 | 2 0 0x9 3 # tab char, but why doesnt this work...? |
72 | 72 | ||
73 | 73 | ||
74 | "11 9 2 1" | 74 | "11 9 2 1" |
75 | ". c None" | 75 | ". c None" |
76 | "a c #000000" | 76 | "a c #000000" |
77 | "..........." | 77 | "..........." |
78 | "..........." | 78 | "..........." |
79 | ".....a..a.." | 79 | ".....a..a.." |
80 | ".....aa.a.." | 80 | ".....aa.a.." |
81 | ".aaaaaaaa.." | 81 | ".aaaaaaaa.." |
82 | ".....aa.a.." | 82 | ".....aa.a.." |
83 | ".....a..a.." | 83 | ".....a..a.." |
84 | "..........." | 84 | "..........." |
85 | "..........." | 85 | "..........." |
86 | 86 | ||
87 | 2 0 0x71 2 | 87 | 2 0 0x71 2 |
88 | 0x71 0x51 # shift q => Q | 88 | 0x71 0x51 # shift q => Q |
89 | m 0x71 0x40 # meta-alt q => @ | 89 | m 0x71 0x40 # meta-alt q => @ |
90 | 2 0 0x77 2 | 90 | 2 0 0x77 2 |
91 | 0x77 0x57 | 91 | 0x77 0x57 |
92 | 2 0 0x65 2 | 92 | 2 0 0x65 2 |
93 | 0x65 0x45 | 93 | 0x65 0x45 |
94 | m 0x65 0x20ac # the euro? | 94 | m 0x65 0x20ac # the euro? |
95 | 2 0 0x72 2 | 95 | 2 0 0x72 2 |
96 | 0x72 0x52 | 96 | 0x72 0x52 |
97 | 2 0 0x74 2 | 97 | 2 0 0x74 2 |
98 | 0x74 0x54 | 98 | 0x74 0x54 |
99 | 2 0 0x79 2 | 99 | 2 0 0x79 2 |
100 | 0x79 0x59 | 100 | 0x79 0x59 |
diff --git a/share/multikey/fr.keymap b/share/multikey/fr.keymap index e8d73c2..52cc12d 100644 --- a/share/multikey/fr.keymap +++ b/share/multikey/fr.keymap | |||
@@ -1,100 +1,100 @@ | |||
1 | # comment lines must start with a '#' (for now...) | 1 | # comment lines must start with a '#' (for now...) |
2 | # order is: row qcode unicode length blah | 2 | # order is: row qcode unicode length blah |
3 | # | 3 | # |
4 | # please don't write anything between a key definition and it's xpm (excpet for spaces) | 4 | # please don't write anything between a key definition and its xpm (except for spaces) |
5 | title = French | 5 | title = French |
6 | 6 | ||
7 | 1 0x1000 0 2 # and you can write whatever you want after the last element | 7 | 1 0x1000 0 2 # and you can write whatever you want after the last element |
8 | "9 9 2 1" | 8 | "9 9 2 1" |
9 | ". c None" | 9 | ". c None" |
10 | "a c #000000" | 10 | "a c #000000" |
11 | "........." | 11 | "........." |
12 | "........." | 12 | "........." |
13 | ".aa.aa.aa" | 13 | ".aa.aa.aa" |
14 | ".a..a..a." | 14 | ".a..a..a." |
15 | ".aa.aa.a." | 15 | ".aa.aa.a." |
16 | ".a...a.a." | 16 | ".a...a.a." |
17 | ".aa.aa.aa" | 17 | ".aa.aa.aa" |
18 | "........." | 18 | "........." |
19 | "........." | 19 | "........." |
20 | 1 0 0x26 2 # but not after xpm images... k? | 20 | 1 0 0x26 2 # but not after xpm images... k? |
21 | 0x26 0x31 | 21 | 0x26 0x31 |
22 | 1 0 0xe9 2 | 22 | 1 0 0xe9 2 |
23 | 0xe9 0x32 | 23 | 0xe9 0x32 |
24 | m 0xe9 0x7e | 24 | m 0xe9 0x7e |
25 | 1 0 0x22 2 | 25 | 1 0 0x22 2 |
26 | 0x22 0x33 | 26 | 0x22 0x33 |
27 | m 0x22 0x23 | 27 | m 0x22 0x23 |
28 | 1 0 0x27 2 | 28 | 1 0 0x27 2 |
29 | 0x27 0x34 | 29 | 0x27 0x34 |
30 | m 0x27 0x7b | 30 | m 0x27 0x7b |
31 | 1 0 0x28 2 | 31 | 1 0 0x28 2 |
32 | 0x28 0x35 | 32 | 0x28 0x35 |
33 | m 0x28 0x5b | 33 | m 0x28 0x5b |
34 | 1 0 0x2d 2 | 34 | 1 0 0x2d 2 |
35 | 0x2d 0x36 | 35 | 0x2d 0x36 |
36 | m 0x2d 0x7c | 36 | m 0x2d 0x7c |
37 | 1 0 0xe8 2 | 37 | 1 0 0xe8 2 |
38 | 0xe8 0x37 | 38 | 0xe8 0x37 |
39 | m 0xe8 0x60 | 39 | m 0xe8 0x60 |
40 | 1 0 0x5f 2 | 40 | 1 0 0x5f 2 |
41 | 0x5f 0x38 | 41 | 0x5f 0x38 |
42 | m 0x5f 0x5c | 42 | m 0x5f 0x5c |
43 | 1 0 0xe7 2 | 43 | 1 0 0xe7 2 |
44 | 0xe7 0x39 | 44 | 0xe7 0x39 |
45 | m 0xe7 0x5e | 45 | m 0xe7 0x5e |
46 | 1 0 0xe0 2 | 46 | 1 0 0xe0 2 |
47 | 0xe0 0x30 | 47 | 0xe0 0x30 |
48 | m 0xe0 0x40 | 48 | m 0xe0 0x40 |
49 | 1 0 0x29 2 | 49 | 1 0 0x29 2 |
50 | 0x29 0xb0 | 50 | 0x29 0xb0 |
51 | m 0x29 0x5d | 51 | m 0x29 0x5d |
52 | 1 0 0x3d 2 | 52 | 1 0 0x3d 2 |
53 | 0x3d 0x2b | 53 | 0x3d 0x2b |
54 | m 0x3d 0x7d | 54 | m 0x3d 0x7d |
55 | 1 0 0x2a 2 | 55 | 1 0 0x2a 2 |
56 | 0x2a 0xb5 | 56 | 0x2a 0xb5 |
57 | 1 0x1003 0 2 | 57 | 1 0x1003 0 2 |
58 | "9 9 2 1" | 58 | "9 9 2 1" |
59 | ". c None" | 59 | ". c None" |
60 | "a c #000000" | 60 | "a c #000000" |
61 | "........." | 61 | "........." |
62 | "........." | 62 | "........." |
63 | "...a....." | 63 | "...a....." |
64 | "..aa....." | 64 | "..aa....." |
65 | ".aaaaaaaa" | 65 | ".aaaaaaaa" |
66 | "..aa....." | 66 | "..aa....." |
67 | "...a....." | 67 | "...a....." |
68 | "........." | 68 | "........." |
69 | "........." | 69 | "........." |
70 | 70 | ||
71 | 2 0 0x9 3 # tab char, but why doesnt this work...? | 71 | 2 0 0x9 3 # tab char, but why doesnt this work...? |
72 | "11 9 2 1" | 72 | "11 9 2 1" |
73 | ". c None" | 73 | ". c None" |
74 | "a c #000000" | 74 | "a c #000000" |
75 | "..........." | 75 | "..........." |
76 | "..........." | 76 | "..........." |
77 | ".....a..a.." | 77 | ".....a..a.." |
78 | ".....aa.a.." | 78 | ".....aa.a.." |
79 | ".aaaaaaaa.." | 79 | ".aaaaaaaa.." |
80 | ".....aa.a.." | 80 | ".....aa.a.." |
81 | ".....a..a.." | 81 | ".....a..a.." |
82 | "..........." | 82 | "..........." |
83 | "..........." | 83 | "..........." |
84 | 2 0 0x61 2 | 84 | 2 0 0x61 2 |
85 | 0x61 0x41 | 85 | 0x61 0x41 |
86 | c 0x61 0xe2 | 86 | c 0x61 0xe2 |
87 | d 0x61 0xe4 | 87 | d 0x61 0xe4 |
88 | c 0x41 0xc2 | 88 | c 0x41 0xc2 |
89 | d 0x41 0xc4 | 89 | d 0x41 0xc4 |
90 | 2 0 0x7a 2 | 90 | 2 0 0x7a 2 |
91 | 0x7a 0x5a | 91 | 0x7a 0x5a |
92 | 2 0 0x65 2 | 92 | 2 0 0x65 2 |
93 | 0x65 0x45 | 93 | 0x65 0x45 |
94 | m 0x65 0x20ac | 94 | m 0x65 0x20ac |
95 | c 0x65 0xea | 95 | c 0x65 0xea |
96 | d 0x65 0xeb | 96 | d 0x65 0xeb |
97 | c 0x45 0xca | 97 | c 0x45 0xca |
98 | d 0x45 0xcb | 98 | d 0x45 0xcb |
99 | 2 0 0x72 2 | 99 | 2 0 0x72 2 |
100 | 0x72 0x52 | 100 | 0x72 0x52 |
diff --git a/share/multikey/ko.keymap b/share/multikey/ko.keymap index 559f044..1eca733 100644 --- a/share/multikey/ko.keymap +++ b/share/multikey/ko.keymap | |||
@@ -1,100 +1,100 @@ | |||
1 | # comment lines must start with a '#' (for now...) | 1 | # comment lines must start with a '#' (for now...) |
2 | # order is: row qcode unicode length blah | 2 | # order is: row qcode unicode length blah |
3 | # | 3 | # |
4 | # please don't write anything between a key definition and it's xpm (excpet for spaces) | 4 | # please don't write anything between a key definition and its xpm (except for spaces) |
5 | 5 | ||
6 | lang = ko | 6 | lang = ko |
7 | title = Korean Standard Keyboard | 7 | title = Korean Standard Keyboard |
8 | 8 | ||
9 | 1 0x1000 0 2 # and you can write whatever you want after the last element | 9 | 1 0x1000 0 2 # and you can write whatever you want after the last element |
10 | 10 | ||
11 | 11 | ||
12 | "9 9 2 1" | 12 | "9 9 2 1" |
13 | ". c None" | 13 | ". c None" |
14 | "a c #000000" | 14 | "a c #000000" |
15 | "........." | 15 | "........." |
16 | "........." | 16 | "........." |
17 | ".aa.aa.aa" | 17 | ".aa.aa.aa" |
18 | ".a..a..a." | 18 | ".a..a..a." |
19 | ".aa.aa.a." | 19 | ".aa.aa.a." |
20 | ".a...a.a." | 20 | ".a...a.a." |
21 | ".aa.aa.aa" | 21 | ".aa.aa.aa" |
22 | "........." | 22 | "........." |
23 | "........." | 23 | "........." |
24 | 24 | ||
25 | 1 0 0x60 2 # but not after xpm images... k? | 25 | 1 0 0x60 2 # but not after xpm images... k? |
26 | 1 0 0x31 2 | 26 | 1 0 0x31 2 |
27 | 1 0 0x32 2 | 27 | 1 0 0x32 2 |
28 | 1 0 0x33 2 | 28 | 1 0 0x33 2 |
29 | 1 0 0x34 2 | 29 | 1 0 0x34 2 |
30 | 1 0 0x35 2 | 30 | 1 0 0x35 2 |
31 | 1 0 0x36 2 | 31 | 1 0 0x36 2 |
32 | 1 0 0x37 2 | 32 | 1 0 0x37 2 |
33 | 1 0 0x38 2 | 33 | 1 0 0x38 2 |
34 | 1 0 0x39 2 | 34 | 1 0 0x39 2 |
35 | 1 0 0x30 2 | 35 | 1 0 0x30 2 |
36 | 1 0 0x2d 2 | 36 | 1 0 0x2d 2 |
37 | 1 0 0x3d 2 | 37 | 1 0 0x3d 2 |
38 | 1 0x1003 0 2 | 38 | 1 0x1003 0 2 |
39 | 39 | ||
40 | "9 9 2 1" | 40 | "9 9 2 1" |
41 | ". c None" | 41 | ". c None" |
42 | "a c #000000" | 42 | "a c #000000" |
43 | "........." | 43 | "........." |
44 | "........." | 44 | "........." |
45 | "...a....." | 45 | "...a....." |
46 | "..aa....." | 46 | "..aa....." |
47 | ".aaaaaaaa" | 47 | ".aaaaaaaa" |
48 | "..aa....." | 48 | "..aa....." |
49 | "...a....." | 49 | "...a....." |
50 | "........." | 50 | "........." |
51 | "........." | 51 | "........." |
52 | 52 | ||
53 | 53 | ||
54 | 2 0 0x9 3 # tab char, but why doesnt this work...? | 54 | 2 0 0x9 3 # tab char, but why doesnt this work...? |
55 | 55 | ||
56 | 56 | ||
57 | "11 9 2 1" | 57 | "11 9 2 1" |
58 | ". c None" | 58 | ". c None" |
59 | "a c #000000" | 59 | "a c #000000" |
60 | "..........." | 60 | "..........." |
61 | "..........." | 61 | "..........." |
62 | ".....a..a.." | 62 | ".....a..a.." |
63 | ".....aa.a.." | 63 | ".....aa.a.." |
64 | ".aaaaaaaa.." | 64 | ".aaaaaaaa.." |
65 | ".....aa.a.." | 65 | ".....aa.a.." |
66 | ".....a..a.." | 66 | ".....a..a.." |
67 | "..........." | 67 | "..........." |
68 | "..........." | 68 | "..........." |
69 | 2 0 0x1107 2 | 69 | 2 0 0x1107 2 |
70 | 2 0 0x110c 2 | 70 | 2 0 0x110c 2 |
71 | 2 0 0x1103 2 | 71 | 2 0 0x1103 2 |
72 | 2 0 0x1100 2 | 72 | 2 0 0x1100 2 |
73 | 2 0 0x1109 2 | 73 | 2 0 0x1109 2 |
74 | 2 0 0x116d 2 | 74 | 2 0 0x116d 2 |
75 | 2 0 0x1167 2 | 75 | 2 0 0x1167 2 |
76 | 2 0 0x1163 2 | 76 | 2 0 0x1163 2 |
77 | 2 0 0x1162 2 | 77 | 2 0 0x1162 2 |
78 | 2 0 0x1166 2 | 78 | 2 0 0x1166 2 |
79 | 2 0 0x5b 2 | 79 | 2 0 0x5b 2 |
80 | 2 0 0x5d 2 | 80 | 2 0 0x5d 2 |
81 | 2 0 0x5c 2 | 81 | 2 0 0x5c 2 |
82 | 82 | ||
83 | 3 0x1024 0 4 | 83 | 3 0x1024 0 4 |
84 | "17 7 2 1" | 84 | "17 7 2 1" |
85 | " c None" | 85 | " c None" |
86 | ". c #000000" | 86 | ". c #000000" |
87 | " " | 87 | " " |
88 | " .. . .. .. " | 88 | " .. . .. .. " |
89 | " . . . . . . " | 89 | " . . . . . . " |
90 | " . ... .. . " | 90 | " . ... .. . " |
91 | " . . . . . " | 91 | " . . . . . " |
92 | " .. . . . .. " | 92 | " .. . . . .. " |
93 | " " | 93 | " " |
94 | 3 0 0x1106 2 | 94 | 3 0 0x1106 2 |
95 | 3 0 0x1102 2 | 95 | 3 0 0x1102 2 |
96 | 3 0 0x110b 2 | 96 | 3 0 0x110b 2 |
97 | 3 0 0x1105 2 | 97 | 3 0 0x1105 2 |
98 | 3 0 0x1112 2 | 98 | 3 0 0x1112 2 |
99 | 3 0 0x1169 2 | 99 | 3 0 0x1169 2 |
100 | 3 0 0x1165 2 | 100 | 3 0 0x1165 2 |