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="ဥ" /> 26 <!-- U+1026: "" MYANMAR LETTER UU --> 27 <Key latin:keySpec="ဦ" /> 28 <!-- U+100C: "" MYANMAR LETTER TTHA --> 29 <Key latin:keySpec="ဌ" /> 30 <!-- U+100B: "" MYANMAR LETTER TTA --> 31 <Key latin:keySpec="ဋ" /> 32 <!-- U+100D: "" MYANMAR LETTER DDA --> 33 <Key latin:keySpec="ဍ" /> 34 <!-- U+1020: "" MYANMAR LETTER LLA --> 35 <Key latin:keySpec="ဠ" /> 36 <!-- U+100B/U+1039/U+100C: "" MYANMAR LETTER TTA/MYANMAR SIGN VIRAMA/MYANMAR LETTER TTHA --> 37 <Key 38 latin:keySpec="ဋ္ဌ" 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="ဏ္ဍ" 44 latin:moreKeys="ဏ္ဌ" 45 latin:keyLabelFlags="followKeyLetterRatio" /> 46 </case> 47 <default> 48 <!-- U+1016: "" MYANMAR LETTER PHA --> 49 <Key latin:keySpec="ဖ" /> 50 <!-- U+1011: "" MYANMAR LETTER THA 51 U+1039/U+1011: "" MYANMAR SIGN VIRAMA/MYANMAR LETTER THA --> 52 <Key 53 latin:keySpec="ထ" 54 latin:moreKeys="္ထ" /> 55 <!-- U+1001: "" MYANMAR LETTER KHA 56 U+1039/U+1001: "" MYANMAR SIGN VIRAMA/MYANMAR LETTER KHA --> 57 <Key 58 latin:keySpec="ခ" 59 latin:moreKeys="္ခ" /> 60 <!-- U+101C: "" MYANMAR LETTER LA 61 U+1039/U+101C: "" MYANMAR SIGN VIRAMA/MYANMAR LETTER LA --> 62 <Key 63 latin:keySpec="လ" 64 latin:moreKeys="္လ" /> 65 <!-- U+1018: "" MYANMAR LETTER BHA 66 U+1039/U+1018: "" MYANMAR SIGN VIRAMA/MYANMAR LETTER BHA --> 67 <Key 68 latin:keySpec="ဘ" 69 latin:moreKeys="္ဘ" /> 70 <!-- U+100A: "" MYANMAR LETTER NNYA 71 U+1009: "" MYANMAR LETTER NYA --> 72 <Key 73 latin:keySpec="ည" 74 latin:moreKeys="ဉ" /> 75 <!-- U+101B: "" MYANMAR LETTER RA --> 76 <Key latin:keySpec="ရ" /> 77 <!-- U+101D: "" MYANMAR LETTER WA --> 78 <Key latin:keySpec="ဝ" /> 79 </default> 80 </switch> 81 </merge> 82