blob: 03fa0555196ffa1083d78481e472e5730c276405 [file] [log] [blame]
Tadashi G. Takaoka03aa0842014-07-09 01:00:56 +09001<?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;" />
Tadashi G. Takaoka28639972014-08-11 15:10:47 +090032 <!-- U+0CAE: "ಮ" KANNADA LETTER MA -->
33 <Key latin:keySpec="&#x0CAE;" />
34 <!-- U+0CA8: "ನ" KANNADA LETTER NA
Tadashi G. Takaoka03aa0842014-07-09 01:00:56 +090035 U+0CA3: "ಣ" KANNADA LETTER NNA -->
Tadashi G. Takaoka28639972014-08-11 15:10:47 +090036 <Key latin:keySpec="&#x0CA8;"
Tadashi G. Takaoka03aa0842014-07-09 01:00:56 +090037 latin:moreKeys="&#x0CA3;" />
Tadashi G. Takaoka03aa0842014-07-09 01:00:56 +090038 <!-- U+0CB5: "ವ" KANNADA LETTER VA -->
39 <Key latin:keySpec="&#x0CB5;" />
40 <!-- U+0CB2: "ಲ" KANNADA LETTER LA
41 U+0CB3: "ಳ" KANNADA LETTER LLA -->
42 <Key
43 latin:keySpec="&#x0CB2;"
44 latin:moreKeys="&#x0CB3;" />
45 <!-- U+0CB8: "ಸ" KANNADA LETTER SA
46 U+0CB6: "ಶ" KANNADA LETTER SHA -->
47 <Key
48 latin:keySpec="&#x0CB8;"
49 latin:moreKeys="&#x0CB6;" />
50 <!-- U+0C8B: "ಋ" KANNADA LETTER VOCALIC R
51 U+0CCD/U+0CB0: "್ರ" KANNADA SIGN VIRAMA/KANNADA LETTER RA -->
52 <Key
53 latin:keySpec="&#x0C8B;"
54 latin:moreKeys="&#x0CCD;&#x0CB0;" />
55 <!-- U+0CB7: "ಷ" KANNADA LETTER SSA
56 U+0C95/U+0CCD/U+0CB7: "ಕ್ಷ" KANNADA LETTER RA/KANNADA SIGN VIRAMA/KANNADA LETTER SSA -->
57 <Key
58 latin:keySpec="&#x0CB7;"
59 latin:moreKeys="&#x0C95;&#x0CCD;&#x0CB7;" />
60 <!-- U+0CAF: "ಯ" KANNADA LETTER YA
61 U+0C9C/U+0CCD/U+0C9E: "ಜ್ಞ" KANNADA LETTER JA/KANNADA SIGN VIRAMA/KANNADA LETTER NYA -->
62 <Key
63 latin:keySpec="&#x0CAF;"
64 latin:moreKeys="&#x0C9C;&#x0CCD;&#x0C9E;" />
65</merge>