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 | |
| 21 | <merge |
| 22 | xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" |
| 23 | > |
| 24 | <switch> |
| 25 | <case |
Tadashi G. Takaoka | 11d9ee7 | 2012-04-04 14:30:42 +0900 | [diff] [blame] | 26 | latin:keyboardLayoutSetElement="alphabetManualShifted|alphabetShiftLocked|alphabetShiftLockShifted" |
Tadashi G. Takaoka | 53eca32 | 2012-02-28 20:07:43 +0900 | [diff] [blame] | 27 | > |
| 28 | <!-- U+0911: "ऑ" DEVANAGARI LETTER CANDRA O --> |
| 29 | <Key |
Tadashi G. Takaoka | cce6f9e | 2012-09-20 11:54:25 +0900 | [diff] [blame] | 30 | latin:keyLabel="ऑ" |
| 31 | latin:keyLabelFlags="fontNormal" /> |
Tadashi G. Takaoka | 0b92850 | 2013-03-08 18:39:34 +0900 | [diff] [blame^] | 32 | <!-- Because the font rendering system prior to API version 16 can't automatically |
| 33 | render dotted circle for incomplete combining letter of Hindi, different set of |
| 34 | Key definitions are needed based on the API version. --> |
| 35 | <include |
| 36 | latin:keyboardLayout="@xml/key_hindi3_shift_left" /> |
Tadashi G. Takaoka | 53eca32 | 2012-02-28 20:07:43 +0900 | [diff] [blame] | 37 | <!-- U+0923: "ण" DEVANAGARI LETTER NNA --> |
| 38 | <Key |
Tadashi G. Takaoka | cce6f9e | 2012-09-20 11:54:25 +0900 | [diff] [blame] | 39 | latin:keyLabel="ण" |
| 40 | latin:keyLabelFlags="fontNormal" /> |
Tadashi G. Takaoka | 53eca32 | 2012-02-28 20:07:43 +0900 | [diff] [blame] | 41 | <!-- U+0929: "ऩ" DEVANAGARI LETTER NNNA --> |
| 42 | <Key |
| 43 | latin:keyLabel="ऩ" /> |
| 44 | <!-- U+0933: "ळ" DEVANAGARI LETTER LLA |
| 45 | U+0934: "ऴ" DEVANAGARI LETTER LLLA --> |
| 46 | <Key |
| 47 | latin:keyLabel="ळ" |
Tadashi G. Takaoka | cce6f9e | 2012-09-20 11:54:25 +0900 | [diff] [blame] | 48 | latin:moreKeys="ऴ" |
| 49 | latin:keyLabelFlags="fontNormal" /> |
Tadashi G. Takaoka | 53eca32 | 2012-02-28 20:07:43 +0900 | [diff] [blame] | 50 | <!-- U+0936: "श" DEVANAGARI LETTER SHA --> |
| 51 | <Key |
Tadashi G. Takaoka | cce6f9e | 2012-09-20 11:54:25 +0900 | [diff] [blame] | 52 | latin:keyLabel="श" |
| 53 | latin:keyLabelFlags="fontNormal" /> |
Tadashi G. Takaoka | 53eca32 | 2012-02-28 20:07:43 +0900 | [diff] [blame] | 54 | <!-- U+0937: "ष" DEVANAGARI LETTER SSA --> |
| 55 | <Key |
Tadashi G. Takaoka | cce6f9e | 2012-09-20 11:54:25 +0900 | [diff] [blame] | 56 | latin:keyLabel="ष" |
| 57 | latin:keyLabelFlags="fontNormal" /> |
Tadashi G. Takaoka | 0b92850 | 2013-03-08 18:39:34 +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 Hindi, different set of |
| 60 | Key definitions are needed based on the API version. --> |
| 61 | <include |
| 62 | latin:keyboardLayout="@xml/key_hindi3_shift_right" /> |
Tadashi G. Takaoka | 53eca32 | 2012-02-28 20:07:43 +0900 | [diff] [blame] | 63 | <!-- U+091E: "ञ" DEVANAGARI LETTER NYA --> |
| 64 | <Key |
Tadashi G. Takaoka | cce6f9e | 2012-09-20 11:54:25 +0900 | [diff] [blame] | 65 | latin:keyLabel="ञ" |
| 66 | latin:keyLabelFlags="fontNormal" /> |
Tadashi G. Takaoka | 53eca32 | 2012-02-28 20:07:43 +0900 | [diff] [blame] | 67 | </case> |
| 68 | <default> |
Tadashi G. Takaoka | 0b92850 | 2013-03-08 18:39:34 +0900 | [diff] [blame^] | 69 | <!-- Because the font rendering system prior to API version 16 can't automatically |
| 70 | render dotted circle for incomplete combining letter of Hindi, different set of |
| 71 | Key definitions are needed based on the API version. --> |
| 72 | <include |
| 73 | latin:keyboardLayout="@xml/keys_hindi3_left2" /> |
Tadashi G. Takaoka | 53eca32 | 2012-02-28 20:07:43 +0900 | [diff] [blame] | 74 | <!-- U+092E: "म" DEVANAGARI LETTER MA |
| 75 | U+0950: "ॐ" DEVANAGARI OM --> |
| 76 | <Key |
| 77 | latin:keyLabel="म" |
Tadashi G. Takaoka | cce6f9e | 2012-09-20 11:54:25 +0900 | [diff] [blame] | 78 | latin:moreKeys="ॐ" |
| 79 | latin:keyLabelFlags="fontNormal" /> |
Tadashi G. Takaoka | 53eca32 | 2012-02-28 20:07:43 +0900 | [diff] [blame] | 80 | <!-- U+0928: "न" DEVANAGARI LETTER NA |
| 81 | U+091E: "ञ" DEVANAGARI LETTER NYA |
| 82 | U+0919: "ङ" DEVANAGARI LETTER NGA |
| 83 | U+0928/U+093C: "ऩ" DEVANAGARI LETTER NA/DEVANAGARI SIGN NUKTA --> |
| 84 | <Key |
| 85 | latin:keyLabel="न" |
Tadashi G. Takaoka | cce6f9e | 2012-09-20 11:54:25 +0900 | [diff] [blame] | 86 | latin:moreKeys="ञ,ङ,ऩ" |
| 87 | latin:keyLabelFlags="fontNormal" /> |
Tadashi G. Takaoka | 53eca32 | 2012-02-28 20:07:43 +0900 | [diff] [blame] | 88 | <!-- U+0935: "व" DEVANAGARI LETTER VA --> |
| 89 | <Key |
Tadashi G. Takaoka | cce6f9e | 2012-09-20 11:54:25 +0900 | [diff] [blame] | 90 | latin:keyLabel="व" |
| 91 | latin:keyLabelFlags="fontNormal" /> |
Tadashi G. Takaoka | 53eca32 | 2012-02-28 20:07:43 +0900 | [diff] [blame] | 92 | <!-- U+0932: "ल" DEVANAGARI LETTER LA |
| 93 | U+090C: "ऌ" DEVANAGARI LETTER VOCALIC L |
| 94 | U+0961: "ॡ" DEVANAGARI LETTER VOCALIC LL --> |
| 95 | <Key |
| 96 | latin:keyLabel="ल" |
Tadashi G. Takaoka | cce6f9e | 2012-09-20 11:54:25 +0900 | [diff] [blame] | 97 | latin:moreKeys="ऌ,ॡ" |
| 98 | latin:keyLabelFlags="fontNormal" /> |
Tadashi G. Takaoka | 53eca32 | 2012-02-28 20:07:43 +0900 | [diff] [blame] | 99 | <!-- U+0938: "स" DEVANAGARI LETTER SA --> |
| 100 | <Key |
Tadashi G. Takaoka | cce6f9e | 2012-09-20 11:54:25 +0900 | [diff] [blame] | 101 | latin:keyLabel="स" |
| 102 | latin:keyLabelFlags="fontNormal" /> |
Tadashi G. Takaoka | 53eca32 | 2012-02-28 20:07:43 +0900 | [diff] [blame] | 103 | <!-- U+092F: "य" DEVANAGARI LETTER YA |
| 104 | U+095F: "य़" DEVANAGARI LETTER YYA --> |
| 105 | <Key |
| 106 | latin:keyLabel="य" |
Tadashi G. Takaoka | cce6f9e | 2012-09-20 11:54:25 +0900 | [diff] [blame] | 107 | latin:moreKeys="य़" |
| 108 | latin:keyLabelFlags="fontNormal" /> |
Tadashi G. Takaoka | 0b92850 | 2013-03-08 18:39:34 +0900 | [diff] [blame^] | 109 | <!-- Because the font rendering system prior to API version 16 can't automatically |
| 110 | render dotted circle for incomplete combining letter of Hindi, different set of |
| 111 | Key definitions are needed based on the API version. --> |
| 112 | <include |
| 113 | latin:keyboardLayout="@xml/key_hindi3_right" /> |
Tadashi G. Takaoka | 53eca32 | 2012-02-28 20:07:43 +0900 | [diff] [blame] | 114 | </default> |
| 115 | </switch> |
| 116 | </merge> |