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+20AD: "" KIP SIGN --> 25 <Key 26 latin:keySpec="₭" 27 latin:keyLabelFlags="fontDefault" /> 28 <Key 29 latin:keySpec="(" 30 latin:keyLabelFlags="fontDefault" /> 31 <Key latin:keySpec="ຯ" /> 32 <Key 33 latin:keySpec="\@" 34 latin:keyLabelFlags="fontDefault" /> 35 <!-- U+0EB6/U+0EC9: "" LAO VOWEL SIGN Y/LAO TONE MAI THO --> 36 <Key 37 latin:keySpec="ຶ້" 38 latin:keyLabelFlags="followKeyLetterRatio" /> 39 <!-- U+0EB7/U+0EC9: "" LAO VOWEL SIGN YY/LAO TONE MAI THO --> 40 <Key 41 latin:keySpec="ື້" 42 latin:keyLabelFlags="followKeyLetterRatio" /> 43 <!-- U+0EC6: "" LAO KO LA --> 44 <Key latin:keySpec="ໆ" /> 45 <!-- U+0EDD: "" LAO HO MO --> 46 <Key latin:keySpec="ໝ" /> 47 <Key 48 latin:keySpec="$" 49 latin:keyLabelFlags="fontDefault" /> 50 <Key 51 latin:keySpec=")" 52 latin:keyLabelFlags="fontDefault" /> 53 </case> 54 <default> 55 <!-- U+0E9C: "" LAO LETTER PHO SUNG --> 56 <Key latin:keySpec="ຜ" /> 57 <!-- U+0E9B: "" LAO LETTER PO --> 58 <Key latin:keySpec="ປ" /> 59 <!-- U+0EC1: "" LAO VOWEL SIGN EI --> 60 <Key latin:keySpec="ແ" /> 61 <!-- U+0EAD: "" LAO LETTER O --> 62 <Key latin:keySpec="ອ" /> 63 <!-- U+0EB6: "" LAO VOWEL SIGN Y --> 64 <Key latin:keySpec="ຶ" /> 65 <!-- U+0EB7: "" LAO VOWEL SIGN YY --> 66 <Key latin:keySpec="ື" /> 67 <!-- U+0E97: "" LAO LETTER THO TAM --> 68 <Key latin:keySpec="ທ" /> 69 <!-- U+0EA1: "" LAO LETTER MO --> 70 <Key latin:keySpec="ມ" /> 71 <!-- U+0EC3: "" LAO VOWEL SIGN AY --> 72 <Key latin:keySpec="ໃ" /> 73 <!-- U+0E9D: "" LAO LETTER FO TAM --> 74 <Key latin:keySpec="ຝ" /> 75 </default> 76 </switch> 77 </merge> 78