blob: 332d09d7e43ea56a0f6969b6224f16d4a670a660 [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 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090029 latin:keySpec="(" />
Tadashi G. Takaoka5f32a472012-03-22 15:31:47 +090030 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090031 latin:keySpec=")" />
Tadashi G. Takaoka5f32a472012-03-22 15:31:47 +090032 <!-- U+0E09: "ฉ" THAI CHARACTER CHO CHING -->
33 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090034 latin:keySpec="&#x0E09;"
Tadashi G. Takaoka8624a0a2012-08-31 19:19:35 +090035 latin:keyLabelFlags="fontNormal" />
Tadashi G. Takaoka5f32a472012-03-22 15:31:47 +090036 <!-- U+0E2E: "ฮ" THAI CHARACTER HO NOKHUK -->
37 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090038 latin:keySpec="&#x0E2E;"
Tadashi G. Takaoka8624a0a2012-08-31 19:19:35 +090039 latin:keyLabelFlags="fontNormal" />
40 <!-- U+0020: " " SPACE
41 U+0E3A: " ฺ" THAI CHARACTER PHINTHU -->
42 <!-- Note: The space character is needed as a preceding letter to draw some Thai
43 composing characters correctly. -->
Tadashi G. Takaoka5f32a472012-03-22 15:31:47 +090044 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090045 latin:keySpec="&#x20;&#x0E3A;|&#x0E3A;"
Tadashi G. Takaoka8624a0a2012-08-31 19:19:35 +090046 latin:keyLabelFlags="fontNormal|followKeyLetterRatio" />
47 <!-- U+0020: " " SPACE
48 U+0E4C: " ์" THAI CHARACTER THANTHAKHAT -->
49 <!-- Note: The space character is needed as a preceding letter to draw some Thai
50 composing characters correctly. -->
Tadashi G. Takaoka5f32a472012-03-22 15:31:47 +090051 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090052 latin:keySpec="&#x20;&#x0E4C;|&#x0E4C;"
Tadashi G. Takaoka8624a0a2012-08-31 19:19:35 +090053 latin:keyLabelFlags="fontNormal|followKeyLetterRatio" />
Tadashi G. Takaoka5f32a472012-03-22 15:31:47 +090054 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090055 latin:keySpec="\?" />
Tadashi G. Takaoka5f32a472012-03-22 15:31:47 +090056 <!-- U+0E12: "ฒ" THAI CHARACTER THO PHUTHAO -->
57 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090058 latin:keySpec="&#x0E12;"
Tadashi G. Takaoka8624a0a2012-08-31 19:19:35 +090059 latin:keyLabelFlags="fontNormal" />
Tadashi G. Takaoka5f32a472012-03-22 15:31:47 +090060 <!-- U+0E2C: "ฬ" THAI CHARACTER LO CHULA -->
61 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090062 latin:keySpec="&#x0E2C;"
Tadashi G. Takaoka8624a0a2012-08-31 19:19:35 +090063 latin:keyLabelFlags="fontNormal" />
Tadashi G. Takaoka5f32a472012-03-22 15:31:47 +090064 <!-- U+0E26: "ฦ" THAI CHARACTER LU -->
65 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090066 latin:keySpec="&#x0E26;"
Tadashi G. Takaoka8624a0a2012-08-31 19:19:35 +090067 latin:keyLabelFlags="fontNormal" />
Tadashi G. Takaoka5f32a472012-03-22 15:31:47 +090068 </case>
69 <default>
70 <!-- U+0E1C: "ผ" THAI CHARACTER PHO PHUNG -->
71 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090072 latin:keySpec="&#x0E1C;"
Tadashi G. Takaoka8624a0a2012-08-31 19:19:35 +090073 latin:keyLabelFlags="fontNormal" />
Tadashi G. Takaoka5f32a472012-03-22 15:31:47 +090074 <!-- U+0E1B: "ป" THAI CHARACTER PO PLA -->
75 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090076 latin:keySpec="&#x0E1B;"
Tadashi G. Takaoka8624a0a2012-08-31 19:19:35 +090077 latin:keyLabelFlags="fontNormal" />
Tadashi G. Takaoka5f32a472012-03-22 15:31:47 +090078 <!-- U+0E41: "แ" THAI CHARACTER SARA AE -->
79 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090080 latin:keySpec="&#x0E41;"
Tadashi G. Takaoka8624a0a2012-08-31 19:19:35 +090081 latin:keyLabelFlags="fontNormal" />
Tadashi G. Takaoka5f32a472012-03-22 15:31:47 +090082 <!-- U+0E2D: "อ" THAI CHARACTER O ANG -->
83 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090084 latin:keySpec="&#x0E2D;"
Tadashi G. Takaoka8624a0a2012-08-31 19:19:35 +090085 latin:keyLabelFlags="fontNormal" />
86 <!-- U+0020: " " SPACE
87 U+0E34: " ิ" THAI CHARACTER SARA I -->
88 <!-- Note: The space character is needed as a preceding letter to draw some Thai
89 composing characters correctly. -->
Tadashi G. Takaoka5f32a472012-03-22 15:31:47 +090090 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090091 latin:keySpec="&#x20;&#x0E34;|&#x0E34;"
Tadashi G. Takaoka8624a0a2012-08-31 19:19:35 +090092 latin:keyLabelFlags="fontNormal|followKeyLetterRatio" />
93 <!-- U+0020: " " SPACE
94 U+0E37: " ื" THAI CHARACTER SARA UEE -->
95 <!-- Note: The space character is needed as a preceding letter to draw some Thai
96 composing characters correctly. -->
Tadashi G. Takaoka5f32a472012-03-22 15:31:47 +090097 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090098 latin:keySpec="&#x20;&#x0E37;|&#x0E37;"
Tadashi G. Takaoka8624a0a2012-08-31 19:19:35 +090099 latin:keyLabelFlags="fontNormal|followKeyLetterRatio" />
Tadashi G. Takaoka5f32a472012-03-22 15:31:47 +0900100 <!-- U+0E17: "ท" THAI CHARACTER THO THAHAN -->
101 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +0900102 latin:keySpec="&#x0E17;"
Tadashi G. Takaoka8624a0a2012-08-31 19:19:35 +0900103 latin:keyLabelFlags="fontNormal" />
Tadashi G. Takaoka5f32a472012-03-22 15:31:47 +0900104 <!-- U+0E21: "ม" THAI CHARACTER MO MA -->
105 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +0900106 latin:keySpec="&#x0E21;"
Tadashi G. Takaoka8624a0a2012-08-31 19:19:35 +0900107 latin:keyLabelFlags="fontNormal" />
Tadashi G. Takaoka5f32a472012-03-22 15:31:47 +0900108 <!-- U+0E43: "ใ" THAI CHARACTER SARA AI MAIMUAN -->
109 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +0900110 latin:keySpec="&#x0E43;"
Tadashi G. Takaoka8624a0a2012-08-31 19:19:35 +0900111 latin:keyLabelFlags="fontNormal" />
Tadashi G. Takaoka5f32a472012-03-22 15:31:47 +0900112 <!-- U+0E1D: "ฝ" THAI CHARACTER FO FA -->
113 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +0900114 latin:keySpec="&#x0E1D;"
Tadashi G. Takaoka8624a0a2012-08-31 19:19:35 +0900115 latin:keyLabelFlags="fontNormal" />
Tadashi G. Takaoka5f32a472012-03-22 15:31:47 +0900116 </default>
117 </switch>
118</merge>