blob: 950d2a45698d8a4d2a63faa9b77f7985e9d47215 [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 >
Tadashi G. Takaoka5f32a472012-03-22 15:31:47 +090028 <Key
Tadashi G. Takaokaab5f9532012-09-03 11:26:45 +090029 latin:keyLabel="+" />
30 <!-- U+0E51: "๑" THAI DIGIT ONE -->
Tadashi G. Takaoka5f32a472012-03-22 15:31:47 +090031 <Key
32 latin:keyLabel="&#x0E51;"
Tadashi G. Takaoka8624a0a2012-08-31 19:19:35 +090033 latin:keyLabelFlags="fontNormal" />
Tadashi G. Takaokaab5f9532012-09-03 11:26:45 +090034 <!-- U+0E52: "๒" THAI DIGIT TWO -->
35 <Key
36 latin:keyLabel="&#x0E52;"
37 latin:keyLabelFlags="fontNormal" />
38 <!-- U+0E53: "๓" THAI DIGIT THREE -->
39 <Key
40 latin:keyLabel="&#x0E53;"
41 latin:keyLabelFlags="fontNormal" />
42 <!-- U+0E54: "๔" THAI DIGIT FOUR -->
43 <Key
44 latin:keyLabel="&#x0E54;"
45 latin:keyLabelFlags="fontNormal" />
46 <!-- U+0020: " " SPACE
47 U+0E39: " ู" THAI CHARACTER SARA UU -->
48 <!-- Note: The space character is needed as a preceding letter to draw some Thai
49 composing characters correctly. -->
50 <Key
51 latin:keyLabel="&#x20;&#x0E39;"
52 latin:code="0x0E39"
53 latin:keyLabelFlags="fontNormal|followKeyLetterRatio" />
54 <!-- U+0E3F: "฿" THAI CURRENCY SYMBOL BAHT -->
55 <Key
56 latin:keyLabel="&#x0E3F;"
57 latin:keyLabelFlags="fontNormal" />
58 <!-- U+0E55: "๕" THAI DIGIT FIVE -->
59 <Key
60 latin:keyLabel="&#x0E55;"
61 latin:keyLabelFlags="fontNormal" />
62 <!-- U+0E56: "๖" THAI DIGIT SIX -->
Tadashi G. Takaoka5f32a472012-03-22 15:31:47 +090063 <Key
64 latin:keyLabel="&#x0E56;"
Tadashi G. Takaokaab5f9532012-09-03 11:26:45 +090065 latin:keyLabelFlags="fontNormal" />
66 <!-- U+0E57: "๗" THAI DIGIT SEVEN -->
67 <Key
68 latin:keyLabel="&#x0E57;"
69 latin:keyLabelFlags="fontNormal" />
70 <!-- U+0E58: "๘" THAI DIGIT EIGHT -->
71 <Key
72 latin:keyLabel="&#x0E58;"
73 latin:keyLabelFlags="fontNormal" />
74 <!-- U+0E59: "๙" THAI DIGIT NINE -->
75 <Key
76 latin:keyLabel="&#x0E59;"
Tadashi G. Takaoka8624a0a2012-08-31 19:19:35 +090077 latin:keyLabelFlags="fontNormal" />
Tadashi G. Takaoka5f32a472012-03-22 15:31:47 +090078 </case>
79 <default>
Tadashi G. Takaokaab5f9532012-09-03 11:26:45 +090080 <!-- U+0E45: "ๅ" THAI CHARACTER LAKKHANGYAO -->
81 <Key
82 latin:keyLabel="&#x0E45;"
83 latin:keyLabelFlags="fontNormal" />
84 <Key
85 latin:keyLabel="/" />
86 <Key
87 latin:keyLabel="_" />
Tadashi G. Takaoka5f32a472012-03-22 15:31:47 +090088 <!-- U+0E20: "ภ" THAI CHARACTER PHO SAMPHAO -->
89 <Key
90 latin:keyLabel="&#x0E20;"
Tadashi G. Takaoka8624a0a2012-08-31 19:19:35 +090091 latin:keyLabelFlags="fontNormal" />
Tadashi G. Takaoka5f32a472012-03-22 15:31:47 +090092 <!-- U+0E16: "ถ" THAI CHARACTER THO THUNG -->
93 <Key
94 latin:keyLabel="&#x0E16;"
Tadashi G. Takaoka8624a0a2012-08-31 19:19:35 +090095 latin:keyLabelFlags="fontNormal" />
Tadashi G. Takaokaab5f9532012-09-03 11:26:45 +090096 <!-- U+0020: " " SPACE
97 U+0E38: " ุ" THAI CHARACTER SARA U -->
98 <!-- Note: The space character is needed as a preceding letter to draw some Thai
99 composing characters correctly. -->
100 <Key
101 latin:keyLabel="&#x20;&#x0E38;"
102 latin:code="0x0E38"
103 latin:keyLabelFlags="fontNormal|followKeyLetterRatio" />
104 <!-- U+0020: " " SPACE
105 U+0E36: " ึ" THAI CHARACTER SARA UE -->
106 <!-- Note: The space character is needed as a preceding letter to draw some Thai
107 composing characters correctly. -->
108 <Key
109 latin:keyLabel="&#x20;&#x0E36;"
110 latin:code="0x0E36"
111 latin:keyLabelFlags="fontNormal|followKeyLetterRatio" />
Tadashi G. Takaoka5f32a472012-03-22 15:31:47 +0900112 <!-- U+0E04: "ค" THAI CHARACTER KHO KHWAI -->
113 <Key
114 latin:keyLabel="&#x0E04;"
Tadashi G. Takaoka8624a0a2012-08-31 19:19:35 +0900115 latin:keyLabelFlags="fontNormal" />
Tadashi G. Takaoka5f32a472012-03-22 15:31:47 +0900116 <!-- U+0E15: "ต" THAI CHARACTER TO TAO -->
117 <Key
118 latin:keyLabel="&#x0E15;"
Tadashi G. Takaoka8624a0a2012-08-31 19:19:35 +0900119 latin:keyLabelFlags="fontNormal" />
Tadashi G. Takaoka5f32a472012-03-22 15:31:47 +0900120 <!-- U+0E08: "จ" THAI CHARACTER CHO CHAN -->
121 <Key
122 latin:keyLabel="&#x0E08;"
Tadashi G. Takaoka8624a0a2012-08-31 19:19:35 +0900123 latin:keyLabelFlags="fontNormal" />
Tadashi G. Takaoka5f32a472012-03-22 15:31:47 +0900124 <!-- U+0E02: "ข" THAI CHARACTER KHO KHAI -->
125 <Key
126 latin:keyLabel="&#x0E02;"
Tadashi G. Takaoka8624a0a2012-08-31 19:19:35 +0900127 latin:keyLabelFlags="fontNormal" />
Tadashi G. Takaoka5f32a472012-03-22 15:31:47 +0900128 <!-- U+0E0A: "ช" THAI CHARACTER CHO CHANG -->
129 <Key
130 latin:keyLabel="&#x0E0A;"
Tadashi G. Takaoka8624a0a2012-08-31 19:19:35 +0900131 latin:keyLabelFlags="fontNormal" />
Tadashi G. Takaoka5f32a472012-03-22 15:31:47 +0900132 </default>
133 </switch>
134</merge>