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+0B93: "" TAMIL LETTER OO
     23          U+0BCB: "" TAMIL VOWEL SIGN OO
     24          U+0BD0: "" TAMIL OM -->
     25     <Key
     26         latin:keySpec="&#x0B93;"
     27         latin:moreKeys="&#x0BCB;,&#x0BD0;" />
     28     <!-- U+0B8F: "" TAMIL LETTER EE
     29          U+0BC7: "" TAMIL VOWEL SIGN EE -->
     30     <Key
     31         latin:keySpec="&#x0B8F;"
     32         latin:moreKeys="&#x0BC7;" />
     33     <!-- U+0B85: "" TAMIL LETTER A
     34          U+0B83: "" TAMIL SIGN VISARGA -->
     35     <Key
     36         latin:keySpec="&#x0B85;"
     37         latin:moreKeys="&#x0B83;" />
     38     <!-- U+0B87: "" TAMIL LETTER I
     39          U+0BBF: "" TAMIL VOWEL SIGN I -->
     40     <Key
     41         latin:keySpec="&#x0B87;"
     42         latin:moreKeys="&#x0BBF;" />
     43     <!-- U+0B89: "" TAMIL LETTER U
     44          U+0BC1: "" TAMIL VOWEL SIGN U -->
     45     <Key
     46         latin:keySpec="&#x0B89;"
     47         latin:moreKeys="&#x0BC1;" />
     48     <!-- U+0BB1: "" TAMIL LETTER RRA -->
     49     <Key latin:keySpec="&#x0BB1;" />
     50     <!-- U+0BAA: "" TAMIL LETTER PA -->
     51     <Key latin:keySpec="&#x0BAA;" />
     52     <!-- U+0B95: "" TAMIL LETTER KA
     53          U+0BB9: "" TAMIL LETTER HA
     54          U+0B95/U+0BCD/U+0BB7: "" TAMIL LETTER KA/TAMIL SIGN VIRAMA/TAMIL LETTER SSA -->
     55     <Key
     56         latin:keySpec="&#x0B95;"
     57         latin:moreKeys="&#x0BB9;,&#x0B95;&#x0BCD;&#x0BB7;" />
     58     <!-- U+0BA4: "" TAMIL LETTER TA -->
     59     <Key latin:keySpec="&#x0BA4;" />
     60     <!-- U+0B9A: "" TAMIL LETTER CA
     61          U+0BB8: "" TAMIL LETTER SA
     62          U+0BB6/U+0BCD/U+0BB0/U+0BC0: "" TAMIL LETTER SHA/TAMIL SIGN VIRAMA/TAMIL LETTER RA/TAMIL VOWEL SIGN II -->
     63     <Key
     64         latin:keySpec="&#x0B9A;"
     65         latin:moreKeys="&#x0BB8;,&#x0BB6;&#x0BCD;&#x0BB0;&#x0BC0;" />
     66     <!-- U+0B9F: "" TAMIL LETTER TTA -->
     67     <Key latin:keySpec="&#x0B9F;" />
     68 </merge>
     69