blob: c137d12e0f277f8a89b26008f544c7ab07e02f3c [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+0994: "ঔ" BENGALI LETTER AU
25 U+09E7: "১" BENGALI DIGIT ONE -->
26 <Key
27 latin:keySpec="&#x0994;"
28 latin:keyHintLabel="&#x09E7;"
29 latin:additionalMoreKeys="&#x09E7;,1"
30 latin:keyLabelFlags="fontNormal" />
31 <!-- U+0990: "ঐ" BENGALI LETTER AI
32 U+09E8: "২" BENGALI DIGIT TWO -->
33 <Key
34 latin:keySpec="&#x0990;"
35 latin:keyHintLabel="&#x09E8;"
36 latin:additionalMoreKeys="&#x09E8;,2"
37 latin:keyLabelFlags="fontNormal" />
38 <!-- U+0986: "আ" BENGALI LETTER AA
39 U+09E9: "৩" BENGALI DIGIT THREE -->
40 <Key
41 latin:keySpec="&#x0986;"
42 latin:keyHintLabel="&#x09E9;"
43 latin:additionalMoreKeys="&#x09E9;,3"
44 latin:keyLabelFlags="fontNormal" />
45 <!-- U+0988: "ঈ" BENGALI LETTER II
46 U+09EA: "৪" BENGALI DIGIT FOUR -->
47 <Key
48 latin:keySpec="&#x0988;"
49 latin:keyHintLabel="&#x09EA;"
50 latin:additionalMoreKeys="&#x09EA;,4"
51 latin:keyLabelFlags="fontNormal" />
52 <!-- U+098A: "ঊ" BENGALI LETTER UU
53 U+09EB: "৫" BENGALI DIGIT FIVE -->
54 <Key
55 latin:keySpec="&#x098A;"
56 latin:keyHintLabel="&#x09EB;"
57 latin:additionalMoreKeys="&#x09EB;,5"
58 latin:keyLabelFlags="fontNormal" />
59 <!-- U+09AC: "ব" BENGALI LETTER BA
60 U+09AD: "ভ" BENGALI LETTER BHA
61 U+09EC: "৬" BENGALI DIGIT SIX -->
62 <Key
63 latin:keySpec="&#x09AC;"
64 latin:moreKeys="&#x09AD;,%"
65 latin:keyHintLabel="&#x09EC;"
66 latin:additionalMoreKeys="&#x09EC;,6"
67 latin:keyLabelFlags="fontNormal" />
68 <!-- U+09B9: "হ" BENGALI LETTER HA
69 U+09ED: "৭" BENGALI DIGIT SEVEN -->
70 <Key
71 latin:keySpec="&#x09B9;"
72 latin:keyHintLabel="&#x09ED;"
73 latin:additionalMoreKeys="&#x09ED;,7"
74 latin:keyLabelFlags="fontNormal" />
75 <!-- U+0997: "গ" BENGALI LETTER GA
76 U+0998: "ঘ" BENGALI LETTER GHA
77 U+09EE: "৮" BENGALI DIGIT EIGHT -->
78 <Key
79 latin:keySpec="&#x0997;"
80 latin:moreKeys="&#x0998;,%"
81 latin:keyHintLabel="&#x09EE;"
82 latin:additionalMoreKeys="&#x09EE;,8"
83 latin:keyLabelFlags="fontNormal" />
84 <!-- U+09A6: "দ" BENGALI LETTER DA
85 U+09A7: "ধ" BENGALI LETTER DHA
86 U+09EF: "৯" BENGALI DIGIT NINE -->
87 <Key
88 latin:keySpec="&#x09A6;"
89 latin:moreKeys="&#x09A7;,%"
90 latin:keyHintLabel="&#x09EF;"
91 latin:additionalMoreKeys="&#x09EF;,9"
92 latin:keyLabelFlags="fontNormal" />
93 <!-- U+099C: "জ" BENGALI LETTER JA
94 U+099D: "ঝ" BENGALI LETTER JHA
95 U+099C/U+09CD/U+099E: "জ্ঞ" BENGALI LETTER JA/BENGALI SIGN VIRAMA/BENGALI LETTER NYA
96 U+09E6: "০" BENGALI DIGIT ZERO -->
97 <Key
98 latin:keySpec="&#x099C;"
99 latin:moreKeys="&#x099D;,&#x099C;&#x09CD;&#x099E;,%"
100 latin:keyHintLabel="&#x09E6;"
101 latin:additionalMoreKeys="&#x09E6;,0"
102 latin:keyLabelFlags="fontNormal" />
103 <!-- U+09A1: "ড" BENGALI LETTER DDA
104 U+09A1/U+09BC: "ড়" BENGALI LETTER DDA/BENGALI SIGN NUKTA -->
105 <Key
106 latin:keySpec="&#x09A1;"
107 latin:moreKeys="&#x09A1;&#x09BC;"
108 latin:keyLabelFlags="fontNormal" />
109</merge>