blob: edb759a89c95d759c14f3923df2e5efc76e30fd9 (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
|
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
**
** Copyright 2012, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
**
** http://www.apache.org/licenses/LICENSE-2.0
**
** Unless required by applicable law or agreed to in writing, software
** distributed under the License is distributed on an "AS IS" BASIS,
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
*/
-->
<merge
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
>
<switch>
<case
latin:keyboardLayoutSetElement="alphabetManualShifted|alphabetShiftLocked|alphabetShiftLockShifted"
>
<!-- U+0E50: "๐" THAI DIGIT ZERO -->
<Key
latin:keyLabel="๐" />
<Key
latin:keyLabel=""" />
<!-- U+0E0E: "ฎ" THAI CHARACTER DO CHADA -->
<Key
latin:keyLabel="ฎ" />
<!-- U+0E11: "ฑ" THAI CHARACTER THO NANGMONTHO -->
<Key
latin:keyLabel="ฑ" />
<!-- U+0E18: "ธ" THAI CHARACTER THO THONG -->
<Key
latin:keyLabel="ธ" />
<!-- U+0E4D: " ํ" THAI CHARACTER THANTHAKHAT -->
<Key
latin:keyLabel="ํ" />
<!-- U+0E4A: " ๊" THAI CHARACTER MAI TRI -->
<Key
latin:keyLabel="๊" />
<!-- U+0E13: "ณ" THAI CHARACTER NO NEN -->
<Key
latin:keyLabel="ณ" />
<!-- U+0E2F: "ฯ" THAI CHARACTER PAIYANNOI -->
<Key
latin:keyLabel="ฯ" />
<!-- U+0E0D: "ญ" THAI CHARACTER YO YING -->
<Key
latin:keyLabel="ญ" />
<!-- U+0E10: "ฐ" THAI CHARACTER THO THAN -->
<Key
latin:keyLabel="ฐ" />
<Key
latin:keyLabel="," />
<!-- U+0E05: "ฅ" THAI CHARACTER KHO KHON -->
<Key
latin:keyLabel="ฅ" />
</case>
<default>
<!-- U+0E46: "ๆ" THAI CHARACTER MAIYAMOK -->
<Key
latin:keyLabel="ๆ" />
<!-- U+0E44: "ไ" THAI CHARACTER SARA AI MAIMALAI -->
<Key
latin:keyLabel="ไ" />
<!-- U+0E33: "ำ" THAI CHARACTER SARA AM -->
<Key
latin:keyLabel="ำ" />
<!-- U+0E1E: "พ" THAI CHARACTER PHO PHAN -->
<Key
latin:keyLabel="พ" />
<!-- U+0E30: "ะ" THAI CHARACTER SARA A -->
<Key
latin:keyLabel="ะ" />
<!-- U+0E31: " ั" THAI CHARACTER MAI HAN-AKAT -->
<Key
latin:keyLabel="ั" />
<!-- U+0E35: " ี" HAI CHARACTER SARA II -->
<Key
latin:keyLabel="ี" />
<!-- U+0E23: "ร" THAI CHARACTER RO RUA -->
<Key
latin:keyLabel="ร" />
<!-- U+0E19: "น" THAI CHARACTER NO NU -->
<Key
latin:keyLabel="น" />
<!-- U+0E22: "ย" THAI CHARACTER YO YAK -->
<Key
latin:keyLabel="ย" />
<!-- U+0E1A: "บ" THAI CHARACTER BO BAIMAI -->
<Key
latin:keyLabel="บ" />
<!-- U+0E25: "ล" THAI CHARACTER LO LING -->
<Key
latin:keyLabel="ล" />
<!-- U+0E03: "ฃ" THAI CHARACTER KHO KHUAT -->
<Key
latin:keyLabel="ฃ" />
</default>
</switch>
</merge>
|