1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- 3 /* 4 ** 5 ** Copyright 2012, 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+0E50: "" THAI DIGIT ZERO --> 29 <Key 30 latin:keyLabel="๐" /> 31 <Key 32 latin:keyLabel=""" /> 33 <!-- U+0E0E: "" THAI CHARACTER DO CHADA --> 34 <Key 35 latin:keyLabel="ฎ" /> 36 <!-- U+0E11: "" THAI CHARACTER THO NANGMONTHO --> 37 <Key 38 latin:keyLabel="ฑ" /> 39 <!-- U+0E18: "" THAI CHARACTER THO THONG --> 40 <Key 41 latin:keyLabel="ธ" /> 42 <!-- U+0E4D: " " THAI CHARACTER THANTHAKHAT --> 43 <Key 44 latin:keyLabel="ํ" /> 45 <!-- U+0E4A: " " THAI CHARACTER MAI TRI --> 46 <Key 47 latin:keyLabel="๊" /> 48 <!-- U+0E13: "" THAI CHARACTER NO NEN --> 49 <Key 50 latin:keyLabel="ณ" /> 51 <!-- U+0E2F: "" THAI CHARACTER PAIYANNOI --> 52 <Key 53 latin:keyLabel="ฯ" /> 54 <!-- U+0E0D: "" THAI CHARACTER YO YING --> 55 <Key 56 latin:keyLabel="ญ" /> 57 <!-- U+0E10: "" THAI CHARACTER THO THAN --> 58 <Key 59 latin:keyLabel="ฐ" /> 60 <Key 61 latin:keyLabel="," /> 62 <!-- U+0E05: "" THAI CHARACTER KHO KHON --> 63 <Key 64 latin:keyLabel="ฅ" /> 65 </case> 66 <default> 67 <!-- U+0E46: "" THAI CHARACTER MAIYAMOK --> 68 <Key 69 latin:keyLabel="ๆ" /> 70 <!-- U+0E44: "" THAI CHARACTER SARA AI MAIMALAI --> 71 <Key 72 latin:keyLabel="ไ" /> 73 <!-- U+0E33: "" THAI CHARACTER SARA AM --> 74 <Key 75 latin:keyLabel="ำ" /> 76 <!-- U+0E1E: "" THAI CHARACTER PHO PHAN --> 77 <Key 78 latin:keyLabel="พ" /> 79 <!-- U+0E30: "" THAI CHARACTER SARA A --> 80 <Key 81 latin:keyLabel="ะ" /> 82 <!-- U+0E31: " " THAI CHARACTER MAI HAN-AKAT --> 83 <Key 84 latin:keyLabel="ั" /> 85 <!-- U+0E35: " " HAI CHARACTER SARA II --> 86 <Key 87 latin:keyLabel="ี" /> 88 <!-- U+0E23: "" THAI CHARACTER RO RUA --> 89 <Key 90 latin:keyLabel="ร" /> 91 <!-- U+0E19: "" THAI CHARACTER NO NU --> 92 <Key 93 latin:keyLabel="น" /> 94 <!-- U+0E22: "" THAI CHARACTER YO YAK --> 95 <Key 96 latin:keyLabel="ย" /> 97 <!-- U+0E1A: "" THAI CHARACTER BO BAIMAI --> 98 <Key 99 latin:keyLabel="บ" /> 100 <!-- U+0E25: "" THAI CHARACTER LO LING --> 101 <Key 102 latin:keyLabel="ล" /> 103 <!-- U+0E03: "" THAI CHARACTER KHO KHUAT --> 104 <Key 105 latin:keyLabel="ฃ" /> 106 </default> 107 </switch> 108 </merge> 109