Tadashi G. Takaoka | 03aa084 | 2014-07-09 01:00:56 +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 xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"> |
| 22 | <!-- U+0CCB: "ೋ" KANNADA VOWEL SIGN OO |
| 23 | U+0C93: "ಓ" KANNADA LETTER OO --> |
| 24 | <Key |
| 25 | latin:keySpec="ೋ" |
| 26 | latin:moreKeys="ಓ" /> |
| 27 | <!-- U+0CC7: "ೇ" KANNADA VOWEL SIGN EE |
| 28 | U+0C8F: "ಏ" KANNADA LETTER EE --> |
| 29 | <Key |
| 30 | latin:keySpec="ೇ" |
| 31 | latin:moreKeys="ಏ" /> |
| 32 | <!-- U+0CCD: "್" KANNADA SIGN VIRAMA |
| 33 | U+0C85: "ಅ" KANNADA LETTER A --> |
| 34 | <Key |
| 35 | latin:keySpec="್" |
| 36 | latin:moreKeys="ಅ" /> |
| 37 | <!-- U+0CBF: "ಿ" KANNADA VOWEL SIGN I |
| 38 | U+0C87: "ಇ" KANNADA LETTER I --> |
| 39 | <Key |
| 40 | latin:keySpec="ಿ" |
| 41 | latin:moreKeys="ಇ" /> |
| 42 | <!-- U+0CC1: "ು" KANNADA VOWEL SIGN U |
| 43 | U+0C89: "ಉ" KANNADA LETTER U --> |
| 44 | <Key |
| 45 | latin:keySpec="ು" |
| 46 | latin:moreKeys="ಉ" /> |
| 47 | <!-- U+0CAA: "ಪ" KANNADA LETTER PA |
| 48 | U+0CAB: "ಫ" KANNADA LETTER PHA --> |
| 49 | <Key |
| 50 | latin:keySpec="ಪ" |
| 51 | latin:moreKeys="ಫ" /> |
| 52 | <!-- U+0CB0: "ರ" KANNADA LETTER RA |
| 53 | U+0CB1: "ಱ" KANNADA LETTER RRA |
| 54 | U+0CC3: "ೃ" KANNADA VOWEL SIGN VOCALIC R --> |
| 55 | <Key |
| 56 | latin:keySpec="ರ" |
| 57 | latin:moreKeys="ಱ,ೃ" /> |
| 58 | <!-- U+0C95: "ಕ" KANNADA LETTER KA |
| 59 | U+0C96: "ಖ" KANNADA LETTER KHA --> |
| 60 | <Key |
| 61 | latin:keySpec="ಕ" |
| 62 | latin:moreKeys="ಖ" /> |
| 63 | <!-- U+0CA4: "ತ" KANNADA LETTER TA |
| 64 | U+0CA5: "ಥ" KANNADA LETTER THA --> |
| 65 | <Key |
| 66 | latin:keySpec="ತ" |
| 67 | latin:moreKeys="ಥ" /> |
| 68 | <!-- U+0C9A: "ಚ" KANNADA LETTER CA |
| 69 | U+0C9B: "ಛ" KANNADA LETTER CHA --> |
| 70 | <Key |
| 71 | latin:keySpec="ಚ" |
| 72 | latin:moreKeys="ಛ" /> |
| 73 | <!-- U+0C9F: "ಟ" KANNADA LETTER TTA |
| 74 | U+0CA0: "ಠ" KANNADA LETTER TTHA --> |
| 75 | <Key |
| 76 | latin:keySpec="ಟ" |
| 77 | latin:moreKeys="ಠ" /> |
| 78 | </merge> |