blob: a1befcfbbf0c2dbec662ee74dcb9b87a560fbb71 [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
Tadashi G. Takaoka92ac2aa2014-07-07 16:33:06 +090021<merge xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin">
Tadashi G. Takaokafc3263a2014-03-17 13:05:56 +090022 <switch>
Tadashi G. Takaoka92ac2aa2014-07-07 16:33:06 +090023 <case latin:keyboardLayoutSetElement="alphabetManualShifted|alphabetShiftLocked|alphabetShiftLockShifted">
Tadashi G. Takaoka977d0522014-04-10 19:02:20 +090024 <!-- U+1025: "ဥ" MYANMAR LETTER U -->
Tadashi G. Takaoka92ac2aa2014-07-07 16:33:06 +090025 <Key latin:keySpec="&#x1025;" />
Tadashi G. Takaokafc3263a2014-03-17 13:05:56 +090026 <!-- U+1026: "ဦ" MYANMAR LETTER UU -->
Tadashi G. Takaoka92ac2aa2014-07-07 16:33:06 +090027 <Key latin:keySpec="&#x1026;" />
Tadashi G. Takaoka977d0522014-04-10 19:02:20 +090028 <!-- U+100C: "ဌ" MYANMAR LETTER TTHA -->
Tadashi G. Takaoka92ac2aa2014-07-07 16:33:06 +090029 <Key latin:keySpec="&#x100C;" />
Tadashi G. Takaoka977d0522014-04-10 19:02:20 +090030 <!-- U+100B: "ဋ" MYANMAR LETTER TTA -->
Tadashi G. Takaoka92ac2aa2014-07-07 16:33:06 +090031 <Key latin:keySpec="&#x100B;" />
Tadashi G. Takaoka977d0522014-04-10 19:02:20 +090032 <!-- U+100D: "ဍ" MYANMAR LETTER DDA -->
Tadashi G. Takaoka92ac2aa2014-07-07 16:33:06 +090033 <Key latin:keySpec="&#x100D;" />
Tadashi G. Takaoka977d0522014-04-10 19:02:20 +090034 <!-- U+1020: "ဠ" MYANMAR LETTER LLA -->
Tadashi G. Takaoka92ac2aa2014-07-07 16:33:06 +090035 <Key latin:keySpec="&#x1020;" />
Tadashi G. Takaoka977d0522014-04-10 19:02:20 +090036 <!-- U+100B/U+1039/U+100C: "ဋ္ဌ" MYANMAR LETTER TTA/MYANMAR SIGN VIRAMA/MYANMAR LETTER TTHA -->
37 <Key
38 latin:keySpec="&#x100B;&#x1039;&#x100C;"
Tadashi G. Takaoka92ac2aa2014-07-07 16:33:06 +090039 latin:keyLabelFlags="followKeyLetterRatio" />
Tadashi G. Takaoka977d0522014-04-10 19:02:20 +090040 <!-- 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;"
Tadashi G. Takaoka92ac2aa2014-07-07 16:33:06 +090045 latin:keyLabelFlags="followKeyLetterRatio" />
Tadashi G. Takaokafc3263a2014-03-17 13:05:56 +090046 </case>
47 <default>
48 <!-- U+1016: "ဖ" MYANMAR LETTER PHA -->
Tadashi G. Takaoka92ac2aa2014-07-07 16:33:06 +090049 <Key latin:keySpec="&#x1016;" />
Tadashi G. Takaokab657c052014-07-09 17:18:55 +090050 <!-- U+1011: "ထ" MYANMAR LETTER THA
51 U+1039/U+1011: "္ထ" MYANMAR SIGN VIRAMA/MYANMAR LETTER THA -->
52 <Key
53 latin:keySpec="&#x1011;"
54 latin:moreKeys="&#x1039;&#x1011;" />
55 <!-- U+1001: "ခ" MYANMAR LETTER KHA
56 U+1039/U+1001: "္ခ" MYANMAR SIGN VIRAMA/MYANMAR LETTER KHA -->
57 <Key
58 latin:keySpec="&#x1001;"
59 latin:moreKeys="&#x1039;&#x1001;" />
60 <!-- U+101C: "လ" MYANMAR LETTER LA
61 U+1039/U+101C: "္လ" MYANMAR SIGN VIRAMA/MYANMAR LETTER LA -->
62 <Key
63 latin:keySpec="&#x101C;"
64 latin:moreKeys="&#x1039;&#x101C;" />
65 <!-- U+1018: "ဘ" MYANMAR LETTER BHA
66 U+1039/U+1018: "္ဘ" MYANMAR SIGN VIRAMA/MYANMAR LETTER BHA -->
67 <Key
68 latin:keySpec="&#x1018;"
69 latin:moreKeys="&#x1039;&#x1018;" />
Tadashi G. Takaoka977d0522014-04-10 19:02:20 +090070 <!-- U+100A: "ည" MYANMAR LETTER NNYA
71 U+1009: "ဉ" MYANMAR LETTER NYA -->
Tadashi G. Takaokafc3263a2014-03-17 13:05:56 +090072 <Key
73 latin:keySpec="&#x100A;"
Tadashi G. Takaoka92ac2aa2014-07-07 16:33:06 +090074 latin:moreKeys="&#x1009;" />
Tadashi G. Takaoka977d0522014-04-10 19:02:20 +090075 <!-- U+101B: "ရ" MYANMAR LETTER RA -->
Tadashi G. Takaoka92ac2aa2014-07-07 16:33:06 +090076 <Key latin:keySpec="&#x101B;" />
Tadashi G. Takaoka977d0522014-04-10 19:02:20 +090077 <!-- U+101D: "ဝ" MYANMAR LETTER WA -->
Tadashi G. Takaoka92ac2aa2014-07-07 16:33:06 +090078 <Key latin:keySpec="&#x101D;" />
Tadashi G. Takaokafc3263a2014-03-17 13:05:56 +090079 </default>
80 </switch>
81</merge>