summaryrefslogtreecommitdiffstats
path: root/java/res/xml/rowkeys_khmer4.xml
blob: 70bdcf1bb0cd612d8e3fb8ae2c358fcd88fdd126 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
**
** Copyright 2013, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
**
**     http://www.apache.org/licenses/LICENSE-2.0
**
** Unless required by applicable law or agreed to in writing, software
** distributed under the License is distributed on an "AS IS" BASIS,
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
*/
-->

<merge xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin">
    <switch>
        <case latin:keyboardLayoutSetElement="alphabetManualShifted|alphabetShiftLocked|alphabetShiftLockShifted">
            <!-- U+178D: "ឍ" KHMER LETTER TTHO -->
            <Key latin:keySpec="&#x178D;" />
            <!-- U+1783: "ឃ" KHMER LETTER KHO -->
            <Key latin:keySpec="&#x1783;" />
            <!-- U+1787: "ជ" KHMER LETTER CO -->
            <Key latin:keySpec="&#x1787;" />
            <!-- U+17C1/U+17C7: "េះ" KHMER VOWEL SIGN E/KHMER SIGN REAHMUK -->
            <Key
                latin:keySpec="&#x17C1;&#x17C7;"
                latin:keyLabelFlags="followKeyLetterRatio" />
            <!-- U+1796: "ព" KHMER LETTER PO
                 U+179E: "ឞ" KHMER LETTER SSO -->
            <Key
                latin:keySpec="&#x1796;"
                latin:keyHintLabel="&#x179E;"
                latin:moreKeys="&#x179E;" />
            <!-- U+178E: "ណ" KHMER LETTER NNO -->
            <Key latin:keySpec="&#x178E;" />
            <!-- U+17C6: "ំ" KHMER SIGN NIKAHIT -->
            <Key latin:keySpec="&#x17C6;" />
            <!-- U+17BB/U+17C7: "ុះ" KHMER VOWEL SIGN U/KHMER SIGN REAHMUK -->
            <Key
                latin:keySpec="&#x17BB;&#x17C7;"
                latin:keyLabelFlags="followKeyLetterRatio" />
            <!-- U+17D5: "៕" KHMER SIGN BARIYOOSAN -->
            <Key latin:keySpec="&#x17D5;" />
            <Key
                latin:keySpec="\?"
                latin:keyLabelFlags="fontDefault" />
        </case>
        <default>
            <!-- U+178B: "ឋ" KHMER LETTER TTHA -->
            <Key latin:keySpec="&#x178B;" />
            <!-- U+1781: "ខ" KHMER LETTER KHA -->
            <Key latin:keySpec="&#x1781;" />
            <!-- U+1785: "ច" KHMER LETTER CA -->
            <Key latin:keySpec="&#x1785;" />
            <!-- U+179C: "វ" KHMER LETTER VO -->
            <Key latin:keySpec="&#x179C;" />
            <!-- U+1794: "ប" KHMER LETTER BA -->
            <Key latin:keySpec="&#x1794;" />
            <!-- U+1793: "ន" KHMER LETTER NO -->
            <Key latin:keySpec="&#x1793;" />
            <!-- U+1798: "ម" KHMER LETTER MO -->
            <Key latin:keySpec="&#x1798;" />
            <!-- U+17BB/U+17C6: "ុំ" KHMER VOWEL SIGN U/KHMER SIGN NIKAHIT -->
            <Key
                latin:keySpec="&#x17BB;&#x17C6;"
                latin:keyLabelFlags="followKeyLetterRatio" />
            <!-- U+17D4: "។" KHMER SIGN KHAN -->
            <Key latin:keySpec="&#x17D4;" />
            <!-- U+17CA: "៊" KHMER SIGN TRIISAP -->
            <Key latin:keySpec="&#x17CA;" />
        </default>
    </switch>
</merge>