author | hash <hash> | 2002-08-15 09:52:44 (UTC) |
---|---|---|
committer | hash <hash> | 2002-08-15 09:52:44 (UTC) |
commit | 1cb1e32da827c5b8888239f7f7af55a7bc57e1d9 (patch) (side-by-side diff) | |
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,29 +1,31 @@ # comment lines must start with a '#' (for now...) # order is: row qcode unicode length blah # # please don't write anything between a key definition and it's xpm (excpet for spaces) +lang = ko + 1 0x1000 0 2 # and you can write whatever you want after the last element "9 9 2 1" "a c #000000" ". c None" "........." "........." ".aa.aa.aa" ".a..a..a." ".aa.aa.a." ".a...a.a." ".aa.aa.aa" "........." "........." 1 0 0x60 2 # but not after xpm images... k? 1 0 0x31 2 1 0 0x32 2 1 0 0x33 2 1 0 0x34 2 1 0 0x35 2 1 0 0x36 2 1 0 0x37 2 |