• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?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
26            latin:keyboardLayoutSetElement="alphabetManualShifted|alphabetShiftLocked|alphabetShiftLockShifted"
27        >
28            <!-- U+0E50: "๐" THAI DIGIT ZERO -->
29            <Key
30                latin:keyLabel="&#x0E50;" />
31            <Key
32                latin:keyLabel="&quot;" />
33            <!-- U+0E0E: "ฎ" THAI CHARACTER DO CHADA -->
34            <Key
35                latin:keyLabel="&#x0E0E;" />
36            <!-- U+0E11: "ฑ" THAI CHARACTER THO NANGMONTHO -->
37            <Key
38                latin:keyLabel="&#x0E11;" />
39            <!-- U+0E18: "ธ" THAI CHARACTER THO THONG -->
40            <Key
41                latin:keyLabel="&#x0E18;" />
42            <!-- U+0E4D: " ํ" THAI CHARACTER THANTHAKHAT -->
43            <Key
44                latin:keyLabel="&#x0E4D;" />
45            <!-- U+0E4A: " ๊" THAI CHARACTER MAI TRI -->
46            <Key
47                latin:keyLabel="&#x0E4A;" />
48            <!-- U+0E13: "ณ" THAI CHARACTER NO NEN -->
49            <Key
50                latin:keyLabel="&#x0E13;" />
51            <!-- U+0E2F: "ฯ" THAI CHARACTER PAIYANNOI -->
52            <Key
53                latin:keyLabel="&#x0E2F;" />
54            <!-- U+0E0D: "ญ" THAI CHARACTER YO YING -->
55            <Key
56                latin:keyLabel="&#x0E0D;" />
57            <!-- U+0E10: "ฐ" THAI CHARACTER THO THAN -->
58            <Key
59                latin:keyLabel="&#x0E10;" />
60            <Key
61                latin:keyLabel="," />
62            <!-- U+0E05: "ฅ" THAI CHARACTER KHO KHON -->
63            <Key
64                latin:keyLabel="&#x0E05;" />
65        </case>
66        <default>
67            <!-- U+0E46: "ๆ" THAI CHARACTER MAIYAMOK -->
68            <Key
69                latin:keyLabel="&#x0E46;" />
70            <!-- U+0E44: "ไ" THAI CHARACTER SARA AI MAIMALAI -->
71            <Key
72                latin:keyLabel="&#x0E44;" />
73            <!-- U+0E33: "ำ" THAI CHARACTER SARA AM -->
74            <Key
75                latin:keyLabel="&#x0E33;" />
76            <!-- U+0E1E: "พ" THAI CHARACTER PHO PHAN -->
77            <Key
78                latin:keyLabel="&#x0E1E;" />
79            <!-- U+0E30: "ะ" THAI CHARACTER SARA A -->
80            <Key
81                latin:keyLabel="&#x0E30;" />
82            <!-- U+0E31: " ั" THAI CHARACTER MAI HAN-AKAT -->
83            <Key
84                latin:keyLabel="&#x0E31;" />
85            <!-- U+0E35: " ี" HAI CHARACTER SARA II -->
86            <Key
87                latin:keyLabel="&#x0E35;" />
88            <!-- U+0E23: "ร" THAI CHARACTER RO RUA -->
89            <Key
90                latin:keyLabel="&#x0E23;" />
91            <!-- U+0E19: "น" THAI CHARACTER NO NU -->
92            <Key
93                latin:keyLabel="&#x0E19;" />
94            <!-- U+0E22: "ย" THAI CHARACTER YO YAK -->
95            <Key
96                latin:keyLabel="&#x0E22;" />
97            <!-- U+0E1A: "บ" THAI CHARACTER BO BAIMAI -->
98            <Key
99                latin:keyLabel="&#x0E1A;" />
100            <!-- U+0E25: "ล" THAI CHARACTER LO LING -->
101            <Key
102                latin:keyLabel="&#x0E25;" />
103            <!-- U+0E03: "ฃ" THAI CHARACTER KHO KHUAT -->
104            <Key
105                latin:keyLabel="&#x0E03;" />
106        </default>
107    </switch>
108</merge>
109