summaryrefslogtreecommitdiffstats
path: root/java/res/xml/rowkeys_malayalam3.xml
blob: 6959ccda16ae3d6dd922a6a096f5db806dd1cc84 (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
69
70
71
72
73
74
75
76
<?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+0D2A: "പ" MALAYALAM LETTER PA
         U+0D2B: "ഫ" MALAYALAM LETTER PHA -->
    <Key
        latin:keySpec="&#x0D2A;"
        latin:moreKeys="&#x0D2B;" />
    <!-- U+0D2C: "ബ" MALAYALAM LETTER BA
         U+0D2D: "ഭ" MALAYALAM LETTER BHA -->
    <Key
        latin:keySpec="&#x0D2C;"
        latin:moreKeys="&#x0D2D;" />
    <!-- U+0D2E: "മ" MALAYALAM LETTER MA
         U+0D02: "ം" MALAYALAM SIGN ANUSVARA -->
    <Key
        latin:keySpec="&#x0D2E;"
        latin:moreKeys="&#x0D02;" />
    <!-- U+0D2F: "യ" MALAYALAM LETTER YA
         U+0D4D/U+0D2F: "്യ" MALAYALAM SIGN VIRAMA/MALAYALAM LETTER YA -->
    <Key
        latin:keySpec="&#x0D2F;"
        latin:moreKeys="&#x0D4D;&#x0D2F;" />
    <!-- U+0D30: "ര" MALAYALAM LETTER RA
         U+0D4D/U+0D30: "്ര" MALAYALAM SIGN VIRAMA/MALAYALAM LETTER RA
         U+0D7C: "ർ" MALAYALAM LETTER CHILLU RR
         U+0D31: "റ" MALAYALAM LETTER RRA -->
    <Key
        latin:keySpec="&#x0D30;"
        latin:moreKeys="&#x0D4D;&#x0D30;,&#x0D7C;,&#x0D31;" />
    <!-- U+0D32: "ല" MALAYALAM LETTER LA
         U+0D7D: "ൽ" MALAYALAM LETTER CHILLU L -->
    <Key
        latin:keySpec="&#x0D32;"
        latin:moreKeys="&#x0D7D;" />
    <!-- U+0D35: "വ" MALAYALAM LETTER VA
         U+0D4D/U+0D35: "്വ" MALAYALAM SIGN VIRAMA/MALAYALAM LETTER VA -->
    <Key
        latin:keySpec="&#x0D35;"
        latin:moreKeys="&#x0D4D;&#x0D35;" />
    <!-- U+0D36: "ശ" MALAYALAM LETTER SHA
         U+0D37: "ഷ" MALAYALAM LETTER SSA
         U+0D38: "സ" MALAYALAM LETTER SA -->
    <Key
        latin:keySpec="&#x0D36;"
        latin:moreKeys="&#x0D37;,&#x0D38;" />
    <!-- U+0D39: "ഹ" MALAYALAM LETTER HA
         U+0D03: "ഃ" MALAYALAM SIGN VISARGA -->
    <Key
        latin:keySpec="&#x0D39;"
        latin:moreKeys="&#x0D03;" />
    <!-- U+0D33: "ള" MALAYALAM LETTER LLA
         U+0D7E: "ൾ" MALAYALAM LETTER CHILLU LL
         U+0D34: "ഴ" MALAYALAM LETTER LLLA -->
    <Key
        latin:keySpec="&#x0D33;"
        latin:moreKeys="&#x0D7E;,&#x0D34;" />
</merge>