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+0CCB: "" KANNADA VOWEL SIGN OO
     23          U+0C93: "" KANNADA LETTER OO -->
     24     <Key
     25         latin:keySpec="&#x0CCB;"
     26         latin:moreKeys="&#x0C93;" />
     27     <!-- U+0CC7: "" KANNADA VOWEL SIGN EE
     28          U+0C8F: "" KANNADA LETTER EE -->
     29     <Key
     30         latin:keySpec="&#x0CC7;"
     31         latin:moreKeys="&#x0C8F;" />
     32     <!-- U+0CCD: "" KANNADA SIGN VIRAMA
     33          U+0C85: "" KANNADA LETTER A -->
     34     <Key
     35         latin:keySpec="&#x0CCD;"
     36         latin:moreKeys="&#x0C85;" />
     37     <!-- U+0CBF: "" KANNADA VOWEL SIGN I
     38          U+0C87: "" KANNADA LETTER I -->
     39     <Key
     40         latin:keySpec="&#x0CBF;"
     41         latin:moreKeys="&#x0C87;" />
     42     <!-- U+0CC1: "" KANNADA VOWEL SIGN U
     43          U+0C89: "" KANNADA LETTER U -->
     44     <Key
     45         latin:keySpec="&#x0CC1;"
     46         latin:moreKeys="&#x0C89;" />
     47     <!-- U+0CAA: "" KANNADA LETTER PA
     48          U+0CAB: "" KANNADA LETTER PHA -->
     49     <Key
     50         latin:keySpec="&#x0CAA;"
     51         latin:moreKeys="&#x0CAB;" />
     52     <!-- U+0CB0: "" KANNADA LETTER RA
     53          U+0CB1: "" KANNADA LETTER RRA
     54          U+0CC3: "" KANNADA VOWEL SIGN VOCALIC R -->
     55     <Key
     56         latin:keySpec="&#x0CB0;"
     57         latin:moreKeys="&#x0CB1;,&#x0CC3;" />
     58     <!-- U+0C95: "" KANNADA LETTER KA
     59          U+0C96: "" KANNADA LETTER KHA -->
     60     <Key
     61         latin:keySpec="&#x0C95;"
     62         latin:moreKeys="&#x0C96;" />
     63     <!-- U+0CA4: "" KANNADA LETTER TA
     64          U+0CA5: "" KANNADA LETTER THA -->
     65     <Key
     66         latin:keySpec="&#x0CA4;"
     67         latin:moreKeys="&#x0CA5;" />
     68     <!-- U+0C9A: "" KANNADA LETTER CA
     69          U+0C9B: "" KANNADA LETTER CHA -->
     70     <Key
     71         latin:keySpec="&#x0C9A;"
     72         latin:moreKeys="&#x0C9B;" />
     73     <!-- U+0C9F: "" KANNADA LETTER TTA
     74          U+0CA0: "" KANNADA LETTER TTHA -->
     75     <Key
     76         latin:keySpec="&#x0C9F;"
     77         latin:moreKeys="&#x0CA0;" />
     78 </merge>
     79