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+0C4B: "" TELUGU VOWEL SIGN OO
     23          U+0C13: "" TELUGU LETTER OO -->
     24     <Key
     25         latin:keySpec="&#x0C4B;"
     26         latin:moreKeys="&#x0C13;" />
     27     <!-- U+0C47: "" TELUGU VOWEL SIGN EE
     28          U+0C0F: "" TELUGU LETTER EE -->
     29     <Key
     30         latin:keySpec="&#x0C47;"
     31         latin:moreKeys="&#x0C0F;" />
     32     <!-- U+0C4D: "" TELUGU SIGN VIRAMA
     33          U+0C05: "" TELUGU LETTER A -->
     34     <Key
     35         latin:keySpec="&#x0C4D;"
     36         latin:moreKeys="&#x0C05;" />
     37     <!-- U+0C3F: "" TELUGU VOWEL SIGN I
     38          U+0C07: "" TELUGU LETTER I -->
     39     <Key
     40         latin:keySpec="&#x0C3F;"
     41         latin:moreKeys="&#x0C07;" />
     42     <!-- U+0C41: "" TELUGU VOWEL SIGN U
     43          U+0C09: "" TELUGU LETTER U -->
     44     <Key
     45         latin:keySpec="&#x0C41;"
     46         latin:moreKeys="&#x0C09;" />
     47     <!-- U+0C2A: "" TELUGU LETTER PA
     48          U+0C2B: "" TELUGU LETTER PHA -->
     49     <Key
     50         latin:keySpec="&#x0C2A;"
     51         latin:moreKeys="&#x0C2B;" />
     52     <!-- U+0C30: "" TELUGU LETTER RA
     53          U+0C31: "" TELUGU LETTER RRA
     54          U+0C4D/U+0C30: "" TELUGU SIGN VIRAMA/TELUGU LETTER RA -->
     55     <Key
     56         latin:keySpec="&#x0C30;"
     57         latin:moreKeys="&#x0C31;,&#x0C4D;&#x0C30;" />
     58     <!-- U+0C15: "" TELUGU LETTER KA
     59          U+0C16: "" TELUGU LETTER KHA -->
     60     <Key
     61         latin:keySpec="&#x0C15;"
     62         latin:moreKeys="&#x0C16;" />
     63     <!-- U+0C24: "" TELUGU LETTER TA
     64          U+0C25: "" TELUGU LETTER THA -->
     65     <Key
     66         latin:keySpec="&#x0C24;"
     67         latin:moreKeys="&#x0C25;" />
     68     <!-- U+0C1A: "" TELUGU LETTER CA
     69          U+0C1B: "" TELUGU LETTER CHA -->
     70     <Key
     71         latin:keySpec="&#x0C1A;"
     72         latin:moreKeys="&#x0C1B;" />
     73     <!-- U+0C1F: "" TELUGU LETTER TTA
     74          U+0C20: "" TELUGU LETTER TTHA -->
     75     <Key
     76         latin:keySpec="&#x0C1F;"
     77         latin:moreKeys="&#x0C20;" />
     78 </merge>
     79