Tadashi G. Takaoka | 5f32a47 | 2012-03-22 15:31:47 +0900 | [diff] [blame] | 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:keyboardSetElement="alphabetManualShifted|alphabetShiftLocked|alphabetShiftLockShifted" |
| 27 | > |
| 28 | <Key |
| 29 | latin:keyLabel="(" /> |
| 30 | <Key |
| 31 | latin:keyLabel=")" /> |
| 32 | <!-- U+0E09: "ฉ" THAI CHARACTER CHO CHING --> |
| 33 | <Key |
| 34 | latin:keyLabel="ฉ" /> |
| 35 | <!-- U+0E2E: "ฮ" THAI CHARACTER HO NOKHUK --> |
| 36 | <Key |
| 37 | latin:keyLabel="ฮ" /> |
| 38 | <!-- U+0E3A: " ฺ" THAI CHARACTER PHINTHU --> |
| 39 | <Key |
| 40 | latin:keyLabel="ฺ" /> |
| 41 | <!-- U+0E4C: " ์" THAI CHARACTER THANTHAKHAT --> |
| 42 | <Key |
| 43 | latin:keyLabel="์" /> |
| 44 | <Key |
| 45 | latin:keyLabel="\?" /> |
| 46 | <!-- U+0E12: "ฒ" THAI CHARACTER THO PHUTHAO --> |
| 47 | <Key |
| 48 | latin:keyLabel="ฒ" /> |
| 49 | <!-- U+0E2C: "ฬ" THAI CHARACTER LO CHULA --> |
| 50 | <Key |
| 51 | latin:keyLabel="ฬ" /> |
| 52 | <!-- U+0E26: "ฦ" THAI CHARACTER LU --> |
| 53 | <Key |
| 54 | latin:keyLabel="ฦ" /> |
| 55 | </case> |
| 56 | <default> |
| 57 | <!-- U+0E1C: "ผ" THAI CHARACTER PHO PHUNG --> |
| 58 | <Key |
| 59 | latin:keyLabel="ผ" /> |
| 60 | <!-- U+0E1B: "ป" THAI CHARACTER PO PLA --> |
| 61 | <Key |
| 62 | latin:keyLabel="ป" /> |
| 63 | <!-- U+0E41: "แ" THAI CHARACTER SARA AE --> |
| 64 | <Key |
| 65 | latin:keyLabel="แ" /> |
| 66 | <!-- U+0E2D: "อ" THAI CHARACTER O ANG --> |
| 67 | <Key |
| 68 | latin:keyLabel="อ" /> |
| 69 | <!-- U+0E34: " ิ" THAI CHARACTER SARA I --> |
| 70 | <Key |
| 71 | latin:keyLabel="ิ" /> |
| 72 | <!-- U+0E37: " ื" THAI CHARACTER SARA UEE --> |
| 73 | <Key |
| 74 | latin:keyLabel="ื" /> |
| 75 | <!-- U+0E17: "ท" THAI CHARACTER THO THAHAN --> |
| 76 | <Key |
| 77 | latin:keyLabel="ท" /> |
| 78 | <!-- U+0E21: "ม" THAI CHARACTER MO MA --> |
| 79 | <Key |
| 80 | latin:keyLabel="ม" /> |
| 81 | <!-- U+0E43: "ใ" THAI CHARACTER SARA AI MAIMUAN --> |
| 82 | <Key |
| 83 | latin:keyLabel="ใ" /> |
| 84 | <!-- U+0E1D: "ฝ" THAI CHARACTER FO FA --> |
| 85 | <Key |
| 86 | latin:keyLabel="ฝ" /> |
| 87 | </default> |
| 88 | </switch> |
| 89 | </merge> |