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 xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"> 22 <switch> 23 <case latin:keyboardLayoutSetElement="alphabetManualShifted|alphabetShiftLocked|alphabetShiftLockShifted"> 24 <!-- U+0E50: "" THAI DIGIT ZERO --> 25 <Key latin:keySpec="๐" /> 26 <Key 27 latin:keySpec=""" 28 latin:keyLabelFlags="fontDefault" /> 29 <!-- U+0E0E: "" THAI CHARACTER DO CHADA --> 30 <Key latin:keySpec="ฎ" /> 31 <!-- U+0E11: "" THAI CHARACTER THO NANGMONTHO --> 32 <Key latin:keySpec="ฑ" /> 33 <!-- U+0E18: "" THAI CHARACTER THO THONG --> 34 <Key latin:keySpec="ธ" /> 35 <!-- U+0020: " " SPACE 36 U+0E4D: " " THAI CHARACTER THANTHAKHAT --> 37 <!-- Note: The space character is needed as a preceding letter to draw some Thai 38 composing characters correctly. --> 39 <Key 40 latin:keySpec=" ํ|ํ" 41 latin:keyLabelFlags="followKeyLetterRatio" /> 42 <!-- U+0020: " " SPACE 43 U+0E4A: " " THAI CHARACTER MAI TRI --> 44 <!-- Note: The space character is needed as a preceding letter to draw some Thai 45 composing characters correctly. --> 46 <Key 47 latin:keySpec=" ๊|๊" 48 latin:keyLabelFlags="followKeyLetterRatio" /> 49 <!-- U+0E13: "" THAI CHARACTER NO NEN --> 50 <Key latin:keySpec="ณ" /> 51 <!-- U+0E2F: "" THAI CHARACTER PAIYANNOI --> 52 <Key latin:keySpec="ฯ" /> 53 <!-- U+0E0D: "" THAI CHARACTER YO YING --> 54 <Key latin:keySpec="ญ" /> 55 <!-- U+0E10: "" THAI CHARACTER THO THAN --> 56 <Key latin:keySpec="ฐ" /> 57 <Key 58 latin:keySpec="," 59 latin:keyLabelFlags="fontDefault" /> 60 </case> 61 <default> 62 <!-- U+0E46: "" THAI CHARACTER MAIYAMOK 63 U+0E50: "" THAI DIGIT ZERO --> 64 <Key 65 latin:keySpec="ๆ" 66 latin:keyHintLabel="0" 67 latin:additionalMoreKeys="0" 68 latin:moreKeys="๐" /> 69 <!-- U+0E44: "" THAI CHARACTER SARA AI MAIMALAI --> 70 <Key latin:keySpec="ไ" /> 71 <!-- U+0E33: "" THAI CHARACTER SARA AM --> 72 <Key latin:keySpec="ำ" /> 73 <!-- U+0E1E: "" THAI CHARACTER PHO PHAN --> 74 <Key latin:keySpec="พ" /> 75 <!-- U+0E30: "" THAI CHARACTER SARA A --> 76 <Key latin:keySpec="ะ" /> 77 <!-- U+0020: " " SPACE 78 U+0E31: " " THAI CHARACTER MAI HAN-AKAT --> 79 <!-- Note: The space character is needed as a preceding letter to draw some Thai 80 composing characters correctly. --> 81 <Key 82 latin:keySpec=" ั|ั" 83 latin:keyLabelFlags="followKeyLetterRatio" /> 84 <!-- U+0020: " " SPACE 85 U+0E35: " " HAI CHARACTER SARA II --> 86 <!-- Note: The space character is needed as a preceding letter to draw some Thai 87 composing characters correctly. --> 88 <Key 89 latin:keySpec=" ี|ี" 90 latin:keyLabelFlags="followKeyLetterRatio" /> 91 <!-- U+0E23: "" THAI CHARACTER RO RUA --> 92 <Key latin:keySpec="ร" /> 93 <!-- U+0E19: "" THAI CHARACTER NO NU --> 94 <Key latin:keySpec="น" /> 95 <!-- U+0E22: "" THAI CHARACTER YO YAK --> 96 <Key latin:keySpec="ย" /> 97 <!-- U+0E1A: "" THAI CHARACTER BO BAIMAI --> 98 <Key latin:keySpec="บ" /> 99 <!-- U+0E25: "" THAI CHARACTER LO LING --> 100 <Key latin:keySpec="ล" /> 101 </default> 102 </switch> 103 </merge> 104