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+1788: "ឈ" KHMER LETTER CHO
25                 U+17DC: "ៜ" KHMER SIGN AVAKRAHASANYA -->
26            <Key
27                latin:keySpec="&#x1788;"
28                latin:keyHintLabel="&#x17DC;"
29                latin:moreKeys="&#x17DC;" />
30            <!-- U+17BA: "ឺ" KHMER VOWEL SIGN YY
31                 U+17DD: "៝" KHMER SIGN ATTHACAN -->
32            <Key
33                latin:keySpec="&#x17BA;"
34                latin:keyHintLabel="&#x17DD;"
35                latin:keyHintLabelVerticalAdjustment="40%"
36                latin:moreKeys="&#x17DD;" />
37            <!-- U+17C2: "ែ" KHMER VOWEL SIGN AE -->
38            <Key latin:keySpec="&#x17C2;" />
39            <!-- U+17AC: "ឬ" KHMER INDEPENDENT VOWEL RYY
40                 U+17AB: "ឫ" KHMER INDEPENDENT VOWEL RY -->
41            <Key
42                latin:keySpec="&#x17AC;"
43                latin:keyHintLabel="&#x17AB;"
44                latin:moreKeys="&#x17AB;" />
45            <!-- U+1791: "ទ" KHMER LETTER TO -->
46            <Key latin:keySpec="&#x1791;" />
47            <!-- U+17BD: "ួ" KHMER VOWEL SIGN UA -->
48            <Key latin:keySpec="&#x17BD;" />
49            <!-- U+17BC: "ូ" KHMER VOWEL SIGN UU -->
50            <Key latin:keySpec="&#x17BC;" />
51            <!-- U+17B8: "ី" KHMER VOWEL SIGN II -->
52            <Key latin:keySpec="&#x17B8;" />
53            <!-- U+17C5: "ៅ" KHMER VOWEL SIGN AU -->
54            <Key latin:keySpec="&#x17C5;" />
55            <!-- U+1797: "ភ" KHMER LETTER PHO -->
56            <Key latin:keySpec="&#x1797;" />
57            <!-- U+17BF: "ឿ" KHMER VOWEL SIGN YA -->
58            <Key latin:keySpec="&#x17BF;" />
59            <!-- U+17B0: "ឰ" KHMER INDEPENDENT VOWEL QAI -->
60            <Key latin:keySpec="&#x17B0;" />
61        </case>
62        <default>
63            <!-- U+1786: "ឆ" KHMER LETTER CHA -->
64            <Key latin:keySpec="&#x1786;" />
65            <!-- U+17B9: "ឹ" KHMER VOWEL SIGN Y -->
66            <Key latin:keySpec="&#x17B9;" />
67            <!-- U+17C1: "េ" KHMER VOWEL SIGN E -->
68            <Key latin:keySpec="&#x17C1;" />
69            <!-- U+179A: "រ" KHMER LETTER RO -->
70            <Key latin:keySpec="&#x179A;" />
71            <!-- U+178F: "ត" KHMER LETTER TA -->
72            <Key latin:keySpec="&#x178F;" />
73            <!-- U+1799: "យ" KHMER LETTER YO -->
74            <Key latin:keySpec="&#x1799;" />
75            <!-- U+17BB: "ុ" KHMER VOWEL SIGN U -->
76            <Key latin:keySpec="&#x17BB;" />
77            <!-- U+17B7: "ិ" KHMER VOWEL SIGN I -->
78            <Key latin:keySpec="&#x17B7;" />
79            <!-- U+17C4: "ោ" KHMER VOWEL SIGN OO -->
80            <Key latin:keySpec="&#x17C4;" />
81            <!-- U+1795: "ផ" KHMER LETTER PHA -->
82            <Key latin:keySpec="&#x1795;" />
83            <!-- U+17C0: "ៀ" KHMER VOWEL SIGN IE -->
84            <Key latin:keySpec="&#x17C0;" />
85            <!-- U+17AA: "ឪ" KHMER INDEPENDENT VOWEL QUUV
86                 U+17A7: "ឧ" KHMER INDEPENDENT VOWEL QU
87                 U+17B1: "ឱ" KHMER INDEPENDENT VOWEL QOO TYPE ONE
88                 U+17B3: "ឳ" KHMER INDEPENDENT VOWEL QAU
89                 U+17A9: "ឩ" KHMER INDEPENDENT VOWEL QUU
90                 U+17A8: "ឨ" KHMER INDEPENDENT VOWEL QUK -->
91            <Key
92                latin:keySpec="&#x17AA;"
93                latin:keyHintLabel="&#x17A7;"
94                latin:moreKeys="&#x17A7;,&#x17B1;,&#x17B3;,&#x17A9;,&#x17A8;" />
95        </default>
96    </switch>
97</merge>
98