blob: 6aec7c2c5d1bed7fed095515e68365ece4462db2 [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 <!-- U+0E51: "๑" THAI DIGIT ONE -->
29 <Key
30 latin:keyLabel="&#x0E51;" />
31 <!-- U+0E52: "๒" THAI DIGIT TWO -->
32 <Key
33 latin:keyLabel="&#x0E52;" />
34 <!-- U+0E53: "๓" THAI DIGIT THREE -->
35 <Key
36 latin:keyLabel="&#x0E53;" />
37 <!-- U+0E54: "๔" THAI DIGIT FOUR -->
38 <Key
39 latin:keyLabel="&#x0E54;" />
40 <!-- U+0E39: " ู" THAI CHARACTER SARA UU -->
41 <Key
42 latin:keyLabel="&#x0E39;" />
43 <!-- U+0E3F: "฿" THAI CURRENCY SYMBOL BAHT -->
44 <Key
45 latin:keyLabel="&#x0E3F;" />
46 <!-- U+0E55: "๕" THAI DIGIT FIVE -->
47 <Key
48 latin:keyLabel="&#x0E55;" />
49 <!-- U+0E56: "๖" THAI DIGIT SIX -->
50 <Key
51 latin:keyLabel="&#x0E56;" />
52 <!-- U+0E57: "๗" THAI DIGIT SEVEN -->
53 <Key
54 latin:keyLabel="&#x0E57;" />
55 <!-- U+0E58: "๘" THAI DIGIT EIGHT -->
56 <Key
57 latin:keyLabel="&#x0E58;" />
58 <!-- U+0E59: "๙" THAI DIGIT NINE -->
59 <Key
60 latin:keyLabel="&#x0E59;" />
61 </case>
62 <default>
63 <!-- U+0E45: "ๅ" THAI CHARACTER LAKKHANGYAO -->
64 <Key
65 latin:keyLabel="&#x0E45;" />
66 <Key
67 latin:keyLabel="/" />
68 <!-- U+0E20: "ภ" THAI CHARACTER PHO SAMPHAO -->
69 <Key
70 latin:keyLabel="&#x0E20;" />
71 <!-- U+0E16: "ถ" THAI CHARACTER THO THUNG -->
72 <Key
73 latin:keyLabel="&#x0E16;" />
74 <!-- U+0E38: " ุ" THAI CHARACTER SARA U -->
75 <Key
76 latin:keyLabel="&#x0E38;" />
77 <!-- U+0E36: " ึ" THAI CHARACTER SARA UE -->
78 <Key
79 latin:keyLabel="&#x0E36;" />
80 <!-- U+0E04: "ค" THAI CHARACTER KHO KHWAI -->
81 <Key
82 latin:keyLabel="&#x0E04;" />
83 <!-- U+0E15: "ต" THAI CHARACTER TO TAO -->
84 <Key
85 latin:keyLabel="&#x0E15;" />
86 <!-- U+0E08: "จ" THAI CHARACTER CHO CHAN -->
87 <Key
88 latin:keyLabel="&#x0E08;" />
89 <!-- U+0E02: "ข" THAI CHARACTER KHO KHAI -->
90 <Key
91 latin:keyLabel="&#x0E02;" />
92 <!-- U+0E0A: "ช" THAI CHARACTER CHO CHANG -->
93 <Key
94 latin:keyLabel="&#x0E0A;" />
95 </default>
96 </switch>
97</merge>