• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
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+0EBB/U+0EC9: "" LAO VOWEL SIGN MAI KON/LAO TONE MAI THO -->
29            <Key
30                latin:keyLabel="&#x0EBB;&#x0EC9;"
31                latin:keyLabelFlags="fontNormal|followKeyLetterRatio" />
32            <!-- U+0ED0: "໐" LAO DIGIT ZERO -->
33            <Key
34                latin:keyLabel="&#x0ED0;"
35                latin:keyLabelFlags="fontNormal" />
36            <!-- U+0EB3/U+0EC9: "ຳ້" LAO VOWEL SIGN AM/LAO TONE MAI THO -->
37            <Key
38                latin:keyLabel="&#x0EB3;&#x0EC9;"
39                latin:keyLabelFlags="fontNormal|followKeyLetterRatio" />
40            <Key
41                latin:keyLabel="_" />
42            <Key
43                latin:keyLabel="+" />
44            <!-- U+0EB4/U+0EC9: "ິ້" LAO VOWEL SIGN I/LAO TONE MAI THO -->
45            <Key
46                latin:keyLabel="&#x0EB4;&#x0EC9;"
47                latin:keyLabelFlags="fontNormal|followKeyLetterRatio" />
48            <!-- U+0EB5/U+0EC9: "ີ້" LAO VOWEL SIGN II/LAO TONE MAI THO -->
49            <Key
50                latin:keyLabel="&#x0EB5;&#x0EC9;"
51                latin:keyLabelFlags="fontNormal|followKeyLetterRatio" />
52            <!-- U+0EA3: "ຣ" LAO LETTER LO LING -->
53            <Key
54                latin:keyLabel="&#x0EA3;"
55                latin:keyLabelFlags="fontNormal" />
56            <!-- U+0EDC: "ໜ" LAO HO NO -->
57            <Key
58                latin:keyLabel="&#x0EDC;"
59                latin:keyLabelFlags="fontNormal" />
60            <!-- U+0EBD: "ຽ" LAO SEMIVOWEL SIGN NYO -->
61            <Key
62                latin:keyLabel="&#x0EBD;"
63                latin:keyLabelFlags="fontNormal" />
64            <!-- U+0EAB/U+0EBC: "" LAO LETTER HO SUNG/LAO SEMIVOWEL SIGN LO -->
65            <Key
66                latin:keyLabel="&#x0EAB;&#x0EBC;"
67                latin:keyLabelFlags="fontNormal|followKeyLetterRatio" />
68            <!-- U+201D: "”" RIGHT DOUBLE QUOTATION MARK -->
69            <Key
70                latin:keyLabel="&#x201D;" />
71        </case>
72        <default>
73            <!-- U+0EBB: "ົ" LAO VOWEL SIGN MAI KON -->
74            <Key
75                latin:keyLabel="&#x0EBB;"
76                latin:keyLabelFlags="fontNormal" />
77            <!-- U+0EC4: "ໄ" LAO VOWEL SIGN AI
78                 U+0ED0: "໐" LAO DIGIT ZERO -->
79            <Key
80                latin:keyLabel="&#x0EC4;"
81                latin:keyHintLabel="0"
82                latin:additionalMoreKeys="0"
83                latin:moreKeys="&#x0ED0;"
84                latin:keyLabelFlags="fontNormal" />
85            <!-- U+0EB3: "ຳ" LAO VOWEL SIGN AM -->
86            <Key
87                latin:keyLabel="&#x0EB3;"
88                latin:keyLabelFlags="fontNormal" />
89            <!-- U+0E9E: "ພ" LAO LETTER PHO TAM -->
90            <Key
91                latin:keyLabel="&#x0E9E;"
92                latin:keyLabelFlags="fontNormal" />
93            <!-- U+0EB0: "ະ" LAO VOWEL SIGN A -->
94            <Key
95                latin:keyLabel="&#x0EB0;"
96                latin:keyLabelFlags="fontNormal" />
97            <!-- U+0EB4: "ິ" LAO VOWEL SIGN I -->
98            <Key
99                latin:keyLabel="&#x0EB4;"
100                latin:keyLabelFlags="fontNormal" />
101            <!-- U+0EB5: "ີ" LAO VOWEL SIGN II -->
102            <Key
103                latin:keyLabel="&#x0EB5;"
104                latin:keyLabelFlags="fontNormal" />
105            <!-- U+0EAE: "ຮ" LAO LETTER HO TAM -->
106            <Key
107                latin:keyLabel="&#x0EAE;"
108                latin:keyLabelFlags="fontNormal" />
109            <!-- U+0E99: "ນ" LAO LETTER NO -->
110            <Key
111                latin:keyLabel="&#x0E99;"
112                latin:keyLabelFlags="fontNormal" />
113            <!-- U+0E8D: "ຍ" LAO LETTER NYO -->
114            <Key
115                latin:keyLabel="&#x0E8D;"
116                latin:keyLabelFlags="fontNormal" />
117            <!-- U+0E9A: "ບ" LAO LETTER BO -->
118            <Key
119                latin:keyLabel="&#x0E9A;"
120                latin:keyLabelFlags="fontNormal" />
121            <!-- U+0EA5: "ລ" LAO LETTER LO LOOT -->
122            <Key
123                latin:keyLabel="&#x0EA5;"
124                latin:keyLabelFlags="fontNormal" />
125        </default>
126    </switch>
127</merge>
128