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+0911: "ऑ" DEVANAGARI LETTER CANDRA O --> |
Tadashi G. Takaoka | 92ac2aa | 2014-07-07 16:33:06 +0900 | [diff] [blame] | 25 | <Key latin:keySpec="ऑ" /> |
Tadashi G. Takaoka | 0b92850 | 2013-03-08 18:39:34 +0900 | [diff] [blame] | 26 | <!-- 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] | 27 | render dotted circle for incomplete combining letter of some scripts, different |
| 28 | set of Key definitions are needed based on the API version. --> |
Tadashi G. Takaoka | 92ac2aa | 2014-07-07 16:33:06 +0900 | [diff] [blame] | 29 | <include latin:keyboardLayout="@xml/keystyle_devanagari_sign_candrabindu" /> |
| 30 | <Key latin:keyStyle="baseKeyDevanagariSignCandrabindu" /> |
Tadashi G. Takaoka | 53eca32 | 2012-02-28 20:07:43 +0900 | [diff] [blame] | 31 | <!-- U+0923: "ण" DEVANAGARI LETTER NNA --> |
Tadashi G. Takaoka | 92ac2aa | 2014-07-07 16:33:06 +0900 | [diff] [blame] | 32 | <Key latin:keySpec="ण" /> |
Tadashi G. Takaoka | 53eca32 | 2012-02-28 20:07:43 +0900 | [diff] [blame] | 33 | <!-- U+0929: "ऩ" DEVANAGARI LETTER NNNA --> |
Tadashi G. Takaoka | 92ac2aa | 2014-07-07 16:33:06 +0900 | [diff] [blame] | 34 | <Key latin:keySpec="ऩ" /> |
Tadashi G. Takaoka | 53eca32 | 2012-02-28 20:07:43 +0900 | [diff] [blame] | 35 | <!-- U+0933: "ळ" DEVANAGARI LETTER LLA |
| 36 | U+0934: "ऴ" DEVANAGARI LETTER LLLA --> |
| 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+0936: "श" DEVANAGARI LETTER SHA --> |
Tadashi G. Takaoka | 92ac2aa | 2014-07-07 16:33:06 +0900 | [diff] [blame] | 41 | <Key latin:keySpec="श" /> |
Tadashi G. Takaoka | 53eca32 | 2012-02-28 20:07:43 +0900 | [diff] [blame] | 42 | <!-- U+0937: "ष" DEVANAGARI LETTER SSA --> |
Tadashi G. Takaoka | 92ac2aa | 2014-07-07 16:33:06 +0900 | [diff] [blame] | 43 | <Key latin:keySpec="ष" /> |
Tadashi G. Takaoka | 0b92850 | 2013-03-08 18:39:34 +0900 | [diff] [blame] | 44 | <!-- 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] | 45 | render dotted circle for incomplete combining letter of some scripts, different |
| 46 | set of Key definitions are needed based on the API version. --> |
Tadashi G. Takaoka | 92ac2aa | 2014-07-07 16:33:06 +0900 | [diff] [blame] | 47 | <include latin:keyboardLayout="@xml/keystyle_devanagari_vowel_sign_vocalic_r" /> |
| 48 | <Key latin:keyStyle="baseKeyDevanagariVowelSignVocalicR" /> |
Tadashi G. Takaoka | 53eca32 | 2012-02-28 20:07:43 +0900 | [diff] [blame] | 49 | <!-- U+091E: "ञ" DEVANAGARI LETTER NYA --> |
Tadashi G. Takaoka | 92ac2aa | 2014-07-07 16:33:06 +0900 | [diff] [blame] | 50 | <Key latin:keySpec="ञ" /> |
Tadashi G. Takaoka | 53eca32 | 2012-02-28 20:07:43 +0900 | [diff] [blame] | 51 | </case> |
| 52 | <default> |
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_vowel_sign_candra_o" /> |
| 57 | <Key latin:keyStyle="baseKeyDevanagariVowelSignCandraO" /> |
Tadashi G. Takaoka | 303f440 | 2014-04-03 14:47:38 +0900 | [diff] [blame] | 58 | <!-- Because the font rendering system prior to API version 16 can't automatically |
| 59 | render dotted circle for incomplete combining letter of some scripts, different |
| 60 | set of Key definitions are needed based on the API version. --> |
Tadashi G. Takaoka | 92ac2aa | 2014-07-07 16:33:06 +0900 | [diff] [blame] | 61 | <include latin:keyboardLayout="@xml/keystyle_devanagari_sign_anusvara" /> |
| 62 | <Key latin:keyStyle="baseKeyDevanagariSignAnusvara" /> |
Tadashi G. Takaoka | 53eca32 | 2012-02-28 20:07:43 +0900 | [diff] [blame] | 63 | <!-- U+092E: "म" DEVANAGARI LETTER MA |
| 64 | U+0950: "ॐ" DEVANAGARI OM --> |
| 65 | <Key |
Tadashi G. Takaoka | 9684b33 | 2014-02-06 15:11:05 +0900 | [diff] [blame] | 66 | latin:keySpec="म" |
Tadashi G. Takaoka | 92ac2aa | 2014-07-07 16:33:06 +0900 | [diff] [blame] | 67 | latin:moreKeys="ॐ" /> |
Tadashi G. Takaoka | 53eca32 | 2012-02-28 20:07:43 +0900 | [diff] [blame] | 68 | <!-- U+0928: "न" DEVANAGARI LETTER NA |
| 69 | U+091E: "ञ" DEVANAGARI LETTER NYA |
| 70 | U+0919: "ङ" DEVANAGARI LETTER NGA |
| 71 | U+0928/U+093C: "ऩ" DEVANAGARI LETTER NA/DEVANAGARI SIGN NUKTA --> |
| 72 | <Key |
Tadashi G. Takaoka | 9684b33 | 2014-02-06 15:11:05 +0900 | [diff] [blame] | 73 | latin:keySpec="न" |
Tadashi G. Takaoka | 92ac2aa | 2014-07-07 16:33:06 +0900 | [diff] [blame] | 74 | latin:moreKeys="ञ,ङ,ऩ" /> |
Tadashi G. Takaoka | 53eca32 | 2012-02-28 20:07:43 +0900 | [diff] [blame] | 75 | <!-- U+0935: "व" DEVANAGARI LETTER VA --> |
Tadashi G. Takaoka | 92ac2aa | 2014-07-07 16:33:06 +0900 | [diff] [blame] | 76 | <Key latin:keySpec="व" /> |
Tadashi G. Takaoka | 53eca32 | 2012-02-28 20:07:43 +0900 | [diff] [blame] | 77 | <!-- U+0932: "ल" DEVANAGARI LETTER LA |
| 78 | U+090C: "ऌ" DEVANAGARI LETTER VOCALIC L |
| 79 | U+0961: "ॡ" DEVANAGARI LETTER VOCALIC LL --> |
| 80 | <Key |
Tadashi G. Takaoka | 9684b33 | 2014-02-06 15:11:05 +0900 | [diff] [blame] | 81 | latin:keySpec="ल" |
Tadashi G. Takaoka | 92ac2aa | 2014-07-07 16:33:06 +0900 | [diff] [blame] | 82 | latin:moreKeys="ऌ,ॡ" /> |
Tadashi G. Takaoka | 53eca32 | 2012-02-28 20:07:43 +0900 | [diff] [blame] | 83 | <!-- U+0938: "स" DEVANAGARI LETTER SA --> |
Tadashi G. Takaoka | 92ac2aa | 2014-07-07 16:33:06 +0900 | [diff] [blame] | 84 | <Key latin:keySpec="स" /> |
Tadashi G. Takaoka | 53eca32 | 2012-02-28 20:07:43 +0900 | [diff] [blame] | 85 | <!-- U+092F: "य" DEVANAGARI LETTER YA |
| 86 | U+095F: "य़" DEVANAGARI LETTER YYA --> |
| 87 | <Key |
Tadashi G. Takaoka | 9684b33 | 2014-02-06 15:11:05 +0900 | [diff] [blame] | 88 | latin:keySpec="य" |
Tadashi G. Takaoka | 92ac2aa | 2014-07-07 16:33:06 +0900 | [diff] [blame] | 89 | latin:moreKeys="य़" /> |
Tadashi G. Takaoka | 0b92850 | 2013-03-08 18:39:34 +0900 | [diff] [blame] | 90 | <!-- 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] | 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_sign_nukta" /> |
| 94 | <Key latin:keyStyle="baseKeyDevanagariSignNukta" /> |
Tadashi G. Takaoka | 303f440 | 2014-04-03 14:47:38 +0900 | [diff] [blame] | 95 | </default> |
Tadashi G. Takaoka | 53eca32 | 2012-02-28 20:07:43 +0900 | [diff] [blame] | 96 | </switch> |
| 97 | </merge> |