summaryrefslogtreecommitdiffstats
path: root/java/res/xml/rowkeys_bengali3.xml
blob: 5222b096b805ddc3b20c8609ec07b4a193ce07c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
**
** Copyright 2014, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
**
**     http://www.apache.org/licenses/LICENSE-2.0
**
** Unless required by applicable law or agreed to in writing, software
** distributed under the License is distributed on an "AS IS" BASIS,
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
*/
-->

<merge xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin">
    <!-- U+0981: "ঁ" BENGALI SIGN CANDRABINDU
         U+0983: "ঃ" BENGALI SIGN VISARGA
         U+0982: "ং" BENGALI SIGN ANUSVARA -->
    <Key
        latin:keySpec="&#x0981;"
        latin:moreKeys="&#x0983;,&#x0982;" />
    <!-- U+09A2: "ঢ" BENGALI LETTER DDHA
         U+09A2/U+09BC: "ঢ়" BENGALI LETTER DDHA/BENGALI SIGN NUKTA -->
    <Key
        latin:keySpec="&#x09A2;"
        latin:moreKeys="&#x09A2;&#x09BC;" />
    <!-- U+09AE: "ম" BENGALI LETTER MA -->
    <Key latin:keySpec="&#x09AE;" />
    <!-- U+09A8: "ন" BENGALI LETTER NA
         U+09A3: "ণ" BENGALI LETTER NNA -->
    <Key
        latin:keySpec="&#x09A8;"
        latin:moreKeys="&#x09A3;" />
    <!-- U+099E: "ঞ" BENGALI LETTER NYA
         U+0999: "ঙ" BENGALI LETTER NGA
         U+099E/U+09CD/U+099C: "ঞ্জ" BENGALI LETTER NYA/BENGALI SIGN VIRAMA/BENGALI LETTER JA -->
    <Key
        latin:keySpec="&#x099E;"
        latin:moreKeys="&#x0999;,&#x099E;&#x09CD;&#x099C;" />
    <!-- U+09B2: "ল" BENGALI LETTER LA -->
    <Key latin:keySpec="&#x09B2;" />
    <!-- U+09B7: "ষ" BENGALI LETTER SSA
         U+0995/U+09CD/U+09B7: "ক্ষ" BENGALI LETTER KA/BENGALI SIGN VIRAMA/BENGALI LETTER SSA -->
    <Key
        latin:keySpec="&#x09B7;"
        latin:moreKeys="&#x0995;&#x09CD;&#x09B7;" />
    <!-- U+09B8: "স" BENGALI LETTER SA
         U+09B6: "শ" BENGALI LETTER SHA -->
    <Key
        latin:keySpec="&#x09B8;"
        latin:moreKeys="&#x09B6;" />
    <!-- U+09DF: "য়" BENGALI LETTER YYA
         U+09AF: "য" BENGALI LETTER YA -->
    <Key
        latin:keySpec="&#x09DF;"
        latin:moreKeys="&#x09AF;" />
    <!-- U+0964: "।" DEVANAGARI DANDA
         U+0965: "॥" DEVANAGARI DOUBLE DANDA -->
    <Key
        latin:keySpec="&#x0964;"
        latin:moreKeys="&#x0965;" />
</merge>