rowkeys_sinhala2.xml revision 92ac2aa8ed3ad889f5a31336900e3c46264df97d
1<?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    <switch>
23        <case latin:keyboardLayoutSetElement="alphabetManualShifted|alphabetShiftLocked|alphabetShiftLockShifted">
24            <!-- U+0DDF: "ෟ" SINHALA VOWEL SIGN GAYANUKITTA -->
25            <Key latin:keySpec="&#x0DDF;" />
26            <!-- U+0DD3: "ී" SINHALA VOWEL SIGN DIGA IS-PILLA -->
27            <Key latin:keySpec="&#x0DD3;" />
28            <!-- U+0DD8: "ෘ" SINHALA VOWEL SIGN GAETTA-PILLA -->
29            <Key latin:keySpec="&#x0DD8;" />
30            <!-- U+0DC6: "ෆ" SINHALA LETTER FAYANNA -->
31            <Key latin:keySpec="&#x0DC6;" />
32            <!-- U+0DA8: "ඨ" SINHALA LETTER MAHAAPRAANA TTAYANNA -->
33            <Key latin:keySpec="&#x0DA8;" />
34            <!-- U+0DCA/U+200D/U+0DBA: "්‍ය" SINHALA SIGN AL-LAKUNA/ZERO WIDTH JOINER/SINHALA LETTER YAYANNA -->
35            <Key latin:keySpec="&#x0DCA;&#x200D;&#x0DBA;" />
36            <!-- U+0DC5/U+0DD4: "ළු" SINHALA LETTER MUURDHAJA LAYANNA/SINHALA VOWEL SIGN KETTI PAA-PILLA -->
37            <Key latin:keySpec="&#x0DC5;&#x0DD4;" />
38            <!-- U+0DAB: "ණ" SINHALA LETTER MUURDHAJA NAYANNA -->
39            <Key latin:keySpec="&#x0DAB;" />
40            <!-- U+0D9B: "ඛ" SINHALA LETTER MAHAAPRAANA KAYANNA -->
41            <Key latin:keySpec="&#x0D9B;" />
42            <!-- U+0DAE: "ථ" SINHALA LETTER MAHAAPRAANA TAYANNA -->
43            <Key latin:keySpec="&#x0DAE;" />
44            <!-- U+0DCA/U+200D/U+0DBB: "්‍ර" SINHALA SIGN AL-LAKUNA/ZERO WIDTH JOINER/SINHALA LETTER RAYANNA -->
45            <Key latin:keySpec="&#x0DCA;&#x200D;&#x0DBB;" />
46        </case>
47        <default>
48            <!-- U+0DCA: "්" SINHALA SIGN AL-LAKUNA -->
49            <Key latin:keySpec="&#x0DCA;" />
50            <!-- U+0DD2: "ි" SINHALA VOWEL SIGN KETTI IS-PILLA -->
51            <Key latin:keySpec="&#x0DD2;" />
52            <!-- U+0DCF: "ා" SINHALA VOWEL SIGN AELA-PILLA -->
53            <Key latin:keySpec="&#x0DCF;" />
54            <!-- U+0DD9: "ෙ" SINHALA VOWEL SIGN KOMBUVA -->
55            <Key latin:keySpec="&#x0DD9;" />
56            <!-- U+0DA7: "ට" SINHALA LETTER ALPAPRAANA TTAYANNA -->
57            <Key latin:keySpec="&#x0DA7;" />
58            <!-- U+0DBA: "ය" SINHALA LETTER YAYANNA -->
59            <Key latin:keySpec="&#x0DBA;" />
60            <!-- U+0DC0: "ව" SINHALA LETTER VAYANNA -->
61            <Key latin:keySpec="&#x0DC0;" />
62            <!-- U+0DB1: "න" SINHALA LETTER DANTAJA NAYANNA -->
63            <Key latin:keySpec="&#x0DB1;" />
64            <!-- U+0D9A: "ක" SINHALA LETTER ALPAPRAANA KAYANNA -->
65            <Key latin:keySpec="&#x0D9A;" />
66            <!-- U+0DAD: "ත" SINHALA LETTER ALPAPRAANA TAYANNA -->
67            <Key latin:keySpec="&#x0DAD;" />
68            <!-- U+0D8F: "ඏ" SINHALA LETTER ILUYANNA -->
69            <Key latin:keySpec="&#x0D8F;" />
70        </default>
71    </switch>
72</merge>
73