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 | <!-- U+0E51: "๑" THAI DIGIT ONE --> |
| 29 | <Key |
| 30 | latin:keyLabel="๑" /> |
| 31 | <!-- U+0E52: "๒" THAI DIGIT TWO --> |
| 32 | <Key |
| 33 | latin:keyLabel="๒" /> |
| 34 | <!-- U+0E53: "๓" THAI DIGIT THREE --> |
| 35 | <Key |
| 36 | latin:keyLabel="๓" /> |
| 37 | <!-- U+0E54: "๔" THAI DIGIT FOUR --> |
| 38 | <Key |
| 39 | latin:keyLabel="๔" /> |
| 40 | <!-- U+0E39: " ู" THAI CHARACTER SARA UU --> |
| 41 | <Key |
| 42 | latin:keyLabel="ู" /> |
| 43 | <!-- U+0E3F: "฿" THAI CURRENCY SYMBOL BAHT --> |
| 44 | <Key |
| 45 | latin:keyLabel="฿" /> |
| 46 | <!-- U+0E55: "๕" THAI DIGIT FIVE --> |
| 47 | <Key |
| 48 | latin:keyLabel="๕" /> |
| 49 | <!-- U+0E56: "๖" THAI DIGIT SIX --> |
| 50 | <Key |
| 51 | latin:keyLabel="๖" /> |
| 52 | <!-- U+0E57: "๗" THAI DIGIT SEVEN --> |
| 53 | <Key |
| 54 | latin:keyLabel="๗" /> |
| 55 | <!-- U+0E58: "๘" THAI DIGIT EIGHT --> |
| 56 | <Key |
| 57 | latin:keyLabel="๘" /> |
| 58 | <!-- U+0E59: "๙" THAI DIGIT NINE --> |
| 59 | <Key |
| 60 | latin:keyLabel="๙" /> |
| 61 | </case> |
| 62 | <default> |
| 63 | <!-- U+0E45: "ๅ" THAI CHARACTER LAKKHANGYAO --> |
| 64 | <Key |
| 65 | latin:keyLabel="ๅ" /> |
| 66 | <Key |
| 67 | latin:keyLabel="/" /> |
| 68 | <!-- U+0E20: "ภ" THAI CHARACTER PHO SAMPHAO --> |
| 69 | <Key |
| 70 | latin:keyLabel="ภ" /> |
| 71 | <!-- U+0E16: "ถ" THAI CHARACTER THO THUNG --> |
| 72 | <Key |
| 73 | latin:keyLabel="ถ" /> |
| 74 | <!-- U+0E38: " ุ" THAI CHARACTER SARA U --> |
| 75 | <Key |
| 76 | latin:keyLabel="ุ" /> |
| 77 | <!-- U+0E36: " ึ" THAI CHARACTER SARA UE --> |
| 78 | <Key |
| 79 | latin:keyLabel="ึ" /> |
| 80 | <!-- U+0E04: "ค" THAI CHARACTER KHO KHWAI --> |
| 81 | <Key |
| 82 | latin:keyLabel="ค" /> |
| 83 | <!-- U+0E15: "ต" THAI CHARACTER TO TAO --> |
| 84 | <Key |
| 85 | latin:keyLabel="ต" /> |
| 86 | <!-- U+0E08: "จ" THAI CHARACTER CHO CHAN --> |
| 87 | <Key |
| 88 | latin:keyLabel="จ" /> |
| 89 | <!-- U+0E02: "ข" THAI CHARACTER KHO KHAI --> |
| 90 | <Key |
| 91 | latin:keyLabel="ข" /> |
| 92 | <!-- U+0E0A: "ช" THAI CHARACTER CHO CHANG --> |
| 93 | <Key |
| 94 | latin:keyLabel="ช" /> |
| 95 | </default> |
| 96 | </switch> |
| 97 | </merge> |