author | hash <hash> | 2002-08-12 05:27:29 (UTC) |
---|---|---|
committer | hash <hash> | 2002-08-12 05:27:29 (UTC) |
commit | fa311d52c378b6bbdbea0b2228497ebfa2266bcf (patch) (side-by-side diff) | |
tree | 5c004dae908c49ba87505a4088493683707bc594 /inputmethods | |
parent | 2a36a00fc874d26c2840ed1b83cd87b0663e0f97 (diff) | |
download | opie-fa311d52c378b6bbdbea0b2228497ebfa2266bcf.zip opie-fa311d52c378b6bbdbea0b2228497ebfa2266bcf.tar.gz opie-fa311d52c378b6bbdbea0b2228497ebfa2266bcf.tar.bz2 |
shyang degut wansnt working
-rw-r--r-- | inputmethods/kjumpx/keyboard.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inputmethods/kjumpx/keyboard.cpp b/inputmethods/kjumpx/keyboard.cpp index 52a8bf4..3af6a78 100644 --- a/inputmethods/kjumpx/keyboard.cpp +++ b/inputmethods/kjumpx/keyboard.cpp @@ -91,9 +91,9 @@ static const uchar *const letterMapShift[] = { static const ushort kletterMapShift[][6] = { { 0x110d, 0x1112, 0x110a, 0x116d, 0x1167, 0x1163 }, { 0x110f, 0x1105, 0x1101, 0x1161, 0x1175, 0x1164 }, { ' ', ' ', 0x110b, 0x1165, ' ', ' ' }, - { 0x1110, 0x1103, 0x1102, 0x1169, 0x1173, 0x1168 }, + { 0x1110, 0x1104, 0x1102, 0x1169, 0x1173, 0x1168 }, { 0x110e, 0x1108, 0x1106, 0x1111, 0x116e, 0x1172 }, }; static const uchar *const num1Map = (const uchar *const)"12345"; |