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+0D15: "" MALAYALAM LETTER KA
     23          U+0D16: "" MALAYALAM LETTER KHA -->
     24     <Key
     25         latin:keySpec="&#x0D15;"
     26         latin:moreKeys="&#x0D16;" />
     27     <!-- U+0D17: "" MALAYALAM LETTER GA
     28          U+0D18: "" MALAYALAM LETTER GHA -->
     29     <Key
     30         latin:keySpec="&#x0D17;"
     31         latin:moreKeys="&#x0D18;" />
     32     <!-- U+0D19: "" MALAYALAM LETTER NGA
     33          U+0D1E: "" MALAYALAM LETTER NYA -->
     34     <Key
     35         latin:keySpec="&#x0D19;"
     36         latin:moreKeys="&#x0D1E;" />
     37     <!-- U+0D1A: "" MALAYALAM LETTER CA
     38          U+0D1B: "" MALAYALAM LETTER CHA -->
     39     <Key
     40         latin:keySpec="&#x0D1A;"
     41         latin:moreKeys="&#x0D1B;" />
     42     <!-- U+0D1C: "" MALAYALAM LETTER JA
     43          U+0D1D: "" MALAYALAM LETTER JHA -->
     44     <Key
     45         latin:keySpec="&#x0D1C;"
     46         latin:moreKeys="&#x0D1D;" />
     47     <!-- U+0D1F: "" MALAYALAM LETTER TTA
     48          U+0D20: "" MALAYALAM LETTER TTHA -->
     49     <Key
     50         latin:keySpec="&#x0D1F;"
     51         latin:moreKeys="&#x0D20;" />
     52     <!-- U+0D21: "" MALAYALAM LETTER DDA
     53          U+0D22: "" MALAYALAM LETTER DDHA -->
     54     <Key
     55         latin:keySpec="&#x0D21;"
     56         latin:moreKeys="&#x0D22;" />
     57     <!-- U+0D23: "" MALAYALAM LETTER NNA
     58          U+0D7A: "" MALAYALAM LETTER CHILLU NN -->
     59     <Key
     60         latin:keySpec="&#x0D23;"
     61         latin:moreKeys="&#x0D7A;" />
     62     <!-- U+0D24: "" MALAYALAM LETTER TA
     63          U+0D25: "" MALAYALAM LETTER THA -->
     64     <Key
     65         latin:keySpec="&#x0D24;"
     66         latin:moreKeys="&#x0D25;" />
     67     <!-- U+0D26: "" MALAYALAM LETTER DA
     68          U+0D27: "" MALAYALAM LETTER DHA -->
     69     <Key
     70         latin:keySpec="&#x0D26;"
     71         latin:moreKeys="&#x0D27;" />
     72     <!-- U+0D28: "" MALAYALAM LETTER NA
     73          U+0D7B: "" MALAYALAM LETTER CHILLU N -->
     74     <Key
     75         latin:keySpec="&#x0D28;"
     76         latin:moreKeys="&#x0D7B;" />
     77 </merge>
     78