rowkeys_myanmar3.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+101A: "ယ" MYANMAR LETTER YA -->
25            <Key latin:keySpec="&#x101A;" />
26            <!-- U+1039: "္" MYANMAR SIGN VIRAMA -->
27            <Key latin:keySpec="&#x1039;" />
28            <!-- U+1004/U+103A/U+1039: "င်္င" MYANMAR LETTER NGA/MYANMAR SIGN ASAT/MYANMAR SIGN VIRAMA -->
29            <Key
30                latin:keySpec="&#x1004;&#x103A;&#x1039;"
31                latin:keyLabelFlags="followKeyLetterRatio" />
32            <!-- U+103E: "ှ" MYANMAR CONSONANT SIGN MEDIAL HA -->
33            <Key latin:keySpec="&#x103E;" />
34            <!-- U+102E: "ီ" MYANMAR VOWEL SIGN II -->
35            <Key latin:keySpec="&#x102E;" />
36            <!-- U+1030: "ူ" MYANMAR VOWEL SIGN UU -->
37            <Key latin:keySpec="&#x1030;" />
38            <!-- U+102B: "ါ" MYANMAR VOWEL SIGN TALL AA -->
39            <Key latin:keySpec="&#x102B;" />
40            <!-- U+1032: "ဲ" MYANMAR VOWEL SIGN AI -->
41            <Key latin:keySpec="&#x1032;" />
42            <!-- U+1036: "ံ" MYANMAR SIGN ANUSVARA -->
43            <Key latin:keySpec="&#x1036;" />
44            <!-- U+101F: "ဟ" MYANMAR LETTER HA -->
45            <Key latin:keySpec="&#x101F;" />
46        </case>
47        <default>
48            <!-- U+1031: "ေ" MYANMAR VOWEL SIGN E -->
49            <Key latin:keySpec="&#x1031;" />
50            <!-- U+103B: "ျ" MYANMAR CONSONANT SIGN MEDIAL YA -->
51            <Key latin:keySpec="&#x103B;" />
52            <!-- U+103C: "ြ" MYANMAR CONSONANT SIGN MEDIAL RA -->
53            <Key latin:keySpec="&#x103C;" />
54            <!-- U+103D: "ွ" MYANMAR CONSONANT SIGN MEDIAL WA
55                 U+103E: "ှ" MYANMAR CONSONANT SIGN MEDIAL HA
56                 U+103D/U+103E: "ွှ" MYANMAR CONSONANT SIGN MEDIAL WA/MYANMAR CONSONANT SIGN MEDIAL HA -->
57            <Key
58                latin:keySpec="&#x103D;"
59                latin:moreKeys="&#x103E;,&#x103D;&#x103E;" />
60            <!-- U+102D: "ိ" MYANMAR VOWEL SIGN I
61                 U+102E: "ီ" MYANMAR VOWEL SIGN II -->
62            <Key
63                latin:keySpec="&#x102D;"
64                latin:moreKeys="&#x102E;" />
65            <!-- U+102F: "ု" MYANMAR VOWEL SIGN U
66                 U+1030: "ူ" MYANMAR VOWEL SIGN UU -->
67            <Key
68                latin:keySpec="&#x102F;"
69                latin:moreKeys="&#x1030;" />
70            <!-- U+102C: "ာ" MYANMAR VOWEL SIGN AA -->
71            <Key latin:keySpec="&#x102C;" />
72            <!-- U+103A: "်" MYANMAR SIGN ASAT
73                 U+1032: "ဲ" MYANMAR VOWEL SIGN AI -->
74            <Key
75                latin:keySpec="&#x103A;"
76                latin:moreKeys="&#x1032;" />
77            <!-- U+1037: "့" MYANMAR SIGN DOT BELOW
78                 U+1036: "ံ" MYANMAR SIGN ANUSVARA -->
79            <Key
80                latin:keySpec="&#x1037;"
81                latin:moreKeys="&#x1036;" />
82            <!-- U+1038: "း" MYANMAR SIGN VISARGA -->
83            <Key latin:keySpec="&#x1038;" />
84        </default>
85    </switch>
86</merge>
87