rowkeys_kannada3.xml revision 03aa084ccd9d7c542711051ec1c50e0de43f1d8d
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+0CC6: "ೆ" KANNADA VOWEL SIGN E
23         U+0C92: "ಒ" KANNADA LETTER O -->
24    <Key
25        latin:keySpec="&#x0CC6;"
26        latin:moreKeys="&#x0C92;" />
27    <!-- U+0C82: "ಂ" KANNADA SIGN ANUSVARA
28         U+0C8E: "ಎ" KANNADA LETTER E -->
29    <Key
30        latin:keySpec="&#x0C82;"
31        latin:moreKeys="&#x0C8E;" />
32    <!-- U+0CAE: "ಮ" KANNADA LETTER MA
33         U+0CA3: "ಣ" KANNADA LETTER NNA -->
34    <Key
35        latin:keySpec="&#x0CAE;"
36        latin:moreKeys="&#x0CA3;" />
37    <!-- U+0CA8: "ನ" KANNADA LETTER NA -->
38    <Key latin:keySpec="&#x0CA8;" />
39    <!-- U+0CB5: "ವ" KANNADA LETTER VA -->
40    <Key latin:keySpec="&#x0CB5;" />
41    <!-- U+0CB2: "ಲ" KANNADA LETTER LA
42         U+0CB3: "ಳ" KANNADA LETTER LLA -->
43    <Key
44        latin:keySpec="&#x0CB2;"
45        latin:moreKeys="&#x0CB3;" />
46    <!-- U+0CB8: "ಸ" KANNADA LETTER SA
47         U+0CB6: "ಶ" KANNADA LETTER SHA -->
48    <Key
49        latin:keySpec="&#x0CB8;"
50        latin:moreKeys="&#x0CB6;" />
51    <!-- U+0C8B: "ಋ" KANNADA LETTER VOCALIC R
52         U+0CCD/U+0CB0: "್ರ" KANNADA SIGN VIRAMA/KANNADA LETTER RA -->
53    <Key
54        latin:keySpec="&#x0C8B;"
55        latin:moreKeys="&#x0CCD;&#x0CB0;" />
56    <!-- U+0CB7: "ಷ" KANNADA LETTER SSA
57         U+0C95/U+0CCD/U+0CB7: "ಕ್ಷ" KANNADA LETTER RA/KANNADA SIGN VIRAMA/KANNADA LETTER SSA -->
58    <Key
59        latin:keySpec="&#x0CB7;"
60        latin:moreKeys="&#x0C95;&#x0CCD;&#x0CB7;" />
61    <!-- U+0CAF: "ಯ" KANNADA LETTER YA
62         U+0C9C/U+0CCD/U+0C9E: "ಜ್ಞ" KANNADA LETTER JA/KANNADA SIGN VIRAMA/KANNADA LETTER NYA -->
63    <Key
64        latin:keySpec="&#x0CAF;"
65        latin:moreKeys="&#x0C9C;&#x0CCD;&#x0C9E;" />
66</merge>
67