rowkeys_khmer3.xml revision 92ac2aa8ed3ad889f5a31336900e3c46264df97d
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+17B6/U+17C6: "ាំ" KHMER VOWEL SIGN AA/KHMER SIGN NIKAHIT -->
25            <Key
26                latin:keySpec="&#x17B6;&#x17C6;"
27                latin:keyLabelFlags="followKeyLetterRatio" />
28            <!-- U+17C3: "ៃ" KHMER VOWEL SIGN AI -->
29            <Key latin:keySpec="&#x17C3;" />
30            <!-- U+178C: "ឌ" KHMER LETTER DO -->
31            <Key latin:keySpec="&#x178C;" />
32            <!-- U+1792: "ធ" KHMER LETTER THO -->
33            <Key latin:keySpec="&#x1792;" />
34            <!-- U+17A2: "អ" KHMER LETTER QA -->
35            <Key latin:keySpec="&#x17A2;" />
36            <!-- U+17C7: "ះ" KHMER SIGN REAHMUK
37                 U+17C8: "ៈ" KHMER SIGN YUUKALEAPINTU -->
38            <Key
39                latin:keySpec="&#x17C7;"
40                latin:keyHintLabel="&#x17C8;"
41                latin:moreKeys="&#x17C8;" />
42            <!-- U+1789: "ញ" KHMER LETTER NYO -->
43            <Key latin:keySpec="&#x1789;" />
44            <!-- U+1782: "គ" KHMER LETTER KO
45                 U+179D: "ឝ" KHMER LETTER SHA -->
46            <Key
47                latin:keySpec="&#x1782;"
48                latin:keyHintLabel="&#x179D;"
49                latin:moreKeys="&#x179D;" />
50            <!-- U+17A1: "ឡ" KHMER LETTER LA -->
51            <Key latin:keySpec="&#x17A1;" />
52            <!-- U+17C4/U+17C7: "ោះ" KHMER VOWEL SIGN OO/KHMER SIGN REAHMUK -->
53            <Key
54                latin:keySpec="&#x17C4;&#x17C7;"
55                latin:keyLabelFlags="followKeyLetterRatio|autoScale" />
56            <!-- U+17C9: "៉" KHMER SIGN MUUSIKATOAN -->
57            <Key latin:keySpec="&#x17C9;" />
58            <!-- U+17AF: "ឯ" KHMER INDEPENDENT VOWEL QE -->
59            <Key latin:keySpec="&#x17AF;" />
60        </case>
61        <default>
62            <!-- U+17B6: "ា" KHMER VOWEL SIGN AA -->
63            <Key latin:keySpec="&#x17B6;" />
64            <!-- U+179F: "ស" KHMER LETTER SA -->
65            <Key latin:keySpec="&#x179F;" />
66            <!-- U+178A: "ដ" KHMER LETTER DA -->
67            <Key latin:keySpec="&#x178A;" />
68            <!-- U+1790: "ថ" KHMER LETTER THA -->
69            <Key latin:keySpec="&#x1790;" />
70            <!-- U+1784: "ង" KHMER LETTER NGO -->
71            <Key latin:keySpec="&#x1784;" />
72            <!-- U+17A0: "ហ" KHMER LETTER HA -->
73            <Key latin:keySpec="&#x17A0;" />
74            <!-- U+17D2: "្" KHMER SIGN COENG -->
75            <Key latin:keySpec="&#x17D2;" />
76            <!-- U+1780: "ក" KHMER LETTER KA -->
77            <Key latin:keySpec="&#x1780;" />
78            <!-- U+179B: "ល" KHMER LETTER LO -->
79            <Key latin:keySpec="&#x179B;" />
80            <!-- U+17BE: "ើ" KHMER VOWEL SIGN OE -->
81            <Key latin:keySpec="&#x17BE;" />
82            <!-- U+17CB: "់" KHMER SIGN BANTOC -->
83            <Key latin:keySpec="&#x17CB;" />
84            <!-- U+17AE: "ឮ" KHMER INDEPENDENT VOWEL LYY
85                 U+17AD: "ឭ" KHMER INDEPENDENT VOWEL LY
86                 U+17B0: "ឰ" KHMER INDEPENDENT VOWEL QAI -->
87            <Key
88                latin:keySpec="&#x17AE;"
89                latin:keyHintLabel="&#x17AD;"
90                latin:moreKeys="&#x17AD;,&#x17B0;" />
91        </default>
92    </switch>
93</merge>
94