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+0C4D/U+0C30: "్ర" TELUGU SIGN VIRAMA/TELUGU LETTER RA --> 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