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+0E24: "ฤ" THAI CHARACTER RU --> |
| 29 | <Key |
| 30 | latin:keyLabel="ฤ" /> |
| 31 | <!-- U+0E06: "ฆ" THAI CHARACTER KHO RAKHANG --> |
| 32 | <Key |
| 33 | latin:keyLabel="ฆ" /> |
| 34 | <!-- U+0E0F: "ฏ" THAI CHARACTER TO PATAK --> |
| 35 | <Key |
| 36 | latin:keyLabel="ฏ" /> |
| 37 | <!-- U+0E42: "โ" THAI CHARACTER SARA O --> |
| 38 | <Key |
| 39 | latin:keyLabel="โ" /> |
| 40 | <!-- U+0E0C: "ฌ" THAI CHARACTER CHO CHOE --> |
| 41 | <Key |
| 42 | latin:keyLabel="ฌ" /> |
| 43 | <!-- U+0E47: " ็" THAI CHARACTER MAITAIKHU --> |
| 44 | <Key |
| 45 | latin:keyLabel="็" /> |
| 46 | <!-- U+0E4B: " ๋" THAI CHARACTER MAI CHATTAWA --> |
| 47 | <Key |
| 48 | latin:keyLabel="๋" /> |
| 49 | <!-- U+0E29: "ษ" THAI CHARACTER SO RUSI --> |
| 50 | <Key |
| 51 | latin:keyLabel="ษ" /> |
| 52 | <!-- U+0E28: "ศ" THAI CHARACTER SO SALA --> |
| 53 | <Key |
| 54 | latin:keyLabel="ศ" /> |
| 55 | <!-- U+0E0B: "ซ" THAI CHARACTER SO SO --> |
| 56 | <Key |
| 57 | latin:keyLabel="ซ" /> |
| 58 | <Key |
| 59 | latin:keyLabel="." /> |
| 60 | </case> |
| 61 | <default> |
| 62 | <!-- U+0E1F: "ฟ" THAI CHARACTER FO FAN --> |
| 63 | <Key |
| 64 | latin:keyLabel="ฟ" /> |
| 65 | <!-- U+0E2B: "ห" THAI CHARACTER HO HIP --> |
| 66 | <Key |
| 67 | latin:keyLabel="ห" /> |
| 68 | <!-- U+0E01: "ก" THAI CHARACTER KO KAI --> |
| 69 | <Key |
| 70 | latin:keyLabel="ก" /> |
| 71 | <!-- U+0E14: "ด" THAI CHARACTER DO DEK --> |
| 72 | <Key |
| 73 | latin:keyLabel="ด" /> |
| 74 | <!-- U+0E40: "เ" THAI CHARACTER SARA E --> |
| 75 | <Key |
| 76 | latin:keyLabel="เ" /> |
| 77 | <!-- U+0E49: " ้" THAI CHARACTER MAI THO --> |
| 78 | <Key |
| 79 | latin:keyLabel="้" /> |
| 80 | <!-- U+0E48: " ฺ" THAI CHARACTER MAI EK --> |
| 81 | <Key |
| 82 | latin:keyLabel="่" /> |
| 83 | <!-- U+0E32: "า" THAI CHARACTER SARA AA --> |
| 84 | <Key |
Tadashi G. Takaoka | 8af62c2 | 2012-03-26 10:29:03 +0900 | [diff] [blame] | 85 | latin:keyLabel="า" /> |
Tadashi G. Takaoka | 5f32a47 | 2012-03-22 15:31:47 +0900 | [diff] [blame] | 86 | <!-- U+0E2A: "ส" THAI CHARACTER SO SUA --> |
| 87 | <Key |
Tadashi G. Takaoka | 8af62c2 | 2012-03-26 10:29:03 +0900 | [diff] [blame] | 88 | latin:keyLabel="ส" /> |
Tadashi G. Takaoka | 5f32a47 | 2012-03-22 15:31:47 +0900 | [diff] [blame] | 89 | <!-- U+0E27: "ว" THAI CHARACTER WO WAEN --> |
| 90 | <Key |
Tadashi G. Takaoka | 8af62c2 | 2012-03-26 10:29:03 +0900 | [diff] [blame] | 91 | latin:keyLabel="ว" /> |
Tadashi G. Takaoka | 5f32a47 | 2012-03-22 15:31:47 +0900 | [diff] [blame] | 92 | <!-- U+0E07: "ง" THAI CHARACTER NGO NGU --> |
| 93 | <Key |
| 94 | latin:keyLabel="ง" /> |
| 95 | </default> |
| 96 | </switch> |
| 97 | </merge> |