blob: eb45c1fafa17955b7adfbbaf3b847cdbee4a840e (
about) (
plain) (
blame)
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
|
<?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-auto">
<switch>
<case latin:keyboardLayoutSetElement="alphabetManualShifted|alphabetShiftLocked|alphabetShiftLockShifted">
<!-- U+1788: "ឈ" KHMER LETTER CHO
U+17DC: "ៜ" KHMER SIGN AVAKRAHASANYA -->
<Key
latin:keySpec="ឈ"
latin:keyHintLabel="ៜ"
latin:moreKeys="ៜ" />
<!-- U+17BA: "ឺ" KHMER VOWEL SIGN YY
U+17DD: "៝" KHMER SIGN ATTHACAN -->
<Key
latin:keySpec="ឺ"
latin:keyHintLabel="៝"
latin:keyHintLabelVerticalAdjustment="40%"
latin:moreKeys="៝" />
<!-- U+17C2: "ែ" KHMER VOWEL SIGN AE -->
<Key latin:keySpec="ែ" />
<!-- U+17AC: "ឬ" KHMER INDEPENDENT VOWEL RYY
U+17AB: "ឫ" KHMER INDEPENDENT VOWEL RY -->
<Key
latin:keySpec="ឬ"
latin:keyHintLabel="ឫ"
latin:moreKeys="ឫ" />
<!-- U+1791: "ទ" KHMER LETTER TO -->
<Key latin:keySpec="ទ" />
<!-- U+17BD: "ួ" KHMER VOWEL SIGN UA -->
<Key latin:keySpec="ួ" />
<!-- U+17BC: "ូ" KHMER VOWEL SIGN UU -->
<Key latin:keySpec="ូ" />
<!-- U+17B8: "ី" KHMER VOWEL SIGN II -->
<Key latin:keySpec="ី" />
<!-- U+17C5: "ៅ" KHMER VOWEL SIGN AU -->
<Key latin:keySpec="ៅ" />
<!-- U+1797: "ភ" KHMER LETTER PHO -->
<Key latin:keySpec="ភ" />
<!-- U+17BF: "ឿ" KHMER VOWEL SIGN YA -->
<Key latin:keySpec="ឿ" />
<!-- U+17B0: "ឰ" KHMER INDEPENDENT VOWEL QAI -->
<Key latin:keySpec="ឰ" />
</case>
<default>
<!-- U+1786: "ឆ" KHMER LETTER CHA -->
<Key latin:keySpec="ឆ" />
<!-- U+17B9: "ឹ" KHMER VOWEL SIGN Y -->
<Key latin:keySpec="ឹ" />
<!-- U+17C1: "េ" KHMER VOWEL SIGN E -->
<Key latin:keySpec="េ" />
<!-- U+179A: "រ" KHMER LETTER RO -->
<Key latin:keySpec="រ" />
<!-- U+178F: "ត" KHMER LETTER TA -->
<Key latin:keySpec="ត" />
<!-- U+1799: "យ" KHMER LETTER YO -->
<Key latin:keySpec="យ" />
<!-- U+17BB: "ុ" KHMER VOWEL SIGN U -->
<Key latin:keySpec="ុ" />
<!-- U+17B7: "ិ" KHMER VOWEL SIGN I -->
<Key latin:keySpec="ិ" />
<!-- U+17C4: "ោ" KHMER VOWEL SIGN OO -->
<Key latin:keySpec="ោ" />
<!-- U+1795: "ផ" KHMER LETTER PHA -->
<Key latin:keySpec="ផ" />
<!-- U+17C0: "ៀ" KHMER VOWEL SIGN IE -->
<Key latin:keySpec="ៀ" />
<!-- U+17AA: "ឪ" KHMER INDEPENDENT VOWEL QUUV
U+17A7: "ឧ" KHMER INDEPENDENT VOWEL QU
U+17B1: "ឱ" KHMER INDEPENDENT VOWEL QOO TYPE ONE
U+17B3: "ឳ" KHMER INDEPENDENT VOWEL QAU
U+17A9: "ឩ" KHMER INDEPENDENT VOWEL QUU
U+17A8: "ឨ" KHMER INDEPENDENT VOWEL QUK -->
<Key
latin:keySpec="ឪ"
latin:keyHintLabel="ឧ"
latin:moreKeys="ឧ,ឱ,ឳ,ឩ,ឨ" />
</default>
</switch>
</merge>
|