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+0981: "" BENGALI SIGN CANDRABINDU
     23          U+0983: "" BENGALI SIGN VISARGA
     24          U+0982: "" BENGALI SIGN ANUSVARA -->
     25     <Key
     26         latin:keySpec="&#x0981;"
     27         latin:moreKeys="&#x0983;,&#x0982;" />
     28     <!-- U+09A2: "" BENGALI LETTER DDHA
     29          U+09A2/U+09BC: "" BENGALI LETTER DDHA/BENGALI SIGN NUKTA -->
     30     <Key
     31         latin:keySpec="&#x09A2;"
     32         latin:moreKeys="&#x09A2;&#x09BC;" />
     33     <!-- U+09AE: "" BENGALI LETTER MA -->
     34     <Key latin:keySpec="&#x09AE;" />
     35     <!-- U+09A8: "" BENGALI LETTER NA
     36          U+09A3: "" BENGALI LETTER NNA -->
     37     <Key
     38         latin:keySpec="&#x09A8;"
     39         latin:moreKeys="&#x09A3;" />
     40     <!-- U+099E: "" BENGALI LETTER NYA
     41          U+0999: "" BENGALI LETTER NGA
     42          U+099E/U+09CD/U+099C: "" BENGALI LETTER NYA/BENGALI SIGN VIRAMA/BENGALI LETTER JA -->
     43     <Key
     44         latin:keySpec="&#x099E;"
     45         latin:moreKeys="&#x0999;,&#x099E;&#x09CD;&#x099C;" />
     46     <!-- U+09B2: "" BENGALI LETTER LA -->
     47     <Key latin:keySpec="&#x09B2;" />
     48     <!-- U+09B7: "" BENGALI LETTER SSA
     49          U+0995/U+09CD/U+09B7: "" BENGALI LETTER KA/BENGALI SIGN VIRAMA/BENGALI LETTER SSA -->
     50     <Key
     51         latin:keySpec="&#x09B7;"
     52         latin:moreKeys="&#x0995;&#x09CD;&#x09B7;" />
     53     <!-- U+09B8: "" BENGALI LETTER SA
     54          U+09B6: "" BENGALI LETTER SHA -->
     55     <Key
     56         latin:keySpec="&#x09B8;"
     57         latin:moreKeys="&#x09B6;" />
     58     <!-- U+09DF: "" BENGALI LETTER YYA
     59          U+09AF: "" BENGALI LETTER YA -->
     60     <Key
     61         latin:keySpec="&#x09DF;"
     62         latin:moreKeys="&#x09AF;" />
     63     <!-- U+0964: "" DEVANAGARI DANDA
     64          U+0965: "" DEVANAGARI DOUBLE DANDA -->
     65     <Key
     66         latin:keySpec="&#x0964;"
     67         latin:moreKeys="&#x0965;" />
     68 </merge>
     69