blob: 64549bdce5ac909f49dfcb8a20416a6ea0b7a5b0 [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
29 latin:keyLabel="(" />
30 <Key
31 latin:keyLabel=")" />
32 <!-- U+0E09: "ฉ" THAI CHARACTER CHO CHING -->
33 <Key
34 latin:keyLabel="&#x0E09;" />
35 <!-- U+0E2E: "ฮ" THAI CHARACTER HO NOKHUK -->
36 <Key
37 latin:keyLabel="&#x0E2E;" />
38 <!-- U+0E3A: " ฺ" THAI CHARACTER PHINTHU -->
39 <Key
40 latin:keyLabel="&#x0E3A;" />
41 <!-- U+0E4C: " ์" THAI CHARACTER THANTHAKHAT -->
42 <Key
43 latin:keyLabel="&#x0E4C;" />
44 <Key
45 latin:keyLabel="\?" />
46 <!-- U+0E12: "ฒ" THAI CHARACTER THO PHUTHAO -->
47 <Key
48 latin:keyLabel="&#x0E12;" />
49 <!-- U+0E2C: "ฬ" THAI CHARACTER LO CHULA -->
50 <Key
51 latin:keyLabel="&#x0E2C;" />
52 <!-- U+0E26: "ฦ" THAI CHARACTER LU -->
53 <Key
54 latin:keyLabel="&#x0E26;" />
55 </case>
56 <default>
57 <!-- U+0E1C: "ผ" THAI CHARACTER PHO PHUNG -->
58 <Key
59 latin:keyLabel="&#x0E1C;" />
60 <!-- U+0E1B: "ป" THAI CHARACTER PO PLA -->
61 <Key
62 latin:keyLabel="&#x0E1B;" />
63 <!-- U+0E41: "แ" THAI CHARACTER SARA AE -->
64 <Key
65 latin:keyLabel="&#x0E41;" />
66 <!-- U+0E2D: "อ" THAI CHARACTER O ANG -->
67 <Key
68 latin:keyLabel="&#x0E2D;" />
69 <!-- U+0E34: " ิ" THAI CHARACTER SARA I -->
70 <Key
71 latin:keyLabel="&#x0E34;" />
72 <!-- U+0E37: " ื" THAI CHARACTER SARA UEE -->
73 <Key
74 latin:keyLabel="&#x0E37;" />
75 <!-- U+0E17: "ท" THAI CHARACTER THO THAHAN -->
76 <Key
77 latin:keyLabel="&#x0E17;" />
78 <!-- U+0E21: "ม" THAI CHARACTER MO MA -->
79 <Key
80 latin:keyLabel="&#x0E21;" />
81 <!-- U+0E43: "ใ" THAI CHARACTER SARA AI MAIMUAN -->
82 <Key
83 latin:keyLabel="&#x0E43;" />
84 <!-- U+0E1D: "ฝ" THAI CHARACTER FO FA -->
85 <Key
86 latin:keyLabel="&#x0E1D;" />
87 </default>
88 </switch>
89</merge>