Home | History | Annotate | Download | only in xml
      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     <Key latin:keySpec="&#x0CAE;" />
     34     <!-- U+0CA8: "" KANNADA LETTER NA
     35          U+0CA3: "" KANNADA LETTER NNA -->
     36     <Key latin:keySpec="&#x0CA8;"
     37         latin:moreKeys="&#x0CA3;" />
     38     <!-- 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>
     66