blob: 80e3563f87a5257e3a85747e32f3bfb0752e4b5f [file] [log] [blame]
Tadashi G. Takaoka5f32a472012-03-22 15:31:47 +09001<?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. Takaoka11d9ee72012-04-04 14:30:42 +090026 latin:keyboardLayoutSetElement="alphabetManualShifted|alphabetShiftLocked|alphabetShiftLockShifted"
Tadashi G. Takaoka5f32a472012-03-22 15:31:47 +090027 >
28 <!-- U+0E24: "ฤ" THAI CHARACTER RU -->
29 <Key
30 latin:keyLabel="&#x0E24;" />
31 <!-- U+0E06: "ฆ" THAI CHARACTER KHO RAKHANG -->
32 <Key
33 latin:keyLabel="&#x0E06;" />
34 <!-- U+0E0F: "ฏ" THAI CHARACTER TO PATAK -->
35 <Key
36 latin:keyLabel="&#x0E0F;" />
37 <!-- U+0E0C: "ฌ" THAI CHARACTER CHO CHOE -->
38 <Key
39 latin:keyLabel="&#x0E0C;" />
40 <!-- U+0E29: "ษ" THAI CHARACTER SO RUSI -->
41 <Key
42 latin:keyLabel="&#x0E29;" />
43 <!-- U+0E28: "ศ" THAI CHARACTER SO SALA -->
44 <Key
45 latin:keyLabel="&#x0E28;" />
46 <!-- U+0E0B: "ซ" THAI CHARACTER SO SO -->
47 <Key
48 latin:keyLabel="&#x0E0B;" />
Tadashi G. Takaoka8af62c22012-03-26 10:29:03 +090049 <!-- U+0E3F: "฿" THAI CURRENCY SYMBOL BAHT
50 U+0E45: "ๅ" THAI CHARACTER LAKKHANGYAO -->
Tadashi G. Takaoka5f32a472012-03-22 15:31:47 +090051 <Key
Tadashi G. Takaoka8af62c22012-03-26 10:29:03 +090052 latin:keyLabel="&#x0E3F;"
53 latin:moreKeys="&#x0E45;" />
Tadashi G. Takaoka5f32a472012-03-22 15:31:47 +090054 <!-- U+0E46: "ๆ" THAI CHARACTER MAIYAMOK
55 U+0E2F: "ฯ" THAI CHARACTER PAIYANNOI -->
56 <Key
57 latin:keyLabel="&#x0E46;"
58 latin:moreKeys="&#x0E2F;" />
59 </case>
60 <default>
61 <!-- U+0E1F: "ฟ" THAI CHARACTER FO FAN
62 U+0E1E: "พ" THAI CHARACTER PHO PHAN -->
63 <Key
64 latin:keyLabel="&#x0E1F;"
65 latin:moreKeys="&#x0E1E;" />
66 <!-- U+0E2B: "ห" THAI CHARACTER HO HIP -->
67 <Key
68 latin:keyLabel="&#x0E2B;" />
69 <!-- U+0E01: "ก" THAI CHARACTER KO KAI -->
70 <Key
71 latin:keyLabel="&#x0E01;" />
72 <!-- U+0E14: "ด" THAI CHARACTER DO DEK -->
73 <Key
74 latin:keyLabel="&#x0E14;" />
75 <!-- U+0E2A: "ส" THAI CHARACTER SO SUA -->
76 <Key
77 latin:keyLabel="&#x0E2A;" />
78 <!-- U+0E27: "ว" THAI CHARACTER WO WAEN -->
79 <Key
80 latin:keyLabel="&#x0E27;" />
81 <!-- U+0E07: "ง" THAI CHARACTER NGO NGU -->
82 <Key
83 latin:keyLabel="&#x0E07;" />
84 <!-- U+0E30: "ะ" THAI CHARACTER SARA A
85 U+0E32: "า" THAI CHARACTER SARA AA
86 U+0E33: " ำ" THAI CHARACTER SARA AM
87 U+0E40: "เ" THAI CHARACTER SARA E
88 U+0E41: "แ" THAI CHARACTER SARA AE
89 U+0E43: "ใ" THAI CHARACTER SARA AI MAIMUAN
90 U+0E44: "ไ" THAI CHARACTER SARA AI MAIMALAI
91 U+0E42: "โ" THAI CHARACTER SARA O -->
92 <Key
93 latin:keyLabel="&#x0E30;"
94 latin:moreKeys="&#x0E32;,&#x0E33;,&#x0E40;,&#x0E41;,&#x0E43;,&#x0E44;,&#x0E42;" />
95 <!-- U+0E31: " ั" THAI CHARACTER MAI HAN-AKAT
96 U+0E34: " ิ" THAI CHARACTER SARA I
97 U+0E35: " ี" THAI CHARACTER SARA II
98 U+0E36: " ึ" THAI CHARACTER SARA UE
99 U+0E37: " ื" THAI CHARACTER SARA UEE
100 U+0E38: " ุ" THAI CHARACTER SARA U
101 U+0E39: " ู" THAI CHARACTER SARA UU -->
102 <Key
103 latin:keyLabel="&#x0E31;"
104 latin:moreKeys="&#x0E34;,&#x0E35;,&#x0E36;,&#x0E37;,&#x0E38;,&#x0E39;" />
105 </default>
106 </switch>
107</merge>