• 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+0E09: "ฉ" THAI CHARACTER CHO CHING -->
29            <Key
30                latin:keyLabel="&#x0E09;" />
31            <!-- U+0E2E: "ฮ" THAI CHARACTER HO NOKHUK -->
32            <Key
33                latin:keyLabel="&#x0E2E;" />
34            <!-- U+0E12: "ฒ" THAI CHARACTER THO PHUTHAO -->
35            <Key
36                latin:keyLabel="&#x0E12;" />
37            <!-- U+0E2C: "ฬ" THAI CHARACTER LO CHULA -->
38            <Key
39                latin:keyLabel="&#x0E2C;" />
40            <!-- U+0E26: "ฦ" THAI CHARACTER LU -->
41            <Key
42                latin:keyLabel="&#x0E26;" />
43            <!-- U+0E4C: " ์" THAI CHARACTER THANTHAKHAT
44                 U+0E4D: " ํ" THAI CHARACTER NIKHAHIT
45                 U+0E3A: " ฺ" THAI CHARACTER PHINTHU -->
46            <Key
47                latin:keyLabel="&#x0E4C;"
48                latin:moreKeys="&#x0E4D;,&#x0E3A;" />
49            <!-- U+0E47: " ็" THAI CHARACTER MAITAIKHU -->
50            <Key
51                latin:keyLabel="&#x0E47;" />
52        </case>
53        <default>
54            <!-- U+0E1C: "ผ" THAI CHARACTER PHO PHUNG -->
55            <Key
56                latin:keyLabel="&#x0E1C;" />
57            <!-- U+0E1B: "ป" THAI CHARACTER PO PLA
58                 U+0E1A: "บ" THAI CHARACTER BO BAIMAI -->
59            <Key
60                latin:keyLabel="&#x0E1B;"
61                latin:moreKeys="&#x0E1A;" />
62            <!-- U+0E2D: "อ" THAI CHARACTER O ANG -->
63            <Key
64                latin:keyLabel="&#x0E2D;" />
65            <!-- U+0E17: "ท" THAI CHARACTER THO THAHAN -->
66            <Key
67                latin:keyLabel="&#x0E17;" />
68            <!-- U+0E21: "ม" THAI CHARACTER MO MA -->
69            <Key
70                latin:keyLabel="&#x0E21;" />
71            <!-- U+0E1D: "ฝ" THAI CHARACTER FO FA -->
72            <Key
73                latin:keyLabel="&#x0E1D;" />
74            <!-- U+0E48: " ่" THAI CHARACTER MAI EK
75                 U+0E49: " ้" THAI CHARACTER MAI THO
76                 U+0E4A: " ๊" THAI CHARACTER MAI TRI
77                 U+0E4B: " ๋" THAI CHARACTER MAI CHATTAWA -->
78            <Key
79                latin:keyLabel="&#x0E48;"
80                latin:moreKeys="&#x0E49;,&#x0E4A;,&#x0E4B;" />
81        </default>
82    </switch>
83</merge>
84