blob: b6d46850f74914c083b9026a0f8a276e5ee6e3d3 [file] [log] [blame]
Tadashi G. Takaoka0205fb22014-04-11 17:52:54 +09001<?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
22 xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
23>
24 <!-- U+0981: "ঁ" BENGALI SIGN CANDRABINDU
25 U+0983: "ঃ" BENGALI SIGN VISARGA
26 U+0982: "ং" BENGALI SIGN ANUSVARA -->
27 <Key
28 latin:keySpec="&#x0981;"
29 latin:moreKeys="&#x0983;,&#x0982;"
30 latin:keyLabelFlags="fontNormal" />
31 <!-- U+09A2: "ঢ" BENGALI LETTER DDHA
32 U+09A2/U+09BC: "ঢ়" BENGALI LETTER DDHA/BENGALI SIGN NUKTA -->
33 <Key
34 latin:keySpec="&#x09A2;"
35 latin:moreKeys="&#x09A2;&#x09BC;"
36 latin:keyLabelFlags="fontNormal" />
37 <!-- U+09AE: "ম" BENGALI LETTER MA -->
38 <Key
39 latin:keySpec="&#x09AE;"
40 latin:keyLabelFlags="fontNormal" />
41 <!-- U+09A8: "ন" BENGALI LETTER NA
42 U+09A3: "ণ" BENGALI LETTER NNA -->
43 <Key
44 latin:keySpec="&#x09A8;"
45 latin:moreKeys="&#x09A3;"
46 latin:keyLabelFlags="fontNormal" />
47 <!-- U+099E: "ঞ" BENGALI LETTER NYA
48 U+0999: "ঙ" BENGALI LETTER NGA
49 U+099E/U+09CD/U+099C: "ঞ্জ" BENGALI LETTER NYA/BENGALI SIGN VIRAMA/BENGALI LETTER JA -->
50 <Key
51 latin:keySpec="&#x099E;"
52 latin:moreKeys="&#x0999;,&#x099E;&#x09CD;&#x099C;"
53 latin:keyLabelFlags="fontNormal" />
54 <!-- U+09B2: "ল" BENGALI LETTER LA -->
55 <Key
56 latin:keySpec="&#x09B2;"
57 latin:keyLabelFlags="fontNormal" />
58 <!-- U+09B7: "ষ" BENGALI LETTER SSA
59 U+0995/U+09CD/U+09B7: "ক্ষ" BENGALI LETTER KA/BENGALI SIGN VIRAMA/BENGALI LETTER SSA -->
60 <Key
61 latin:keySpec="&#x09B7;"
62 latin:moreKeys="&#x0995;&#x09CD;&#x09B7;"
63 latin:keyLabelFlags="fontNormal" />
64 <!-- U+09B8: "স" BENGALI LETTER SA
65 U+09B6: "শ" BENGALI LETTER SHA -->
66 <Key
67 latin:keySpec="&#x09B8;"
68 latin:moreKeys="&#x09B6;"
69 latin:keyLabelFlags="fontNormal" />
70 <!-- U+09DF: "য়" BENGALI LETTER YYA
71 U+09AF: "য" BENGALI LETTER YA -->
72 <Key
73 latin:keySpec="&#x09DF;"
74 latin:moreKeys="&#x09AF;"
75 latin:keyLabelFlags="fontNormal" />
76 <!-- U+0964: "।" DEVANAGARI DANDA
77 U+0965: "॥" DEVANAGARI DOUBLE DANDA -->
78 <Key
79 latin:keySpec="&#x0964;"
80 latin:moreKeys="&#x0965;"
81 latin:keyLabelFlags="fontNormal" />
82</merge>