rowkeys_myanmar4.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+1025: "ဥ" MYANMAR LETTER U -->
25            <Key latin:keySpec="&#x1025;" />
26            <!-- U+1026: "ဦ" MYANMAR LETTER UU -->
27            <Key latin:keySpec="&#x1026;" />
28            <!-- U+100C: "ဌ" MYANMAR LETTER TTHA -->
29            <Key latin:keySpec="&#x100C;" />
30            <!-- U+100B: "ဋ" MYANMAR LETTER TTA -->
31            <Key latin:keySpec="&#x100B;" />
32            <!-- U+100D: "ဍ" MYANMAR LETTER DDA -->
33            <Key latin:keySpec="&#x100D;" />
34            <!-- U+1020: "ဠ" MYANMAR LETTER LLA -->
35            <Key latin:keySpec="&#x1020;" />
36            <!-- U+100B/U+1039/U+100C: "ဋ္ဌ" MYANMAR LETTER TTA/MYANMAR SIGN VIRAMA/MYANMAR LETTER TTHA -->
37            <Key
38                latin:keySpec="&#x100B;&#x1039;&#x100C;"
39                latin:keyLabelFlags="followKeyLetterRatio" />
40            <!-- U+100F/U+1039/U+100D: "ဏ္ဍ" MYANMAR LETTER NNA/MYANMAR SIGN VIRAMA/MYANMAR LETTER DDA
41                 U+100F/U+1039/U+100C: "ဏ္ဌ" MYANMAR LETTER NNA/MYANMAR SIGN VIRAMA/MYANMAR LETTER TTHA -->
42            <Key
43                latin:keySpec="&#x100F;&#x1039;&#x100D;"
44                latin:moreKeys="&#x100F;&#x1039;&#x100C;"
45                latin:keyLabelFlags="followKeyLetterRatio" />
46        </case>
47        <default>
48            <!-- U+1016: "ဖ" MYANMAR LETTER PHA -->
49            <Key latin:keySpec="&#x1016;" />
50            <!-- U+1011: "ထ" MYANMAR LETTER THA -->
51            <Key latin:keySpec="&#x1011;" />
52            <!-- U+1001: "ခ" MYANMAR LETTER KHA -->
53            <Key latin:keySpec="&#x1001;" />
54            <!-- U+101C: "လ" MYANMAR LETTER LA -->
55            <Key latin:keySpec="&#x101C;" />
56            <!-- U+1018: "ဘ" MYANMAR LETTER BHA -->
57            <Key latin:keySpec="&#x1018;" />
58            <!-- U+100A: "ည" MYANMAR LETTER NNYA
59                 U+1009: "ဉ" MYANMAR LETTER NYA -->
60            <Key
61                latin:keySpec="&#x100A;"
62                latin:moreKeys="&#x1009;" />
63            <!-- U+101B: "ရ" MYANMAR LETTER RA -->
64            <Key latin:keySpec="&#x101B;" />
65            <!-- U+101D: "ဝ" MYANMAR LETTER WA -->
66            <Key latin:keySpec="&#x101D;" />
67        </default>
68    </switch>
69</merge>
70