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+178D: "ឍ" KHMER LETTER TTHO -->
25            <Key latin:keySpec="&#x178D;" />
26            <!-- U+1783: "ឃ" KHMER LETTER KHO -->
27            <Key latin:keySpec="&#x1783;" />
28            <!-- U+1787: "ជ" KHMER LETTER CO -->
29            <Key latin:keySpec="&#x1787;" />
30            <!-- U+17C1/U+17C7: "េះ" KHMER VOWEL SIGN E/KHMER SIGN REAHMUK -->
31            <Key
32                latin:keySpec="&#x17C1;&#x17C7;"
33                latin:keyLabelFlags="followKeyLetterRatio" />
34            <!-- U+1796: "ព" KHMER LETTER PO
35                 U+179E: "ឞ" KHMER LETTER SSO -->
36            <Key
37                latin:keySpec="&#x1796;"
38                latin:keyHintLabel="&#x179E;"
39                latin:moreKeys="&#x179E;" />
40            <!-- U+178E: "ណ" KHMER LETTER NNO -->
41            <Key latin:keySpec="&#x178E;" />
42            <!-- U+17C6: "ំ" KHMER SIGN NIKAHIT -->
43            <Key latin:keySpec="&#x17C6;" />
44            <!-- U+17BB/U+17C7: "ុះ" KHMER VOWEL SIGN U/KHMER SIGN REAHMUK -->
45            <Key
46                latin:keySpec="&#x17BB;&#x17C7;"
47                latin:keyLabelFlags="followKeyLetterRatio" />
48            <!-- U+17D5: "៕" KHMER SIGN BARIYOOSAN -->
49            <Key latin:keySpec="&#x17D5;" />
50            <Key
51                latin:keySpec="\?"
52                latin:keyLabelFlags="fontDefault" />
53        </case>
54        <default>
55            <!-- U+178B: "ឋ" KHMER LETTER TTHA -->
56            <Key latin:keySpec="&#x178B;" />
57            <!-- U+1781: "ខ" KHMER LETTER KHA -->
58            <Key latin:keySpec="&#x1781;" />
59            <!-- U+1785: "ច" KHMER LETTER CA -->
60            <Key latin:keySpec="&#x1785;" />
61            <!-- U+179C: "វ" KHMER LETTER VO -->
62            <Key latin:keySpec="&#x179C;" />
63            <!-- U+1794: "ប" KHMER LETTER BA -->
64            <Key latin:keySpec="&#x1794;" />
65            <!-- U+1793: "ន" KHMER LETTER NO -->
66            <Key latin:keySpec="&#x1793;" />
67            <!-- U+1798: "ម" KHMER LETTER MO -->
68            <Key latin:keySpec="&#x1798;" />
69            <!-- U+17BB/U+17C6: "ុំ" KHMER VOWEL SIGN U/KHMER SIGN NIKAHIT -->
70            <Key
71                latin:keySpec="&#x17BB;&#x17C6;"
72                latin:keyLabelFlags="followKeyLetterRatio" />
73            <!-- U+17D4: "។" KHMER SIGN KHAN -->
74            <Key latin:keySpec="&#x17D4;" />
75            <!-- U+17CA: "៊" KHMER SIGN TRIISAP -->
76            <Key latin:keySpec="&#x17CA;" />
77        </default>
78    </switch>
79</merge>
80