blob: 64ba9f339bea1c93c14167d55692791091fe46e2 [file] [log] [blame]
Tadashi G. Takaoka00da6ee2014-03-25 18:23:26 +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 <switch>
25 <case
26 latin:keyboardLayoutSetElement="alphabetManualShifted|alphabetShiftLocked|alphabetShiftLockShifted"
27 >
28 <!-- U+0D9E: "ඞ" SINHALA LETTER KANTAJA NAASIKYAYA -->
29 <Key
30 latin:keySpec="&#x0D9E;" />
31 <!-- U+0DA3: "ඣ" SINHALA LETTER MAHAAPRAANA JAYANNA -->
32 <Key
33 latin:keySpec="&#x0DA3;" />
34 <!-- U+0DAA: "ඪ" SINHALA LETTER MAHAAPRAANA DDAYANNA -->
35 <Key
36 latin:keySpec="&#x0DAA;" />
37 <!-- U+0D8A: "ඊ" SINHALA LETTER IIYANNA -->
38 <Key
39 latin:keySpec="&#x0D8A;" />
40 <!-- U+0DB7: "භ" SINHALA LETTER MAHAAPRAANA BAYANNA -->
41 <Key
42 latin:keySpec="&#x0DB7;" />
43 <!-- U+0DB5: "ඵ" SINHALA LETTER MAHAAPRAANA PAYANNA -->
44 <Key
45 latin:keySpec="&#x0DB5;" />
46 <!-- U+0DC5: "ළ" SINHALA LETTER MUURDHAJA LAYANNA -->
47 <Key
48 latin:keySpec="&#x0DC5;" />
49 <!-- U+0D9D: "ඝ" SINHALA LETTER MAHAAPRAANA GAYANNA -->
50 <Key
51 latin:keySpec="&#x0D9D;" />
52 <!-- U+0DBB/U+0DCA/U+200D: "ර්‍" SINHALA LETTER RAYANNA/SINHALA SIGN AL-LAKUNA/ZERO WIDTH JOINER -->
53 <Key
54 latin:keySpec="&#x0DBB;&#x0DCA;&#x200D;" />
55 </case>
56 <default>
57 <!-- U+0D82: "ං" SINHALA SIGN ANUSVARAYA
58 U+0D83: "ඃ" SINHALA SIGN VISARGAYA -->
59 <Key
60 latin:keySpec="&#x0D82;"
61 latin:moreKeys="&#x0D83;" />
62 <!-- U+0DA2: "ජ" SINHALA LETTER ALPAPRAANA JAYANNA
63 U+0DA6: "ඦ" SINHALA LETTER SANYAKA JAYANNA -->
64 <Key
65 latin:keySpec="&#x0DA2;"
66 latin:moreKeys="&#x0DA6;" />
67 <!-- U+0DA9: "ඩ" SINHALA LETTER ALPAPRAANA DDAYANNA
68 U+0DAC: "ඬ" SINHALA LETTER SANYAKA DDAYANNA -->
69 <Key
70 latin:keySpec="&#x0DA9;"
71 latin:moreKeys="&#x0DAC;" />
72 <!-- U+0D89: "ඉ" SINHALA LETTER IYANNA -->
73 <Key
74 latin:keySpec="&#x0D89;" />
75 <!-- U+0DB6: "බ" SINHALA LETTER ALPAPRAANA BAYANNA -->
76 <Key
77 latin:keySpec="&#x0DB6;" />
78 <!-- U+0DB4: "ප" SINHALA LETTER ALPAPRAANA PAYANNA -->
79 <Key
80 latin:keySpec="&#x0DB4;" />
81 <!-- U+0DBD: "ල" SINHALA LETTER DANTAJA LAYANNA -->
82 <Key
83 latin:keySpec="&#x0DBD;" />
84 <!-- U+0D9C: "ග" SINHALA LETTER ALPAPRAANA GAYANNA
85 U+0D9F: "ඟ" SINHALA LETTER SANYAKA GAYANNA -->
86 <Key
87 latin:keySpec="&#x0D9C;"
88 latin:moreKeys="&#x0D9F;" />
89 <!-- U+0DF3: "ෳ" SINHALA VOWEL SIGN DIGA GAYANUKITTA -->
90 <Key
91 latin:keySpec="&#x0DF3;" />
92 </default>
93 </switch>
94</merge>