rowkeys_nepali_romanized3.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+090B: "ऋ" DEVANAGARI LETTER VOCALIC R -->
25            <Key latin:keySpec="&#x090B;" />
26            <!-- U+0922: "ढ" DEVANAGARI LETTER DDHA -->
27            <Key latin:keySpec="&#x0922;" />
28            <!-- U+091B: "छ" DEVANAGARI LETTER CHA -->
29            <Key latin:keySpec="&#x091B;" />
30            <!-- Because the font rendering system prior to API version 16 can't automatically
31                 render dotted circle for incomplete combining letter of some scripts, different
32                 set of Key definitions are needed based on the API version. -->
33            <include latin:keyboardLayout="@xml/keystyle_devanagari_sign_candrabindu" />
34            <Key latin:keyStyle="baseKeyDevanagariSignCandrabindu" />
35            <!-- U+092D: "भ" DEVANAGARI LETTER BHA -->
36            <Key latin:keySpec="&#x092D;" />
37            <!-- U+0923: "ण" DEVANAGARI LETTER NNA -->
38            <Key latin:keySpec="&#x0923;" />
39            <!-- Because the font rendering system prior to API version 16 can't automatically
40                 render dotted circle for incomplete combining letter of some scripts, different
41                 set of Key definitions are needed based on the API version. -->
42            <include latin:keyboardLayout="@xml/keystyle_devanagari_sign_anusvara" />
43            <Key latin:keyStyle="baseKeyDevanagariSignAnusvara" />
44            <!-- U+0919: "ङ" DEVANAGARI LETTER NGA -->
45            <Key latin:keySpec="&#x0919;" />
46            <!-- Because the font rendering system prior to API version 16 can't automatically
47                 render dotted circle for incomplete combining letter of some scripts, different
48                 set of Key definitions are needed based on the API version. -->
49            <include latin:keyboardLayout="@xml/keystyle_devanagari_sign_virama" />
50            <Key latin:keyStyle="baseKeyDevanagariSignVirama" />
51        </case>
52        <default>
53            <!-- U+0937: "ष" DEVANAGARI LETTER SSA -->
54            <Key latin:keySpec="&#x0937;" />
55            <!-- U+0921: "ड" DEVANAGARI LETTER DDA -->
56            <Key latin:keySpec="&#x0921;" />
57            <!-- U+091A: "च" DEVANAGARI LETTER CA -->
58            <Key latin:keySpec="&#x091A;" />
59            <!-- U+0935: "व" DEVANAGARI LETTER VA -->
60            <Key latin:keySpec="&#x0935;" />
61            <!-- U+092C: "ब" DEVANAGARI LETTER BHA -->
62            <Key latin:keySpec="&#x092C;" />
63            <!-- U+0928: "न" DEVANAGARI LETTER NA -->
64            <Key latin:keySpec="&#x0928;" />
65            <!-- U+092E: "म" DEVANAGARI LETTER MA -->
66            <Key latin:keySpec="&#x092E;" />
67            <!-- U+0964: "।" DEVANAGARI DANDA
68                 U+093D: "ऽ" DEVANAGARI SIGN AVAGRAHA -->
69            <Key
70                latin:keySpec="&#x0964;"
71                latin:moreKeys="&#x093D;" />
72            <!-- Because the font rendering system prior to API version 16 can't automatically
73                 render dotted circle for incomplete combining letter of some scripts, different
74                 set of Key definitions are needed based on the API version. -->
75            <include latin:keyboardLayout="@xml/keystyle_devanagari_sign_virama" />
76            <Key latin:keyStyle="baseKeyDevanagariSignVirama" />
77        </default>
78    </switch>
79</merge>
80