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 |
Tadashi G. Takaoka | 11d9ee7 | 2012-04-04 14:30:42 +0900 | [diff] [blame] | 26 | latin:keyboardLayoutSetElement="alphabetManualShifted|alphabetShiftLocked|alphabetShiftLockShifted" |
Tadashi G. Takaoka | 5f32a47 | 2012-03-22 15:31:47 +0900 | [diff] [blame] | 27 | > |
| 28 | <!-- U+0E09: "ฉ" THAI CHARACTER CHO CHING --> |
| 29 | <Key |
| 30 | latin:keyLabel="ฉ" /> |
| 31 | <!-- U+0E2E: "ฮ" THAI CHARACTER HO NOKHUK --> |
| 32 | <Key |
| 33 | latin:keyLabel="ฮ" /> |
| 34 | <!-- U+0E12: "ฒ" THAI CHARACTER THO PHUTHAO --> |
| 35 | <Key |
| 36 | latin:keyLabel="ฒ" /> |
| 37 | <!-- U+0E2C: "ฬ" THAI CHARACTER LO CHULA --> |
| 38 | <Key |
| 39 | latin:keyLabel="ฬ" /> |
| 40 | <!-- U+0E26: "ฦ" THAI CHARACTER LU --> |
| 41 | <Key |
| 42 | latin:keyLabel="ฦ" /> |
| 43 | <!-- U+0E4C: " ์" THAI CHARACTER THANTHAKHAT |
| 44 | U+0E4D: " ํ" THAI CHARACTER NIKHAHIT |
| 45 | U+0E3A: " ฺ" THAI CHARACTER PHINTHU --> |
| 46 | <Key |
| 47 | latin:keyLabel="์" |
| 48 | latin:moreKeys="ํ,ฺ" /> |
| 49 | <!-- U+0E47: " ็" THAI CHARACTER MAITAIKHU --> |
| 50 | <Key |
| 51 | latin:keyLabel="็" /> |
| 52 | </case> |
| 53 | <default> |
| 54 | <!-- U+0E1C: "ผ" THAI CHARACTER PHO PHUNG --> |
| 55 | <Key |
| 56 | latin:keyLabel="ผ" /> |
| 57 | <!-- U+0E1B: "ป" THAI CHARACTER PO PLA |
| 58 | U+0E1A: "บ" THAI CHARACTER BO BAIMAI --> |
| 59 | <Key |
| 60 | latin:keyLabel="ป" |
| 61 | latin:moreKeys="บ" /> |
| 62 | <!-- U+0E2D: "อ" THAI CHARACTER O ANG --> |
| 63 | <Key |
| 64 | latin:keyLabel="อ" /> |
| 65 | <!-- U+0E17: "ท" THAI CHARACTER THO THAHAN --> |
| 66 | <Key |
| 67 | latin:keyLabel="ท" /> |
| 68 | <!-- U+0E21: "ม" THAI CHARACTER MO MA --> |
| 69 | <Key |
| 70 | latin:keyLabel="ม" /> |
| 71 | <!-- U+0E1D: "ฝ" THAI CHARACTER FO FA --> |
| 72 | <Key |
| 73 | latin:keyLabel="ฝ" /> |
| 74 | <!-- U+0E48: " ่" THAI CHARACTER MAI EK |
| 75 | U+0E49: " ้" THAI CHARACTER MAI THO |
| 76 | U+0E4A: " ๊" THAI CHARACTER MAI TRI |
| 77 | U+0E4B: " ๋" THAI CHARACTER MAI CHATTAWA --> |
| 78 | <Key |
| 79 | latin:keyLabel="่" |
| 80 | latin:moreKeys="้,๊,๋" /> |
| 81 | </default> |
| 82 | </switch> |
| 83 | </merge> |