blob: 7b6e6372eccf7f79f45bca977c171bdd1ea95c5c [file] [log] [blame]
Satoshi Kataoka9c739932012-11-06 13:49:17 +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
26 latin:keyboardLayoutSetElement="alphabetManualShifted|alphabetShiftLocked|alphabetShiftLockShifted"
27 >
28 <!-- U+0E24: "ฤ" THAI CHARACTER RU -->
29 <Key
30 latin:keyLabel="&#x0E24;"
31 latin:keyLabelFlags="fontNormal" />
32 <!-- U+0E06: "ฆ" THAI CHARACTER KHO RAKHANG -->
33 <Key
34 latin:keyLabel="&#x0E06;"
35 latin:keyLabelFlags="fontNormal" />
36 <!-- U+0E0F: "ฏ" THAI CHARACTER TO PATAK -->
37 <Key
38 latin:keyLabel="&#x0E0F;"
39 latin:keyLabelFlags="fontNormal" />
40 <!-- U+0E42: "โ" THAI CHARACTER SARA O -->
41 <Key
42 latin:keyLabel="&#x0E42;"
43 latin:keyLabelFlags="fontNormal" />
44 <!-- U+0E0C: "ฌ" THAI CHARACTER CHO CHOE -->
45 <Key
46 latin:keyLabel="&#x0E0C;"
47 latin:keyLabelFlags="fontNormal" />
48 <!-- U+0020: " " SPACE
49 U+0E47: " ็" THAI CHARACTER MAITAIKHU -->
50 <!-- Note: The space character is needed as a preceding letter to draw some Thai
51 composing characters correctly. -->
52 <Key
53 latin:keyLabel="&#x20;&#x0E47;"
54 latin:code="0x0E47"
55 latin:keyLabelFlags="fontNormal|followKeyLetterRatio" />
56 <!-- U+0020: " " SPACE
57 U+0E4B: " ๋" THAI CHARACTER MAI CHATTAWA -->
58 <!-- Note: The space character is needed as a preceding letter to draw some Thai
59 composing characters correctly. -->
60 <Key
61 latin:keyLabel="&#x20;&#x0E4B;"
62 latin:code="0x0E4B"
63 latin:keyLabelFlags="fontNormal|followKeyLetterRatio" />
64 <!-- U+0E29: "ษ" THAI CHARACTER SO RUSI -->
65 <Key
66 latin:keyLabel="&#x0E29;"
67 latin:keyLabelFlags="fontNormal" />
68 <!-- U+0E28: "ศ" THAI CHARACTER SO SALA -->
69 <Key
70 latin:keyLabel="&#x0E28;"
71 latin:keyLabelFlags="fontNormal" />
72 <!-- U+0E0B: "ซ" THAI CHARACTER SO SO -->
73 <Key
74 latin:keyLabel="&#x0E0B;"
75 latin:keyLabelFlags="fontNormal" />
76 <Key
77 latin:keyLabel="." />
78 </case>
79 <default>
80 <!-- U+0E1F: "ฟ" THAI CHARACTER FO FAN -->
81 <Key
82 latin:keyLabel="&#x0E1F;"
83 latin:keyLabelFlags="fontNormal" />
84 <!-- U+0E2B: "ห" THAI CHARACTER HO HIP -->
85 <Key
86 latin:keyLabel="&#x0E2B;"
87 latin:keyLabelFlags="fontNormal" />
88 <!-- U+0E01: "ก" THAI CHARACTER KO KAI -->
89 <Key
90 latin:keyLabel="&#x0E01;"
91 latin:keyLabelFlags="fontNormal" />
92 <!-- U+0E14: "ด" THAI CHARACTER DO DEK -->
93 <Key
94 latin:keyLabel="&#x0E14;"
95 latin:keyLabelFlags="fontNormal" />
96 <!-- U+0E40: "เ" THAI CHARACTER SARA E -->
97 <Key
98 latin:keyLabel="&#x0E40;"
99 latin:keyLabelFlags="fontNormal" />
100 <!-- U+0020: " " SPACE
101 U+0E49: " ้" THAI CHARACTER MAI THO -->
102 <!-- Note: The space character is needed as a preceding letter to draw some Thai
103 composing characters correctly. -->
104 <Key
105 latin:keyLabel="&#x20;&#x0E49;"
106 latin:code="0x0E49"
107 latin:keyLabelFlags="fontNormal|followKeyLetterRatio" />
108 <!-- U+0020: " " SPACE
109 U+0E48: " ่" THAI CHARACTER MAI EK -->
110 <!-- Note: The space character is needed as a preceding letter to draw some Thai
111 composing characters correctly. -->
112 <Key
113 latin:keyLabel="&#x20;&#x0E48;"
114 latin:code="0x0E48"
115 latin:keyLabelFlags="fontNormal|followKeyLetterRatio" />
116 <!-- U+0E32: "า" THAI CHARACTER SARA AA -->
117 <Key
118 latin:keyLabel="&#x0E32;"
119 latin:keyLabelFlags="fontNormal" />
120 <!-- U+0E2A: "ส" THAI CHARACTER SO SUA -->
121 <Key
122 latin:keyLabel="&#x0E2A;"
123 latin:keyLabelFlags="fontNormal" />
124 <!-- U+0E27: "ว" THAI CHARACTER WO WAEN -->
125 <Key
126 latin:keyLabel="&#x0E27;"
127 latin:keyLabelFlags="fontNormal" />
128 <!-- U+0E07: "ง" THAI CHARACTER NGO NGU -->
129 <Key
130 latin:keyLabel="&#x0E07;"
131 latin:keyLabelFlags="fontNormal" />
132 </default>
133 </switch>
134</merge>