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 xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"> 22 <switch> 23 <case latin:keyboardLayoutSetElement="alphabetManualShifted|alphabetShiftLocked|alphabetShiftLockShifted"> 24 <!-- U+0EB1/U+0EC9: "" LAO VOWEL SIGN MAI KAN/LAO TONE MAI THO --> 25 <Key 26 latin:keySpec="ັ້" 27 latin:keyLabelFlags="followKeyLetterRatio" /> 28 <Key 29 latin:keySpec=";" 30 latin:keyLabelFlags="fontDefault" /> 31 <Key 32 latin:keySpec="." 33 latin:keyLabelFlags="fontDefault" /> 34 <Key 35 latin:keySpec="," 36 latin:keyLabelFlags="fontDefault" /> 37 <Key 38 latin:keySpec=":" 39 latin:keyLabelFlags="fontDefault" /> 40 <!-- U+0ECA: "" LAO TONE MAI TI --> 41 <Key latin:keySpec="໊" /> 42 <!-- U+0ECB: "" LAO TONE MAI CATAWA --> 43 <Key latin:keySpec="໋" /> 44 <Key 45 latin:keySpec="!" 46 latin:keyLabelFlags="fontDefault" /> 47 <Key 48 latin:keySpec="\?" 49 latin:keyLabelFlags="fontDefault" /> 50 <Key 51 latin:keySpec="%" 52 latin:keyLabelFlags="fontDefault" /> 53 <Key 54 latin:keySpec="=" 55 latin:keyLabelFlags="fontDefault" /> 56 <!-- U+201C: "" LEFT DOUBLE QUOTATION MARK --> 57 <Key 58 latin:keySpec="“" 59 latin:keyLabelFlags="fontDefault" /> 60 </case> 61 <default> 62 <!-- U+0EB1: "" LAO VOWEL SIGN MAI KAN --> 63 <Key latin:keySpec="ັ" /> 64 <!-- U+0EAB: "" LAO LETTER HO SUNG --> 65 <Key latin:keySpec="ຫ" /> 66 <!-- U+0E81: "" LAO LETTER KO --> 67 <Key latin:keySpec="ກ" /> 68 <!-- U+0E94: "" LAO LETTER DO --> 69 <Key latin:keySpec="ດ" /> 70 <!-- U+0EC0: "" LAO VOWEL SIGN E --> 71 <Key latin:keySpec="ເ" /> 72 <!-- U+0EC9: "" LAO TONE MAI THO --> 73 <Key latin:keySpec="້" /> 74 <!-- U+0EC8: "" LAO TONE MAI EK --> 75 <Key latin:keySpec="່" /> 76 <!-- U+0EB2: "" LAO VOWEL SIGN AA --> 77 <Key latin:keySpec="າ" /> 78 <!-- U+0EAA: "" LAO LETTER SO SUNG --> 79 <Key latin:keySpec="ສ" /> 80 <!-- U+0EA7: "" LAO LETTER WO --> 81 <Key latin:keySpec="ວ" /> 82 <!-- U+0E87: "" LAO LETTER NGO --> 83 <Key latin:keySpec="ງ" /> 84 <!-- U+201C: "" LEFT DOUBLE QUOTATION MARK --> 85 <Key 86 latin:keySpec="“" 87 latin:keyLabelFlags="fontDefault" /> 88 </default> 89 </switch> 90 </merge> 91