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+0C46: "ె" TELUGU VOWEL SIGN E
23         U+0C12: "ఒ" TELUGU LETTER O -->
24    <Key
25        latin:keySpec="&#x0C46;"
26        latin:moreKeys="&#x0C12;" />
27    <!-- U+0C02: "ం" TELUGU SIGN ANUSVARA
28         U+0C0E: "ఎ" TELUGU LETTER E -->
29    <Key
30        latin:keySpec="&#x0C02;"
31        latin:moreKeys="&#x0C0E;" />
32    <!-- U+0C2E: "మ" TELUGU LETTER MA -->
33    <Key latin:keySpec="&#x0C2E;" />
34    <!-- U+0C28: "న" TELUGU LETTER NA
35         U+0C23: "ణ" TELUGU LETTER NNA
36         U+0C19: "ఙ" TELUGU LETTER NGA -->
37    <Key
38        latin:keySpec="&#x0C28;"
39        latin:moreKeys="&#x0C23;,&#x0C19;" />
40    <!-- U+0C35: "వ" TELUGU LETTER VA -->
41    <Key latin:keySpec="&#x0C35;" />
42    <!-- U+0C32: "ల" TELUGU LETTER LA
43         U+0C33: "ళ" TELUGU LETTER LLA -->
44    <Key
45        latin:keySpec="&#x0C32;"
46        latin:moreKeys="&#x0C33;" />
47    <!-- U+0C38: "స" TELUGU LETTER SA
48         U+0C36: "శ" TELUGU LETTER SHA -->
49    <Key
50        latin:keySpec="&#x0C38;"
51        latin:moreKeys="&#x0C36;" />
52    <!-- U+0C0B: "ఋ" TELUGU LETTER VOCALIC R
53         U+0C4D/U+0C30: "్ర" TELUGU SIGN VIRAMA/TELUGU LETTER RA -->
54    <Key
55        latin:keySpec="&#x0C0B;"
56        latin:moreKeys="&#x0C4D;&#x0C30;" />
57    <!-- U+0C37: "ష" TELUGU LETTER SSA
58         U+0C15/U+0C4D/U+0C37: "క్ష" TELUGU LETTER KA/TELUGU SIGN VIRAMA/TELUGU LETTER SSA -->
59    <Key
60        latin:keySpec="&#x0C37;"
61        latin:moreKeys="&#x0C15;&#x0C4D;&#x0C37;" />
62    <!-- U+0C2F: "య" TELUGU LETTER YA
63         U+0C1C/U+0C4D/U+0C1E: "జ్ఞ" TELUGU LETTER JA/TELUGU SIGN VIRAMA/TELUGU LETTER NYA -->
64    <Key
65        latin:keySpec="&#x0C2F;"
66        latin:moreKeys="&#x0C1C;&#x0C4D;&#x0C1E;" />
67</merge>
68