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