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+0C4B: "" TELUGU VOWEL SIGN OO 23 U+0C13: "" TELUGU LETTER OO --> 24 <Key 25 latin:keySpec="ో" 26 latin:moreKeys="ఓ" /> 27 <!-- U+0C47: "" TELUGU VOWEL SIGN EE 28 U+0C0F: "" TELUGU LETTER EE --> 29 <Key 30 latin:keySpec="ే" 31 latin:moreKeys="ఏ" /> 32 <!-- U+0C4D: "" TELUGU SIGN VIRAMA 33 U+0C05: "" TELUGU LETTER A --> 34 <Key 35 latin:keySpec="్" 36 latin:moreKeys="అ" /> 37 <!-- U+0C3F: "" TELUGU VOWEL SIGN I 38 U+0C07: "" TELUGU LETTER I --> 39 <Key 40 latin:keySpec="ి" 41 latin:moreKeys="ఇ" /> 42 <!-- U+0C41: "" TELUGU VOWEL SIGN U 43 U+0C09: "" TELUGU LETTER U --> 44 <Key 45 latin:keySpec="ు" 46 latin:moreKeys="ఉ" /> 47 <!-- U+0C2A: "" TELUGU LETTER PA 48 U+0C2B: "" TELUGU LETTER PHA --> 49 <Key 50 latin:keySpec="ప" 51 latin:moreKeys="ఫ" /> 52 <!-- U+0C30: "" TELUGU LETTER RA 53 U+0C31: "" TELUGU LETTER RRA 54 U+0C43: "" TELUGU VOWEL SIGN VOCALIC R --> 55 <Key 56 latin:keySpec="ర" 57 latin:moreKeys="ఱ,ృ" /> 58 <!-- U+0C15: "" TELUGU LETTER KA 59 U+0C16: "" TELUGU LETTER KHA --> 60 <Key 61 latin:keySpec="క" 62 latin:moreKeys="ఖ" /> 63 <!-- U+0C24: "" TELUGU LETTER TA 64 U+0C25: "" TELUGU LETTER THA --> 65 <Key 66 latin:keySpec="త" 67 latin:moreKeys="థ" /> 68 <!-- U+0C1A: "" TELUGU LETTER CA 69 U+0C1B: "" TELUGU LETTER CHA --> 70 <Key 71 latin:keySpec="చ" 72 latin:moreKeys="ఛ" /> 73 <!-- U+0C1F: "" TELUGU LETTER TTA 74 U+0C20: "" TELUGU LETTER TTHA --> 75 <Key 76 latin:keySpec="ట" 77 latin:moreKeys="ఠ" /> 78 </merge> 79