Tadashi G. Takaoka | 53eca32 | 2012-02-28 20:07:43 +0900 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- |
| 3 | /* |
| 4 | ** |
| 5 | ** Copyright 2012, 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 | |
Tadashi G. Takaoka | 92ac2aa | 2014-07-07 16:33:06 +0900 | [diff] [blame] | 21 | <merge xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"> |
Tadashi G. Takaoka | 53eca32 | 2012-02-28 20:07:43 +0900 | [diff] [blame] | 22 | <switch> |
Tadashi G. Takaoka | 92ac2aa | 2014-07-07 16:33:06 +0900 | [diff] [blame] | 23 | <case latin:keyboardLayoutSetElement="alphabetManualShifted|alphabetShiftLocked|alphabetShiftLockShifted"> |
Tadashi G. Takaoka | 53eca32 | 2012-02-28 20:07:43 +0900 | [diff] [blame] | 24 | <!-- U+0914: "औ" DEVANAGARI LETTER AU |
Tadashi G. Takaoka | d5fcc79 | 2012-04-02 14:47:44 +0900 | [diff] [blame] | 25 | U+0912/U+0902: "ऒं" DEVANAGARI LETTER SHORT O//DEVANAGARI SIGN ANUSVARA --> |
Tadashi G. Takaoka | 53eca32 | 2012-02-28 20:07:43 +0900 | [diff] [blame] | 26 | <Key |
Tadashi G. Takaoka | 9684b33 | 2014-02-06 15:11:05 +0900 | [diff] [blame] | 27 | latin:keySpec="औ" |
Tadashi G. Takaoka | 92ac2aa | 2014-07-07 16:33:06 +0900 | [diff] [blame] | 28 | latin:moreKeys="ऒं" /> |
Tadashi G. Takaoka | 53eca32 | 2012-02-28 20:07:43 +0900 | [diff] [blame] | 29 | <!-- U+0910: "ऐ" DEVANAGARI LETTER AI |
Tadashi G. Takaoka | d5fcc79 | 2012-04-02 14:47:44 +0900 | [diff] [blame] | 30 | U+0910/U+0902: "ऐं" DEVANAGARI LETTER AI/DEVANAGARI SIGN ANUSVARA --> |
Tadashi G. Takaoka | 53eca32 | 2012-02-28 20:07:43 +0900 | [diff] [blame] | 31 | <Key |
Tadashi G. Takaoka | 9684b33 | 2014-02-06 15:11:05 +0900 | [diff] [blame] | 32 | latin:keySpec="ऐ" |
Tadashi G. Takaoka | 92ac2aa | 2014-07-07 16:33:06 +0900 | [diff] [blame] | 33 | latin:moreKeys="ऐं" /> |
Tadashi G. Takaoka | 53eca32 | 2012-02-28 20:07:43 +0900 | [diff] [blame] | 34 | <!-- U+0906: "आ" DEVANAGARI LETTER AA |
| 35 | U+0906/U+0902: "आं" DEVANAGARI LETTER AA/DEVANAGARI SIGN ANUSVARA |
Tadashi G. Takaoka | d5fcc79 | 2012-04-02 14:47:44 +0900 | [diff] [blame] | 36 | U+0906/U+0901: "आँ" DEVANAGARI LETTER AA/DEVANAGARI SIGN CANDRABINDU --> |
Tadashi G. Takaoka | 53eca32 | 2012-02-28 20:07:43 +0900 | [diff] [blame] | 37 | <Key |
Tadashi G. Takaoka | 9684b33 | 2014-02-06 15:11:05 +0900 | [diff] [blame] | 38 | latin:keySpec="आ" |
Tadashi G. Takaoka | 92ac2aa | 2014-07-07 16:33:06 +0900 | [diff] [blame] | 39 | latin:moreKeys="आं,आँ" /> |
Tadashi G. Takaoka | 53eca32 | 2012-02-28 20:07:43 +0900 | [diff] [blame] | 40 | <!-- U+0908: "ई" DEVANAGARI LETTER II |
Tadashi G. Takaoka | d5fcc79 | 2012-04-02 14:47:44 +0900 | [diff] [blame] | 41 | U+0908/U+0902: "ईं" DEVANAGARI LETTER II/DEVANAGARI SIGN ANUSVARA --> |
Tadashi G. Takaoka | 53eca32 | 2012-02-28 20:07:43 +0900 | [diff] [blame] | 42 | <Key |
Tadashi G. Takaoka | 9684b33 | 2014-02-06 15:11:05 +0900 | [diff] [blame] | 43 | latin:keySpec="ई" |
Tadashi G. Takaoka | 92ac2aa | 2014-07-07 16:33:06 +0900 | [diff] [blame] | 44 | latin:moreKeys="ईं" /> |
Tadashi G. Takaoka | 53eca32 | 2012-02-28 20:07:43 +0900 | [diff] [blame] | 45 | <!-- U+090A: "ऊ" DEVANAGARI LETTER UU |
| 46 | U+090A/U+0902: "ऊं" DEVANAGARI LETTER UU/DEVANAGARI SIGN ANUSVARA |
Tadashi G. Takaoka | d5fcc79 | 2012-04-02 14:47:44 +0900 | [diff] [blame] | 47 | U+090A/U+0901: "ऊँ" DEVANAGARI LETTER UU/DEVANAGARI SIGN CANDRABINDU --> |
Tadashi G. Takaoka | 53eca32 | 2012-02-28 20:07:43 +0900 | [diff] [blame] | 48 | <Key |
Tadashi G. Takaoka | 9684b33 | 2014-02-06 15:11:05 +0900 | [diff] [blame] | 49 | latin:keySpec="ऊ" |
Tadashi G. Takaoka | 92ac2aa | 2014-07-07 16:33:06 +0900 | [diff] [blame] | 50 | latin:moreKeys="ऊं,ऊँ" /> |
Tadashi G. Takaoka | d5fcc79 | 2012-04-02 14:47:44 +0900 | [diff] [blame] | 51 | <!-- U+092D: "भ" DEVANAGARI LETTER BHA --> |
Tadashi G. Takaoka | 92ac2aa | 2014-07-07 16:33:06 +0900 | [diff] [blame] | 52 | <Key latin:keySpec="भ" /> |
Tadashi G. Takaoka | 0b92850 | 2013-03-08 18:39:34 +0900 | [diff] [blame] | 53 | <!-- Because the font rendering system prior to API version 16 can't automatically |
Tadashi G. Takaoka | f1ec134 | 2013-08-29 10:50:05 +0900 | [diff] [blame] | 54 | render dotted circle for incomplete combining letter of some scripts, different |
| 55 | set of Key definitions are needed based on the API version. --> |
Tadashi G. Takaoka | 92ac2aa | 2014-07-07 16:33:06 +0900 | [diff] [blame] | 56 | <include latin:keyboardLayout="@xml/keystyle_devanagari_sign_visarga" /> |
| 57 | <Key latin:keyStyle="baseKeyDevanagariSignVisarga" /> |
Tadashi G. Takaoka | d5fcc79 | 2012-04-02 14:47:44 +0900 | [diff] [blame] | 58 | <!-- U+0918: "घ" DEVANAGARI LETTER GHA --> |
Tadashi G. Takaoka | 92ac2aa | 2014-07-07 16:33:06 +0900 | [diff] [blame] | 59 | <Key latin:keySpec="घ" /> |
Tadashi G. Takaoka | 53eca32 | 2012-02-28 20:07:43 +0900 | [diff] [blame] | 60 | <!-- U+0927: "ध" DEVANAGARI LETTER DHA |
| 61 | U+0915/U+094D/U+0937: "क्ष" DEVANAGARI LETTER KA/DEVANAGARI SIGN VIRAMA/DEVANAGARI LETTER SSA |
Tadashi G. Takaoka | d5fcc79 | 2012-04-02 14:47:44 +0900 | [diff] [blame] | 62 | U+0936/U+094D/U+0930: "श्र" DEVANAGARI LETTER SHA/DEVANAGARI SIGN VIRAMA/DEVANAGARI LETTER RA --> |
Tadashi G. Takaoka | 53eca32 | 2012-02-28 20:07:43 +0900 | [diff] [blame] | 63 | <Key |
Tadashi G. Takaoka | 9684b33 | 2014-02-06 15:11:05 +0900 | [diff] [blame] | 64 | latin:keySpec="ध" |
Tadashi G. Takaoka | 92ac2aa | 2014-07-07 16:33:06 +0900 | [diff] [blame] | 65 | latin:moreKeys="क्ष,श्र" /> |
Tadashi G. Takaoka | d5fcc79 | 2012-04-02 14:47:44 +0900 | [diff] [blame] | 66 | <!-- U+091D: "झ" DEVANAGARI LETTER JHA --> |
Tadashi G. Takaoka | 92ac2aa | 2014-07-07 16:33:06 +0900 | [diff] [blame] | 67 | <Key latin:keySpec="झ" /> |
Tadashi G. Takaoka | 53eca32 | 2012-02-28 20:07:43 +0900 | [diff] [blame] | 68 | <!-- U+0922: "ढ" DEVANAGARI LETTER DDHA --> |
Tadashi G. Takaoka | 92ac2aa | 2014-07-07 16:33:06 +0900 | [diff] [blame] | 69 | <Key latin:keySpec="ढ" /> |
Tadashi G. Takaoka | 53eca32 | 2012-02-28 20:07:43 +0900 | [diff] [blame] | 70 | </case> |
| 71 | <default> |
Tadashi G. Takaoka | 0b92850 | 2013-03-08 18:39:34 +0900 | [diff] [blame] | 72 | <!-- Because the font rendering system prior to API version 16 can't automatically |
Tadashi G. Takaoka | f1ec134 | 2013-08-29 10:50:05 +0900 | [diff] [blame] | 73 | render dotted circle for incomplete combining letter of some scripts, different |
| 74 | set of Key definitions are needed based on the API version. --> |
Tadashi G. Takaoka | 92ac2aa | 2014-07-07 16:33:06 +0900 | [diff] [blame] | 75 | <include latin:keyboardLayout="@xml/keystyle_devanagari_vowel_sign_au" /> |
Tadashi G. Takaoka | 303f440 | 2014-04-03 14:47:38 +0900 | [diff] [blame] | 76 | <!-- U+0967: "१" DEVANAGARI DIGIT ONE --> |
Tadashi G. Takaoka | f1ec134 | 2013-08-29 10:50:05 +0900 | [diff] [blame] | 77 | <Key |
| 78 | latin:keyStyle="baseKeyDevanagariVowelSignAu" |
| 79 | latin:keyHintLabel="1" |
| 80 | latin:additionalMoreKeys="१,1" /> |
| 81 | <!-- Because the font rendering system prior to API version 16 can't automatically |
| 82 | render dotted circle for incomplete combining letter of some scripts, different |
| 83 | set of Key definitions are needed based on the API version. --> |
Tadashi G. Takaoka | 92ac2aa | 2014-07-07 16:33:06 +0900 | [diff] [blame] | 84 | <include latin:keyboardLayout="@xml/keystyle_devanagari_vowel_sign_ai" /> |
Tadashi G. Takaoka | 303f440 | 2014-04-03 14:47:38 +0900 | [diff] [blame] | 85 | <!-- U+0968: "२" DEVANAGARI DIGIT TWO --> |
Tadashi G. Takaoka | f1ec134 | 2013-08-29 10:50:05 +0900 | [diff] [blame] | 86 | <Key |
| 87 | latin:keyStyle="baseKeyDevanagariVowelSignAi" |
| 88 | latin:keyHintLabel="2" |
| 89 | latin:additionalMoreKeys="२,2" /> |
| 90 | <!-- Because the font rendering system prior to API version 16 can't automatically |
| 91 | render dotted circle for incomplete combining letter of some scripts, different |
| 92 | set of Key definitions are needed based on the API version. --> |
Tadashi G. Takaoka | 92ac2aa | 2014-07-07 16:33:06 +0900 | [diff] [blame] | 93 | <include latin:keyboardLayout="@xml/keystyle_devanagari_vowel_sign_aa" /> |
Tadashi G. Takaoka | 303f440 | 2014-04-03 14:47:38 +0900 | [diff] [blame] | 94 | <!-- U+0969: "३" DEVANAGARI DIGIT THREE --> |
Tadashi G. Takaoka | f1ec134 | 2013-08-29 10:50:05 +0900 | [diff] [blame] | 95 | <Key |
| 96 | latin:keyStyle="baseKeyDevanagariVowelSignAa" |
| 97 | latin:keyHintLabel="3" |
| 98 | latin:additionalMoreKeys="३,3" /> |
| 99 | <!-- Because the font rendering system prior to API version 16 can't automatically |
| 100 | render dotted circle for incomplete combining letter of some scripts, different |
| 101 | set of Key definitions are needed based on the API version. --> |
Tadashi G. Takaoka | 92ac2aa | 2014-07-07 16:33:06 +0900 | [diff] [blame] | 102 | <include latin:keyboardLayout="@xml/keystyle_devanagari_vowel_sign_ii" /> |
Tadashi G. Takaoka | 303f440 | 2014-04-03 14:47:38 +0900 | [diff] [blame] | 103 | <!-- U+096A: "४" DEVANAGARI DIGIT FOUR --> |
Tadashi G. Takaoka | f1ec134 | 2013-08-29 10:50:05 +0900 | [diff] [blame] | 104 | <Key |
| 105 | latin:keyStyle="baseKeyDevanagariVowelSignIi" |
| 106 | latin:keyHintLabel="4" |
| 107 | latin:additionalMoreKeys="४,4" /> |
| 108 | <!-- Because the font rendering system prior to API version 16 can't automatically |
| 109 | render dotted circle for incomplete combining letter of some scripts, different |
| 110 | set of Key definitions are needed based on the API version. --> |
Tadashi G. Takaoka | 92ac2aa | 2014-07-07 16:33:06 +0900 | [diff] [blame] | 111 | <include latin:keyboardLayout="@xml/keystyle_devanagari_vowel_sign_uu" /> |
Tadashi G. Takaoka | 303f440 | 2014-04-03 14:47:38 +0900 | [diff] [blame] | 112 | <!-- U+096B: "५" DEVANAGARI DIGIT FIVE --> |
Tadashi G. Takaoka | f1ec134 | 2013-08-29 10:50:05 +0900 | [diff] [blame] | 113 | <Key |
| 114 | latin:keyStyle="baseKeyDevanagariVowelSignUu" |
| 115 | latin:keyHintLabel="5" |
| 116 | latin:additionalMoreKeys="५,5" /> |
Tadashi G. Takaoka | 53eca32 | 2012-02-28 20:07:43 +0900 | [diff] [blame] | 117 | <!-- U+092C: "ब" DEVANAGARI LETTER BA |
Tadashi G. Takaoka | d22bd20 | 2014-03-13 22:22:33 +0900 | [diff] [blame] | 118 | U+092C/U+0952: "ब॒" DEVANAGARI LETTER BA/DEVANAGARI STRESS SIGN ANUDATTA |
| 119 | U+096C: "६" DEVANAGARI DIGIT SIX --> |
Tadashi G. Takaoka | 53eca32 | 2012-02-28 20:07:43 +0900 | [diff] [blame] | 120 | <Key |
Tadashi G. Takaoka | 9684b33 | 2014-02-06 15:11:05 +0900 | [diff] [blame] | 121 | latin:keySpec="ब" |
Tadashi G. Takaoka | 53eca32 | 2012-02-28 20:07:43 +0900 | [diff] [blame] | 122 | latin:moreKeys="ब॒,%" |
| 123 | latin:keyHintLabel="6" |
Tadashi G. Takaoka | 92ac2aa | 2014-07-07 16:33:06 +0900 | [diff] [blame] | 124 | latin:additionalMoreKeys="६,6" /> |
Tadashi G. Takaoka | 53eca32 | 2012-02-28 20:07:43 +0900 | [diff] [blame] | 125 | <!-- U+0939: "ह" DEVANAGARI LETTER HA |
| 126 | U+096D: "७" DEVANAGARI DIGIT SEVEN --> |
| 127 | <Key |
Tadashi G. Takaoka | 9684b33 | 2014-02-06 15:11:05 +0900 | [diff] [blame] | 128 | latin:keySpec="ह" |
Tadashi G. Takaoka | 53eca32 | 2012-02-28 20:07:43 +0900 | [diff] [blame] | 129 | latin:keyHintLabel="7" |
Tadashi G. Takaoka | 92ac2aa | 2014-07-07 16:33:06 +0900 | [diff] [blame] | 130 | latin:additionalMoreKeys="७,7" /> |
Tadashi G. Takaoka | 53eca32 | 2012-02-28 20:07:43 +0900 | [diff] [blame] | 131 | <!-- U+0917: "ग" DEVANAGARI LETTER GA |
| 132 | U+091C/U+094D/U+091E: "ज्ञ" DEVANAGARI LETTER JA/DEVANAGARI SIGN VIRAMA/DEVANAGARI LETTER NYA |
| 133 | U+0917/U+093C: "ग़" DEVANAGARI LETTER GA/DEVANAGARI SIGN NUKTA |
| 134 | U+0917/U+0952: "ग॒" DEVANAGARI LETTER GA/DEVANAGARI STRESS SIGN ANUDATTA |
| 135 | U+096E: "८" DEVANAGARI DIGIT EIGHT --> |
| 136 | <Key |
Tadashi G. Takaoka | 9684b33 | 2014-02-06 15:11:05 +0900 | [diff] [blame] | 137 | latin:keySpec="ग" |
Tadashi G. Takaoka | 53eca32 | 2012-02-28 20:07:43 +0900 | [diff] [blame] | 138 | latin:moreKeys="ज्ञ,ग़,ग॒,%" |
| 139 | latin:keyHintLabel="8" |
Tadashi G. Takaoka | 92ac2aa | 2014-07-07 16:33:06 +0900 | [diff] [blame] | 140 | latin:additionalMoreKeys="८,8" /> |
Tadashi G. Takaoka | 53eca32 | 2012-02-28 20:07:43 +0900 | [diff] [blame] | 141 | <!-- U+0926: "द" DEVANAGARI LETTER DA |
| 142 | U+096F: "९" DEVANAGARI DIGIT NINE --> |
| 143 | <Key |
Tadashi G. Takaoka | 9684b33 | 2014-02-06 15:11:05 +0900 | [diff] [blame] | 144 | latin:keySpec="द" |
Tadashi G. Takaoka | 53eca32 | 2012-02-28 20:07:43 +0900 | [diff] [blame] | 145 | latin:keyHintLabel="9" |
Tadashi G. Takaoka | 92ac2aa | 2014-07-07 16:33:06 +0900 | [diff] [blame] | 146 | latin:additionalMoreKeys="९,9" /> |
Tadashi G. Takaoka | 53eca32 | 2012-02-28 20:07:43 +0900 | [diff] [blame] | 147 | <!-- U+091C: "ज" DEVANAGARI LETTER JA |
| 148 | U+091C/U+0952: "ज॒" DEVANAGARI LETTER JA/DEVANAGARI STRESS SIGN ANUDATTA |
| 149 | U+091C/U+094D/U+091E: "ज्ञ" DEVANAGARI LETTER JA/DEVANAGARI SIGN VIRAMA/DEVANAGARI LETTER NYA |
| 150 | U+091C/U+093C: "ज़" DEVANAGARI LETTER JA/DEVANAGARI SIGN NUKTA |
| 151 | U+0966: "०" DEVANAGARI DIGIT ZERO --> |
| 152 | <Key |
Tadashi G. Takaoka | 9684b33 | 2014-02-06 15:11:05 +0900 | [diff] [blame] | 153 | latin:keySpec="ज" |
Tadashi G. Takaoka | 53eca32 | 2012-02-28 20:07:43 +0900 | [diff] [blame] | 154 | latin:moreKeys="ज॒,ज्ञ,ज़,%" |
| 155 | latin:keyHintLabel="0" |
Tadashi G. Takaoka | 92ac2aa | 2014-07-07 16:33:06 +0900 | [diff] [blame] | 156 | latin:additionalMoreKeys="०,0" /> |
Tadashi G. Takaoka | 53eca32 | 2012-02-28 20:07:43 +0900 | [diff] [blame] | 157 | <!-- U+0921: "ड" DEVANAGARI LETTER DDA |
| 158 | U+0921/U+0952: "ड॒" DEVANAGARI LETTER DDA/DEVANAGARI STRESS SIGN ANUDATTA |
| 159 | U+0921/U+093C: "ड़" DEVANAGARI LETTER DDA/DEVANAGARI SIGN NUKTA --> |
| 160 | <Key |
Tadashi G. Takaoka | 9684b33 | 2014-02-06 15:11:05 +0900 | [diff] [blame] | 161 | latin:keySpec="ड" |
Tadashi G. Takaoka | 92ac2aa | 2014-07-07 16:33:06 +0900 | [diff] [blame] | 162 | latin:moreKeys="ड॒,ड़" /> |
| 163 | </default> |
Tadashi G. Takaoka | 53eca32 | 2012-02-28 20:07:43 +0900 | [diff] [blame] | 164 | </switch> |
| 165 | </merge> |