Tadashi G. Takaoka | 00da6ee | 2014-03-25 18:23:26 +0900 | [diff] [blame^] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- |
| 3 | /* |
| 4 | ** |
| 5 | ** Copyright 2014, The Android Open Source Project |
| 6 | ** |
| 7 | ** Licensed under the Apache License, Version 2.0 (the "License"); |
| 8 | ** you may not use this file except in compliance with the License. |
| 9 | ** You may obtain a copy of the License at |
| 10 | ** |
| 11 | ** http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | ** |
| 13 | ** Unless required by applicable law or agreed to in writing, software |
| 14 | ** distributed under the License is distributed on an "AS IS" BASIS, |
| 15 | ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 16 | ** See the License for the specific language governing permissions and |
| 17 | ** limitations under the License. |
| 18 | */ |
| 19 | --> |
| 20 | |
| 21 | <merge |
| 22 | xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" |
| 23 | > |
| 24 | <switch> |
| 25 | <case |
| 26 | latin:keyboardLayoutSetElement="alphabetManualShifted|alphabetShiftLocked|alphabetShiftLockShifted" |
| 27 | > |
| 28 | <!-- U+0D9E: "ඞ" SINHALA LETTER KANTAJA NAASIKYAYA --> |
| 29 | <Key |
| 30 | latin:keySpec="ඞ" /> |
| 31 | <!-- U+0DA3: "ඣ" SINHALA LETTER MAHAAPRAANA JAYANNA --> |
| 32 | <Key |
| 33 | latin:keySpec="ඣ" /> |
| 34 | <!-- U+0DAA: "ඪ" SINHALA LETTER MAHAAPRAANA DDAYANNA --> |
| 35 | <Key |
| 36 | latin:keySpec="ඪ" /> |
| 37 | <!-- U+0D8A: "ඊ" SINHALA LETTER IIYANNA --> |
| 38 | <Key |
| 39 | latin:keySpec="ඊ" /> |
| 40 | <!-- U+0DB7: "භ" SINHALA LETTER MAHAAPRAANA BAYANNA --> |
| 41 | <Key |
| 42 | latin:keySpec="භ" /> |
| 43 | <!-- U+0DB5: "ඵ" SINHALA LETTER MAHAAPRAANA PAYANNA --> |
| 44 | <Key |
| 45 | latin:keySpec="ඵ" /> |
| 46 | <!-- U+0DC5: "ළ" SINHALA LETTER MUURDHAJA LAYANNA --> |
| 47 | <Key |
| 48 | latin:keySpec="ළ" /> |
| 49 | <!-- U+0D9D: "ඝ" SINHALA LETTER MAHAAPRAANA GAYANNA --> |
| 50 | <Key |
| 51 | latin:keySpec="ඝ" /> |
| 52 | <!-- U+0DBB/U+0DCA/U+200D: "ර්" SINHALA LETTER RAYANNA/SINHALA SIGN AL-LAKUNA/ZERO WIDTH JOINER --> |
| 53 | <Key |
| 54 | latin:keySpec="ර්‍" /> |
| 55 | </case> |
| 56 | <default> |
| 57 | <!-- U+0D82: "ං" SINHALA SIGN ANUSVARAYA |
| 58 | U+0D83: "ඃ" SINHALA SIGN VISARGAYA --> |
| 59 | <Key |
| 60 | latin:keySpec="ං" |
| 61 | latin:moreKeys="ඃ" /> |
| 62 | <!-- U+0DA2: "ජ" SINHALA LETTER ALPAPRAANA JAYANNA |
| 63 | U+0DA6: "ඦ" SINHALA LETTER SANYAKA JAYANNA --> |
| 64 | <Key |
| 65 | latin:keySpec="ජ" |
| 66 | latin:moreKeys="ඦ" /> |
| 67 | <!-- U+0DA9: "ඩ" SINHALA LETTER ALPAPRAANA DDAYANNA |
| 68 | U+0DAC: "ඬ" SINHALA LETTER SANYAKA DDAYANNA --> |
| 69 | <Key |
| 70 | latin:keySpec="ඩ" |
| 71 | latin:moreKeys="ඬ" /> |
| 72 | <!-- U+0D89: "ඉ" SINHALA LETTER IYANNA --> |
| 73 | <Key |
| 74 | latin:keySpec="ඉ" /> |
| 75 | <!-- U+0DB6: "බ" SINHALA LETTER ALPAPRAANA BAYANNA --> |
| 76 | <Key |
| 77 | latin:keySpec="බ" /> |
| 78 | <!-- U+0DB4: "ප" SINHALA LETTER ALPAPRAANA PAYANNA --> |
| 79 | <Key |
| 80 | latin:keySpec="ප" /> |
| 81 | <!-- U+0DBD: "ල" SINHALA LETTER DANTAJA LAYANNA --> |
| 82 | <Key |
| 83 | latin:keySpec="ල" /> |
| 84 | <!-- U+0D9C: "ග" SINHALA LETTER ALPAPRAANA GAYANNA |
| 85 | U+0D9F: "ඟ" SINHALA LETTER SANYAKA GAYANNA --> |
| 86 | <Key |
| 87 | latin:keySpec="ග" |
| 88 | latin:moreKeys="ඟ" /> |
| 89 | <!-- U+0DF3: "ෳ" SINHALA VOWEL SIGN DIGA GAYANUKITTA --> |
| 90 | <Key |
| 91 | latin:keySpec="ෳ" /> |
| 92 | </default> |
| 93 | </switch> |
| 94 | </merge> |