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 <Key 25 latin:keySpec="(" 26 latin:keyLabelFlags="fontDefault" /> 27 <Key 28 latin:keySpec=")" 29 latin:keyLabelFlags="fontDefault" /> 30 <!-- U+0E09: "" THAI CHARACTER CHO CHING --> 31 <Key latin:keySpec="ฉ" /> 32 <!-- U+0E2E: "" THAI CHARACTER HO NOKHUK --> 33 <Key latin:keySpec="ฮ" /> 34 <!-- U+0020: " " SPACE 35 U+0E3A: " " THAI CHARACTER PHINTHU --> 36 <!-- Note: The space character is needed as a preceding letter to draw some Thai 37 composing characters correctly. --> 38 <Key 39 latin:keySpec=" ฺ|ฺ" 40 latin:keyLabelFlags="followKeyLetterRatio" /> 41 <!-- U+0020: " " SPACE 42 U+0E4C: " " THAI CHARACTER THANTHAKHAT --> 43 <!-- Note: The space character is needed as a preceding letter to draw some Thai 44 composing characters correctly. --> 45 <Key 46 latin:keySpec=" ์|์" 47 latin:keyLabelFlags="followKeyLetterRatio" /> 48 <Key 49 latin:keySpec="\?" 50 latin:keyLabelFlags="fontDefault" /> 51 <!-- U+0E12: "" THAI CHARACTER THO PHUTHAO --> 52 <Key latin:keySpec="ฒ" /> 53 <!-- U+0E2C: "" THAI CHARACTER LO CHULA --> 54 <Key latin:keySpec="ฬ" /> 55 <!-- U+0E26: "" THAI CHARACTER LU --> 56 <Key latin:keySpec="ฦ" /> 57 </case> 58 <default> 59 <!-- U+0E1C: "" THAI CHARACTER PHO PHUNG --> 60 <Key latin:keySpec="ผ" /> 61 <!-- U+0E1B: "" THAI CHARACTER PO PLA --> 62 <Key latin:keySpec="ป" /> 63 <!-- U+0E41: "" THAI CHARACTER SARA AE --> 64 <Key latin:keySpec="แ" /> 65 <!-- U+0E2D: "" THAI CHARACTER O ANG --> 66 <Key latin:keySpec="อ" /> 67 <!-- U+0020: " " SPACE 68 U+0E34: " " THAI CHARACTER SARA I --> 69 <!-- Note: The space character is needed as a preceding letter to draw some Thai 70 composing characters correctly. --> 71 <Key 72 latin:keySpec=" ิ|ิ" 73 latin:keyLabelFlags="followKeyLetterRatio" /> 74 <!-- U+0020: " " SPACE 75 U+0E37: " " THAI CHARACTER SARA UEE --> 76 <!-- Note: The space character is needed as a preceding letter to draw some Thai 77 composing characters correctly. --> 78 <Key 79 latin:keySpec=" ื|ื" 80 latin:keyLabelFlags="followKeyLetterRatio" /> 81 <!-- U+0E17: "" THAI CHARACTER THO THAHAN --> 82 <Key latin:keySpec="ท" /> 83 <!-- U+0E21: "" THAI CHARACTER MO MA --> 84 <Key latin:keySpec="ม" /> 85 <!-- U+0E43: "" THAI CHARACTER SARA AI MAIMUAN --> 86 <Key latin:keySpec="ใ" /> 87 <!-- U+0E1D: "" THAI CHARACTER FO FA --> 88 <Key latin:keySpec="ฝ" /> 89 </default> 90 </switch> 91 </merge> 92