rowkeys_thai4.xml revision 92ac2aa8ed3ad889f5a31336900e3c46264df97d
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 xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin">
22    <switch>
23        <case latin:keyboardLayoutSetElement="alphabetManualShifted|alphabetShiftLocked|alphabetShiftLockShifted">
24            <Key
25                latin:keySpec="("
26                latin:keyLabelFlags="fontDefault" />
27            <Key
28                latin:keySpec=")"
29                latin:keyLabelFlags="fontDefault" />
30            <!-- U+0E09: "ฉ" THAI CHARACTER CHO CHING -->
31            <Key latin:keySpec="&#x0E09;" />
32            <!-- U+0E2E: "ฮ" THAI CHARACTER HO NOKHUK -->
33            <Key latin:keySpec="&#x0E2E;" />
34            <!-- U+0020: " " SPACE
35                 U+0E3A: " ฺ" THAI CHARACTER PHINTHU -->
36            <!-- Note: The space character is needed as a preceding letter to draw some Thai
37                 composing characters correctly. -->
38            <Key
39                latin:keySpec="&#x20;&#x0E3A;|&#x0E3A;"
40                latin:keyLabelFlags="followKeyLetterRatio" />
41            <!-- U+0020: " " SPACE
42                 U+0E4C: " ์" THAI CHARACTER THANTHAKHAT -->
43            <!-- Note: The space character is needed as a preceding letter to draw some Thai
44                 composing characters correctly. -->
45            <Key
46                latin:keySpec="&#x20;&#x0E4C;|&#x0E4C;"
47                latin:keyLabelFlags="followKeyLetterRatio" />
48            <Key
49                latin:keySpec="\?"
50                latin:keyLabelFlags="fontDefault" />
51            <!-- U+0E12: "ฒ" THAI CHARACTER THO PHUTHAO -->
52            <Key latin:keySpec="&#x0E12;" />
53            <!-- U+0E2C: "ฬ" THAI CHARACTER LO CHULA -->
54            <Key latin:keySpec="&#x0E2C;" />
55            <!-- U+0E26: "ฦ" THAI CHARACTER LU -->
56            <Key latin:keySpec="&#x0E26;" />
57        </case>
58        <default>
59            <!-- U+0E1C: "ผ" THAI CHARACTER PHO PHUNG -->
60            <Key latin:keySpec="&#x0E1C;" />
61            <!-- U+0E1B: "ป" THAI CHARACTER PO PLA -->
62            <Key latin:keySpec="&#x0E1B;" />
63            <!-- U+0E41: "แ" THAI CHARACTER SARA AE -->
64            <Key latin:keySpec="&#x0E41;" />
65            <!-- U+0E2D: "อ" THAI CHARACTER O ANG -->
66            <Key latin:keySpec="&#x0E2D;" />
67            <!-- U+0020: " " SPACE
68                 U+0E34: " ิ" THAI CHARACTER SARA I -->
69            <!-- Note: The space character is needed as a preceding letter to draw some Thai
70                 composing characters correctly. -->
71            <Key
72                latin:keySpec="&#x20;&#x0E34;|&#x0E34;"
73                latin:keyLabelFlags="followKeyLetterRatio" />
74            <!-- U+0020: " " SPACE
75                 U+0E37: " ื" THAI CHARACTER SARA UEE -->
76            <!-- Note: The space character is needed as a preceding letter to draw some Thai
77                 composing characters correctly. -->
78            <Key
79                latin:keySpec="&#x20;&#x0E37;|&#x0E37;"
80                latin:keyLabelFlags="followKeyLetterRatio" />
81            <!-- U+0E17: "ท" THAI CHARACTER THO THAHAN -->
82            <Key latin:keySpec="&#x0E17;" />
83            <!-- U+0E21: "ม" THAI CHARACTER MO MA -->
84            <Key latin:keySpec="&#x0E21;" />
85            <!-- U+0E43: "ใ" THAI CHARACTER SARA AI MAIMUAN -->
86            <Key latin:keySpec="&#x0E43;" />
87            <!-- U+0E1D: "ฝ" THAI CHARACTER FO FA -->
88            <Key latin:keySpec="&#x0E1D;" />
89        </default>
90    </switch>
91</merge>
92