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