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+0D2A: "" MALAYALAM LETTER PA
     23          U+0D2B: "" MALAYALAM LETTER PHA -->
     24     <Key
     25         latin:keySpec="&#x0D2A;"
     26         latin:moreKeys="&#x0D2B;" />
     27     <!-- U+0D2C: "" MALAYALAM LETTER BA
     28          U+0D2D: "" MALAYALAM LETTER BHA -->
     29     <Key
     30         latin:keySpec="&#x0D2C;"
     31         latin:moreKeys="&#x0D2D;" />
     32     <!-- U+0D2E: "" MALAYALAM LETTER MA
     33          U+0D02: "" MALAYALAM SIGN ANUSVARA -->
     34     <Key
     35         latin:keySpec="&#x0D2E;"
     36         latin:moreKeys="&#x0D02;" />
     37     <!-- U+0D2F: "" MALAYALAM LETTER YA
     38          U+0D4D/U+0D2F: "" MALAYALAM SIGN VIRAMA/MALAYALAM LETTER YA -->
     39     <Key
     40         latin:keySpec="&#x0D2F;"
     41         latin:moreKeys="&#x0D4D;&#x0D2F;" />
     42     <!-- U+0D30: "" MALAYALAM LETTER RA
     43          U+0D4D/U+0D30: "" MALAYALAM SIGN VIRAMA/MALAYALAM LETTER RA
     44          U+0D7C: "" MALAYALAM LETTER CHILLU RR
     45          U+0D31: "" MALAYALAM LETTER RRA -->
     46     <Key
     47         latin:keySpec="&#x0D30;"
     48         latin:moreKeys="&#x0D4D;&#x0D30;,&#x0D7C;,&#x0D31;" />
     49     <!-- U+0D32: "" MALAYALAM LETTER LA
     50          U+0D7D: "" MALAYALAM LETTER CHILLU L -->
     51     <Key
     52         latin:keySpec="&#x0D32;"
     53         latin:moreKeys="&#x0D7D;" />
     54     <!-- U+0D35: "" MALAYALAM LETTER VA
     55          U+0D4D/U+0D35: "" MALAYALAM SIGN VIRAMA/MALAYALAM LETTER VA -->
     56     <Key
     57         latin:keySpec="&#x0D35;"
     58         latin:moreKeys="&#x0D4D;&#x0D35;" />
     59     <!-- U+0D36: "" MALAYALAM LETTER SHA
     60          U+0D37: "" MALAYALAM LETTER SSA
     61          U+0D38: "" MALAYALAM LETTER SA -->
     62     <Key
     63         latin:keySpec="&#x0D36;"
     64         latin:moreKeys="&#x0D37;,&#x0D38;" />
     65     <!-- U+0D39: "" MALAYALAM LETTER HA
     66          U+0D03: "" MALAYALAM SIGN VISARGA -->
     67     <Key
     68         latin:keySpec="&#x0D39;"
     69         latin:moreKeys="&#x0D03;" />
     70     <!-- U+0D33: "" MALAYALAM LETTER LLA
     71          U+0D7E: "" MALAYALAM LETTER CHILLU LL
     72          U+0D34: "" MALAYALAM LETTER LLLA -->
     73     <Key
     74         latin:keySpec="&#x0D33;"
     75         latin:moreKeys="&#x0D7E;,&#x0D34;" />
     76 </merge>
     77