blob: 2fcc0068a7b9c32ccb6b22f0ea13cc71b6e554d6 [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+0E09: "ฉ" THAI CHARACTER CHO CHING -->
29 <Key
Tadashi G. Takaoka8624a0a2012-08-31 19:19:35 +090030 latin:keyLabel="&#x0E09;"
31 latin:keyLabelFlags="fontNormal" />
Tadashi G. Takaoka5f32a472012-03-22 15:31:47 +090032 <!-- U+0E2E: "ฮ" THAI CHARACTER HO NOKHUK -->
33 <Key
Tadashi G. Takaoka8624a0a2012-08-31 19:19:35 +090034 latin:keyLabel="&#x0E2E;"
35 latin:keyLabelFlags="fontNormal" />
Tadashi G. Takaoka5f32a472012-03-22 15:31:47 +090036 <!-- U+0E12: "ฒ" THAI CHARACTER THO PHUTHAO -->
37 <Key
Tadashi G. Takaoka8624a0a2012-08-31 19:19:35 +090038 latin:keyLabel="&#x0E12;"
39 latin:keyLabelFlags="fontNormal" />
Tadashi G. Takaoka5f32a472012-03-22 15:31:47 +090040 <!-- U+0E2C: "ฬ" THAI CHARACTER LO CHULA -->
41 <Key
Tadashi G. Takaoka8624a0a2012-08-31 19:19:35 +090042 latin:keyLabel="&#x0E2C;"
43 latin:keyLabelFlags="fontNormal" />
Tadashi G. Takaoka5f32a472012-03-22 15:31:47 +090044 <!-- U+0E26: "ฦ" THAI CHARACTER LU -->
45 <Key
Tadashi G. Takaoka8624a0a2012-08-31 19:19:35 +090046 latin:keyLabel="&#x0E26;"
47 latin:keyLabelFlags="fontNormal" />
48 <!-- U+0020: " " SPACE
49 U+0E4C: " ์" THAI CHARACTER THANTHAKHAT
Tadashi G. Takaoka5f32a472012-03-22 15:31:47 +090050 U+0E4D: " ํ" THAI CHARACTER NIKHAHIT
51 U+0E3A: " ฺ" THAI CHARACTER PHINTHU -->
Tadashi G. Takaoka8624a0a2012-08-31 19:19:35 +090052 <!-- Note: The space character is needed as a preceding letter to draw some Thai
53 composing characters correctly. -->
Tadashi G. Takaoka5f32a472012-03-22 15:31:47 +090054 <Key
Tadashi G. Takaoka8624a0a2012-08-31 19:19:35 +090055 latin:keyLabel="&#x20;&#x0E4C;"
56 latin:code="0x0E4C"
57 latin:moreKeys="&#x0E4D;,&#x0E3A;"
58 latin:keyLabelFlags="fontNormal|followKeyLetterRatio" />
59 <!-- U+0020: " " SPACE
60 U+0E47: " ็" THAI CHARACTER MAITAIKHU -->
61 <!-- Note: The space character is needed as a preceding letter to draw some Thai
62 composing characters correctly. -->
Tadashi G. Takaoka5f32a472012-03-22 15:31:47 +090063 <Key
Tadashi G. Takaoka8624a0a2012-08-31 19:19:35 +090064 latin:keyLabel="&#x20;&#x0E47;"
65 latin:code="0x0E47"
66 latin:keyLabelFlags="fontNormal|followKeyLetterRatio" />
Tadashi G. Takaoka5f32a472012-03-22 15:31:47 +090067 </case>
68 <default>
69 <!-- U+0E1C: "ผ" THAI CHARACTER PHO PHUNG -->
70 <Key
Tadashi G. Takaoka8624a0a2012-08-31 19:19:35 +090071 latin:keyLabel="&#x0E1C;"
72 latin:keyLabelFlags="fontNormal" />
Tadashi G. Takaoka5f32a472012-03-22 15:31:47 +090073 <!-- U+0E1B: "ป" THAI CHARACTER PO PLA
74 U+0E1A: "บ" THAI CHARACTER BO BAIMAI -->
75 <Key
76 latin:keyLabel="&#x0E1B;"
Tadashi G. Takaoka8624a0a2012-08-31 19:19:35 +090077 latin:moreKeys="&#x0E1A;"
78 latin:keyLabelFlags="fontNormal" />
Tadashi G. Takaoka5f32a472012-03-22 15:31:47 +090079 <!-- U+0E2D: "อ" THAI CHARACTER O ANG -->
80 <Key
Tadashi G. Takaoka8624a0a2012-08-31 19:19:35 +090081 latin:keyLabel="&#x0E2D;"
82 latin:keyLabelFlags="fontNormal" />
Tadashi G. Takaoka5f32a472012-03-22 15:31:47 +090083 <!-- U+0E17: "ท" THAI CHARACTER THO THAHAN -->
84 <Key
Tadashi G. Takaoka8624a0a2012-08-31 19:19:35 +090085 latin:keyLabel="&#x0E17;"
86 latin:keyLabelFlags="fontNormal" />
Tadashi G. Takaoka5f32a472012-03-22 15:31:47 +090087 <!-- U+0E21: "ม" THAI CHARACTER MO MA -->
88 <Key
Tadashi G. Takaoka8624a0a2012-08-31 19:19:35 +090089 latin:keyLabel="&#x0E21;"
90 latin:keyLabelFlags="fontNormal" />
Tadashi G. Takaoka5f32a472012-03-22 15:31:47 +090091 <!-- U+0E1D: "ฝ" THAI CHARACTER FO FA -->
92 <Key
Tadashi G. Takaoka8624a0a2012-08-31 19:19:35 +090093 latin:keyLabel="&#x0E1D;"
94 latin:keyLabelFlags="fontNormal" />
95 <!-- U+0020: " " SPACE
96 U+0E48: " ่" THAI CHARACTER MAI EK
Tadashi G. Takaoka5f32a472012-03-22 15:31:47 +090097 U+0E49: " ้" THAI CHARACTER MAI THO
98 U+0E4A: " ๊" THAI CHARACTER MAI TRI
99 U+0E4B: " ๋" THAI CHARACTER MAI CHATTAWA -->
Tadashi G. Takaoka8624a0a2012-08-31 19:19:35 +0900100 <!-- Note: The space character is needed as a preceding letter to draw some Thai
101 composing characters correctly. -->
Tadashi G. Takaoka5f32a472012-03-22 15:31:47 +0900102 <Key
Tadashi G. Takaoka8624a0a2012-08-31 19:19:35 +0900103 latin:keyLabel="&#x20;&#x0E48;"
104 latin:code="0x0E48"
105 latin:moreKeys="&#x0E49;,&#x0E4A;,&#x0E4B;"
106 latin:keyLabelFlags="fontNormal|followKeyLetterRatio" />
Tadashi G. Takaoka5f32a472012-03-22 15:31:47 +0900107 </default>
108 </switch>
109</merge>