1<?xml version="1.0" encoding="utf-8"?>
2<!--
3/*
4**
5** Copyright 2013, 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            <!-- U+0EBB/U+0EC9: "" LAO VOWEL SIGN MAI KON/LAO TONE MAI THO -->
25            <Key
26                latin:keySpec="&#x0EBB;&#x0EC9;"
27                latin:keyLabelFlags="followKeyLetterRatio" />
28            <!-- U+0ED0: "໐" LAO DIGIT ZERO -->
29            <Key latin:keySpec="&#x0ED0;" />
30            <!-- U+0EB3/U+0EC9: "ຳ້" LAO VOWEL SIGN AM/LAO TONE MAI THO -->
31            <Key
32                latin:keySpec="&#x0EB3;&#x0EC9;"
33                latin:keyLabelFlags="followKeyLetterRatio" />
34            <Key
35                latin:keySpec="_"
36                latin:keyLabelFlags="fontDefault" />
37            <Key
38                latin:keySpec="+"
39                latin:keyLabelFlags="fontDefault" />
40            <!-- U+0EB4/U+0EC9: "ິ້" LAO VOWEL SIGN I/LAO TONE MAI THO -->
41            <Key
42                latin:keySpec="&#x0EB4;&#x0EC9;"
43                latin:keyLabelFlags="followKeyLetterRatio" />
44            <!-- U+0EB5/U+0EC9: "ີ້" LAO VOWEL SIGN II/LAO TONE MAI THO -->
45            <Key
46                latin:keySpec="&#x0EB5;&#x0EC9;"
47                latin:keyLabelFlags="followKeyLetterRatio" />
48            <!-- U+0EA3: "ຣ" LAO LETTER LO LING -->
49            <Key latin:keySpec="&#x0EA3;" />
50            <!-- U+0EDC: "ໜ" LAO HO NO -->
51            <Key latin:keySpec="&#x0EDC;" />
52            <!-- U+0EBD: "ຽ" LAO SEMIVOWEL SIGN NYO -->
53            <Key latin:keySpec="&#x0EBD;" />
54            <!-- U+0EAB/U+0EBC: "" LAO LETTER HO SUNG/LAO SEMIVOWEL SIGN LO -->
55            <Key
56                latin:keySpec="&#x0EAB;&#x0EBC;"
57                latin:keyLabelFlags="followKeyLetterRatio" />
58            <!-- U+201D: "”" RIGHT DOUBLE QUOTATION MARK -->
59            <Key
60                latin:keySpec="&#x201D;"
61                latin:keyLabelFlags="fontDefault" />
62        </case>
63        <default>
64            <!-- U+0EBB: "ົ" LAO VOWEL SIGN MAI KON -->
65            <Key latin:keySpec="&#x0EBB;" />
66            <!-- U+0EC4: "ໄ" LAO VOWEL SIGN AI
67                 U+0ED0: "໐" LAO DIGIT ZERO -->
68            <Key
69                latin:keySpec="&#x0EC4;"
70                latin:keyHintLabel="0"
71                latin:additionalMoreKeys="0"
72                latin:moreKeys="&#x0ED0;" />
73            <!-- U+0EB3: "ຳ" LAO VOWEL SIGN AM -->
74            <Key latin:keySpec="&#x0EB3;" />
75            <!-- U+0E9E: "ພ" LAO LETTER PHO TAM -->
76            <Key latin:keySpec="&#x0E9E;" />
77            <!-- U+0EB0: "ະ" LAO VOWEL SIGN A -->
78            <Key latin:keySpec="&#x0EB0;" />
79            <!-- U+0EB4: "ິ" LAO VOWEL SIGN I -->
80            <Key latin:keySpec="&#x0EB4;" />
81            <!-- U+0EB5: "ີ" LAO VOWEL SIGN II -->
82            <Key latin:keySpec="&#x0EB5;" />
83            <!-- U+0EAE: "ຮ" LAO LETTER HO TAM -->
84            <Key latin:keySpec="&#x0EAE;" />
85            <!-- U+0E99: "ນ" LAO LETTER NO -->
86            <Key latin:keySpec="&#x0E99;" />
87            <!-- U+0E8D: "ຍ" LAO LETTER NYO -->
88            <Key latin:keySpec="&#x0E8D;" />
89            <!-- U+0E9A: "ບ" LAO LETTER BO -->
90            <Key latin:keySpec="&#x0E9A;" />
91            <!-- U+0EA5: "ລ" LAO LETTER LO LOOT -->
92            <Key latin:keySpec="&#x0EA5;" />
93        </default>
94    </switch>
95</merge>
96