author | dwmw2 <dwmw2> | 2002-11-26 12:11:53 (UTC) |
---|---|---|
committer | dwmw2 <dwmw2> | 2002-11-26 12:11:53 (UTC) |
commit | 5698d4fb5134c9d493f5a3f81675e7d094597203 (patch) (unidiff) | |
tree | ee13227ff7e147c6914e26fe158bb1e652a36c0e /share/multikey | |
parent | 4e6b2585987290f874697cbec7c289b4df29f82b (diff) | |
download | opie-5698d4fb5134c9d493f5a3f81675e7d094597203.zip opie-5698d4fb5134c9d493f5a3f81675e7d094597203.tar.gz opie-5698d4fb5134c9d493f5a3f81675e7d094597203.tar.bz2 |
Literacy watch. The incorrect use of "it's" annoys me.
-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,58 +1,58 @@ | |||
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 |
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,36 +1,36 @@ | |||
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 |
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,36 +1,36 @@ | |||
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 |
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,36 +1,36 @@ | |||
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 | ||
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,36 +1,36 @@ | |||
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 |
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,36 +1,36 @@ | |||
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 |
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,36 +1,36 @@ | |||
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 |
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,36 +1,36 @@ | |||
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 |
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,36 +1,36 @@ | |||
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 |