blob: 6959ccda16ae3d6dd922a6a096f5db806dd1cc84 [file] [log] [blame]
Tadashi G. Takaoka59e795c2014-07-08 22:05:39 +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 xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin">
22 <!-- U+0D2A: "പ" MALAYALAM LETTER PA
23 U+0D2B: "ഫ" MALAYALAM LETTER PHA -->
24 <Key
25 latin:keySpec="&#x0D2A;"
26 latin:moreKeys="&#x0D2B;" />
27 <!-- U+0D2C: "ബ" MALAYALAM LETTER BA
28 U+0D2D: "ഭ" MALAYALAM LETTER BHA -->
29 <Key
30 latin:keySpec="&#x0D2C;"
31 latin:moreKeys="&#x0D2D;" />
32 <!-- U+0D2E: "മ" MALAYALAM LETTER MA
33 U+0D02: "ം" MALAYALAM SIGN ANUSVARA -->
34 <Key
35 latin:keySpec="&#x0D2E;"
36 latin:moreKeys="&#x0D02;" />
37 <!-- U+0D2F: "യ" MALAYALAM LETTER YA
38 U+0D4D/U+0D2F: "്യ" MALAYALAM SIGN VIRAMA/MALAYALAM LETTER YA -->
39 <Key
40 latin:keySpec="&#x0D2F;"
41 latin:moreKeys="&#x0D4D;&#x0D2F;" />
42 <!-- U+0D30: "ര" MALAYALAM LETTER RA
43 U+0D4D/U+0D30: "്ര" MALAYALAM SIGN VIRAMA/MALAYALAM LETTER RA
44 U+0D7C: "ർ" MALAYALAM LETTER CHILLU RR
45 U+0D31: "റ" MALAYALAM LETTER RRA -->
46 <Key
47 latin:keySpec="&#x0D30;"
48 latin:moreKeys="&#x0D4D;&#x0D30;,&#x0D7C;,&#x0D31;" />
49 <!-- U+0D32: "ല" MALAYALAM LETTER LA
50 U+0D7D: "ൽ" MALAYALAM LETTER CHILLU L -->
51 <Key
52 latin:keySpec="&#x0D32;"
53 latin:moreKeys="&#x0D7D;" />
54 <!-- U+0D35: "വ" MALAYALAM LETTER VA
55 U+0D4D/U+0D35: "്വ" MALAYALAM SIGN VIRAMA/MALAYALAM LETTER VA -->
56 <Key
57 latin:keySpec="&#x0D35;"
58 latin:moreKeys="&#x0D4D;&#x0D35;" />
59 <!-- U+0D36: "ശ" MALAYALAM LETTER SHA
60 U+0D37: "ഷ" MALAYALAM LETTER SSA
61 U+0D38: "സ" MALAYALAM LETTER SA -->
62 <Key
63 latin:keySpec="&#x0D36;"
64 latin:moreKeys="&#x0D37;,&#x0D38;" />
65 <!-- U+0D39: "ഹ" MALAYALAM LETTER HA
66 U+0D03: "ഃ" MALAYALAM SIGN VISARGA -->
67 <Key
68 latin:keySpec="&#x0D39;"
69 latin:moreKeys="&#x0D03;" />
70 <!-- U+0D33: "ള" MALAYALAM LETTER LLA
71 U+0D7E: "ൾ" MALAYALAM LETTER CHILLU LL
72 U+0D34: "ഴ" MALAYALAM LETTER LLLA -->
73 <Key
74 latin:keySpec="&#x0D33;"
75 latin:moreKeys="&#x0D7E;,&#x0D34;" />
76</merge>