blob: cfd11123ca9be16825702ef7e9e29e0afa6da0d5 [file] [log] [blame]
Tadashi G. Takaokafc3263a2014-03-17 13:05:56 +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+1007: "ဇ" MYANMAR LETTER JA -->
29 <Key
30 latin:keySpec="&#x1007;"
31 latin:keyLabelFlags="fontNormal" />
32 <!-- U+100C: "ဌ" MYANMAR LETTER TTHA -->
33 <Key
34 latin:keySpec="&#x100C;"
35 latin:keyLabelFlags="fontNormal" />
36 <!-- U+1003: "ဃ" MYANMAR LETTER GHA -->
37 <Key
38 latin:keySpec="&#x1003;"
39 latin:keyLabelFlags="fontNormal" />
40 <!-- U+1020: "ဠ" MYANMAR LETTER LLA -->
41 <Key
42 latin:keySpec="&#x1020;"
43 latin:keyLabelFlags="fontNormal" />
44 <!-- U+101A: "ယ" MYANMAR LETTER YA -->
45 <Key
46 latin:keySpec="&#x101A;"
47 latin:keyLabelFlags="fontNormal" />
48 <!-- U+1009: "ဉ" MYANMAR LETTER NYA -->
49 <Key
50 latin:keySpec="&#x1009;"
51 latin:keyLabelFlags="fontNormal" />
52 <!-- U+1026: "ဦ" MYANMAR LETTER UU -->
53 <Key
54 latin:keySpec="&#x1026;"
55 latin:keyLabelFlags="fontNormal" />
56 <!-- U+102A: "ဪ" MYANMAR LETTER AU -->
57 <Key
58 latin:keySpec="&#x102A;"
59 latin:keyLabelFlags="fontNormal|autoXScale" />
60 <!-- U+1051: "ၑ" MYANMAR LETTER SSA -->
61 <Key
62 latin:keySpec="&#x1051;"
63 latin:keyLabelFlags="fontNormal" />
64 </case>
65 <default>
66 <!-- U+1016: "ဖ" MYANMAR LETTER PHA -->
67 <Key
68 latin:keySpec="&#x1016;"
69 latin:keyLabelFlags="fontNormal" />
70 <!-- U+1011: "ထ" MYANMAR LETTER THA -->
71 <Key
72 latin:keySpec="&#x1011;"
73 latin:keyLabelFlags="fontNormal" />
74 <!-- U+1001: "ခ" MYANMAR LETTER KHA -->
75 <Key
76 latin:keySpec="&#x1001;"
77 latin:keyLabelFlags="fontNormal" />
78 <!-- U+101C: "လ" MYANMAR LETTER LA -->
79 <Key
80 latin:keySpec="&#x101C;"
81 latin:keyLabelFlags="fontNormal" />
82 <!-- U+1018: "ဘ" MYANMAR LETTER BHA -->
83 <Key
84 latin:keySpec="&#x1018;"
85 latin:keyLabelFlags="fontNormal" />
86 <!-- U+100A: "ည" MYANMAR LETTER NNYA -->
87 <Key
88 latin:keySpec="&#x100A;"
89 latin:keyLabelFlags="fontNormal" />
90 <!-- U+102C: "ာ" MYANMAR VOWEL SIGN AA -->
91 <Key
92 latin:keySpec="&#x102C;"
93 latin:keyLabelFlags="fontNormal" />
94 <!-- U+1029: "ဩ" MYANMAR LETTER O -->
95 <Key
96 latin:keySpec="&#x1029;"
97 latin:keyLabelFlags="fontNormal" />
98 <!-- U+104F: "၏" MYANMAR SYMBOL GENITIVE -->
99 <Key
100 latin:keySpec="&#x104F;"
101 latin:keyLabelFlags="fontNormal" />
102 </default>
103 </switch>
104</merge>