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+20AD: "" KIP SIGN --> 29 <Key 30 latin:keyLabel="₭" /> 31 <Key 32 latin:keyLabel="(" /> 33 <!-- U+0EAF: "" LAO ELLIPSIS --> 34 <Key 35 latin:keyLabel="ຯ" 36 latin:keyLabelFlags="fontNormal" /> 37 <Key 38 latin:keyLabel="\@" /> 39 <!-- U+0EB6/U+0EC9: "" LAO VOWEL SIGN Y/LAO TONE MAI THO --> 40 <Key 41 latin:keyLabel="ຶ້" 42 latin:keyLabelFlags="fontNormal|followKeyLetterRatio" /> 43 <!-- U+0EB7/U+0EC9: "" LAO VOWEL SIGN YY/LAO TONE MAI THO --> 44 <Key 45 latin:keyLabel="ື້" 46 latin:keyLabelFlags="fontNormal|followKeyLetterRatio" /> 47 <!-- U+0EC6: "" LAO KO LA --> 48 <Key 49 latin:keyLabel="ໆ" 50 latin:keyLabelFlags="fontNormal" /> 51 <!-- U+0EDD: "" LAO HO MO --> 52 <Key 53 latin:keyLabel="ໝ" 54 latin:keyLabelFlags="fontNormal" /> 55 <Key 56 latin:keyLabel="$" /> 57 <Key 58 latin:keyLabel=")" /> 59 </case> 60 <default> 61 <!-- U+0E9C: "" LAO LETTER PHO SUNG --> 62 <Key 63 latin:keyLabel="ຜ" 64 latin:keyLabelFlags="fontNormal" /> 65 <!-- U+0E9B: "" LAO LETTER PO --> 66 <Key 67 latin:keyLabel="ປ" 68 latin:keyLabelFlags="fontNormal" /> 69 <!-- U+0EC1: "" LAO VOWEL SIGN EI --> 70 <Key 71 latin:keyLabel="ແ" 72 latin:keyLabelFlags="fontNormal" /> 73 <!-- U+0EAD: "" LAO LETTER O --> 74 <Key 75 latin:keyLabel="ອ" 76 latin:keyLabelFlags="fontNormal" /> 77 <!-- U+0EB6: "" LAO VOWEL SIGN Y --> 78 <Key 79 latin:keyLabel="ຶ" 80 latin:keyLabelFlags="fontNormal" /> 81 <!-- U+0EB7: "" LAO VOWEL SIGN YY --> 82 <Key 83 latin:keyLabel="ື" 84 latin:keyLabelFlags="fontNormal" /> 85 <!-- U+0E97: "" LAO LETTER THO TAM --> 86 <Key 87 latin:keyLabel="ທ" 88 latin:keyLabelFlags="fontNormal" /> 89 <!-- U+0EA1: "" LAO LETTER MO --> 90 <Key 91 latin:keyLabel="ມ" 92 latin:keyLabelFlags="fontNormal" /> 93 <!-- U+0EC3: "" LAO VOWEL SIGN AY --> 94 <Key 95 latin:keyLabel="ໃ" 96 latin:keyLabelFlags="fontNormal" /> 97 <!-- U+0E9D: "" LAO LETTER FO TAM --> 98 <Key 99 latin:keyLabel="ຝ" 100 latin:keyLabelFlags="fontNormal" /> 101 </default> 102 </switch> 103 </merge> 104