1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- 3 /* 4 ** 5 ** Copyright 2013, 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+0EBB/U+0EC9: "" LAO VOWEL SIGN MAI KON/LAO TONE MAI THO --> 29 <Key 30 latin:keyLabel="ົ້" 31 latin:keyLabelFlags="fontNormal|followKeyLetterRatio" /> 32 <!-- U+0ED0: "" LAO DIGIT ZERO --> 33 <Key 34 latin:keyLabel="໐" 35 latin:keyLabelFlags="fontNormal" /> 36 <!-- U+0EB3/U+0EC9: "" LAO VOWEL SIGN AM/LAO TONE MAI THO --> 37 <Key 38 latin:keyLabel="ຳ້" 39 latin:keyLabelFlags="fontNormal|followKeyLetterRatio" /> 40 <Key 41 latin:keyLabel="_" /> 42 <Key 43 latin:keyLabel="+" /> 44 <!-- U+0EB4/U+0EC9: "" LAO VOWEL SIGN I/LAO TONE MAI THO --> 45 <Key 46 latin:keyLabel="ິ້" 47 latin:keyLabelFlags="fontNormal|followKeyLetterRatio" /> 48 <!-- U+0EB5/U+0EC9: "" LAO VOWEL SIGN II/LAO TONE MAI THO --> 49 <Key 50 latin:keyLabel="ີ້" 51 latin:keyLabelFlags="fontNormal|followKeyLetterRatio" /> 52 <!-- U+0EA3: "" LAO LETTER LO LING --> 53 <Key 54 latin:keyLabel="ຣ" 55 latin:keyLabelFlags="fontNormal" /> 56 <!-- U+0EDC: "" LAO HO NO --> 57 <Key 58 latin:keyLabel="ໜ" 59 latin:keyLabelFlags="fontNormal" /> 60 <!-- U+0EBD: "" LAO SEMIVOWEL SIGN NYO --> 61 <Key 62 latin:keyLabel="ຽ" 63 latin:keyLabelFlags="fontNormal" /> 64 <!-- U+0EAB/U+0EBC: "" LAO LETTER HO SUNG/LAO SEMIVOWEL SIGN LO --> 65 <Key 66 latin:keyLabel="ຫຼ" 67 latin:keyLabelFlags="fontNormal|followKeyLetterRatio" /> 68 <!-- U+201D: "" RIGHT DOUBLE QUOTATION MARK --> 69 <Key 70 latin:keyLabel="”" /> 71 </case> 72 <default> 73 <!-- U+0EBB: "" LAO VOWEL SIGN MAI KON --> 74 <Key 75 latin:keyLabel="ົ" 76 latin:keyLabelFlags="fontNormal" /> 77 <!-- U+0EC4: "" LAO VOWEL SIGN AI 78 U+0ED0: "" LAO DIGIT ZERO --> 79 <Key 80 latin:keyLabel="ໄ" 81 latin:keyHintLabel="0" 82 latin:additionalMoreKeys="0" 83 latin:moreKeys="໐" 84 latin:keyLabelFlags="fontNormal" /> 85 <!-- U+0EB3: "" LAO VOWEL SIGN AM --> 86 <Key 87 latin:keyLabel="ຳ" 88 latin:keyLabelFlags="fontNormal" /> 89 <!-- U+0E9E: "" LAO LETTER PHO TAM --> 90 <Key 91 latin:keyLabel="ພ" 92 latin:keyLabelFlags="fontNormal" /> 93 <!-- U+0EB0: "" LAO VOWEL SIGN A --> 94 <Key 95 latin:keyLabel="ະ" 96 latin:keyLabelFlags="fontNormal" /> 97 <!-- U+0EB4: "" LAO VOWEL SIGN I --> 98 <Key 99 latin:keyLabel="ິ" 100 latin:keyLabelFlags="fontNormal" /> 101 <!-- U+0EB5: "" LAO VOWEL SIGN II --> 102 <Key 103 latin:keyLabel="ີ" 104 latin:keyLabelFlags="fontNormal" /> 105 <!-- U+0EAE: "" LAO LETTER HO TAM --> 106 <Key 107 latin:keyLabel="ຮ" 108 latin:keyLabelFlags="fontNormal" /> 109 <!-- U+0E99: "" LAO LETTER NO --> 110 <Key 111 latin:keyLabel="ນ" 112 latin:keyLabelFlags="fontNormal" /> 113 <!-- U+0E8D: "" LAO LETTER NYO --> 114 <Key 115 latin:keyLabel="ຍ" 116 latin:keyLabelFlags="fontNormal" /> 117 <!-- U+0E9A: "" LAO LETTER BO --> 118 <Key 119 latin:keyLabel="ບ" 120 latin:keyLabelFlags="fontNormal" /> 121 <!-- U+0EA5: "" LAO LETTER LO LOOT --> 122 <Key 123 latin:keyLabel="ລ" 124 latin:keyLabelFlags="fontNormal" /> 125 </default> 126 </switch> 127 </merge> 128