author | hash <hash> | 2002-08-15 09:52:44 (UTC) |
---|---|---|
committer | hash <hash> | 2002-08-15 09:52:44 (UTC) |
commit | 1cb1e32da827c5b8888239f7f7af55a7bc57e1d9 (patch) (unidiff) | |
tree | b9822d2c777cf4c5d21dbcc40d0ef0e4dafc5a1a | |
parent | 56d64478a06c6d4bf137e2e0dcf5ed7d85dadb71 (diff) | |
download | opie-1cb1e32da827c5b8888239f7f7af55a7bc57e1d9.zip opie-1cb1e32da827c5b8888239f7f7af55a7bc57e1d9.tar.gz opie-1cb1e32da827c5b8888239f7f7af55a7bc57e1d9.tar.bz2 |
added new variable \'lang\' for languages that need parsing during input
-rw-r--r-- | share/multikey/ko.keymap | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/share/multikey/ko.keymap b/share/multikey/ko.keymap index 0c66d43..29b9289 100644 --- a/share/multikey/ko.keymap +++ b/share/multikey/ko.keymap | |||
@@ -1,17 +1,19 @@ | |||
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 it's xpm (excpet for spaces) |
5 | 5 | ||
6 | lang = ko | ||
7 | |||
6 | 1 0x1000 0 2 # and you can write whatever you want after the last element | 8 | 1 0x1000 0 2 # and you can write whatever you want after the last element |
7 | 9 | ||
8 | 10 | ||
9 | "9 9 2 1" | 11 | "9 9 2 1" |
10 | "a c #000000" | 12 | "a c #000000" |
11 | ". c None" | 13 | ". c None" |
12 | "........." | 14 | "........." |
13 | "........." | 15 | "........." |
14 | ".aa.aa.aa" | 16 | ".aa.aa.aa" |
15 | ".a..a..a." | 17 | ".a..a..a." |
16 | ".aa.aa.a." | 18 | ".aa.aa.a." |
17 | ".a...a.a." | 19 | ".a...a.a." |