blob: 17fc5ac7792001d0f5df655ba1b251de21eae450 [file] [log] [blame]
Tadashi G. Takaokaa5ab5d82014-05-01 13:09:57 +09001<?xml version="1.0" encoding="utf-8"?>
2<!--
3/*
4**
5** Copyright 2014, 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
22 xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
23>
24 <!-- Because the font rendering system prior to API version 16 can't automatically
25 render dotted circle for incomplete combining letter of some scripts, different
26 set of Key definitions are needed based on the API version. -->
27 <include
28 latin:keyboardLayout="@xml/keystyle_devanagari_vowel_sign_candra_o" />
29 <Key
30 latin:keyStyle="baseKeyDevanagariVowelSignCandraO" />
31 <!-- Because the font rendering system prior to API version 16 can't automatically
32 render dotted circle for incomplete combining letter of some scripts, different
33 set of Key definitions are needed based on the API version. -->
34 <include
35 latin:keyboardLayout="@xml/keystyle_devanagari_vowel_sign_candra_e" />
36 <Key
37 latin:keyStyle="baseKeyDevanagariVowelSignCandraE" />
38 <!-- Because the font rendering system prior to API version 16 can't automatically
39 render dotted circle for incomplete combining letter of some scripts, different
40 set of Key definitions are needed based on the API version. -->
41 <include
42 latin:keyboardLayout="@xml/keystyle_devanagari_sign_anusvara" />
43 <Key
44 latin:keyStyle="baseKeyDevanagariSignAnusvara" />
45 <!-- U+092E: "म" DEVANAGARI LETTER MA -->
46 <Key
47 latin:keySpec="&#x092E;"
48 latin:keyLabelFlags="fontNormal" />
49 <!-- U+0928: "न" DEVANAGARI LETTER NA
50 U+0923: "ण" DEVANAGARI LETTER NNA
51 U+091E: "ञ" DEVANAGARI LETTER NYA
52 U+0919: "ङ" DEVANAGARI LETTER NGA -->
53 <Key
54 latin:keySpec="&#x0928;"
55 latin:moreKeys="&#x0923;,&#x091E;,&#x0919;"
56 latin:keyLabelFlags="fontNormal" />
57 <!-- U+0935: "व" DEVANAGARI LETTER VA -->
58 <Key
59 latin:keySpec="&#x0935;"
60 latin:keyLabelFlags="fontNormal" />
61 <!-- U+0932: "ल" DEVANAGARI LETTER LA
62 U+0933: "ळ" DEVANAGARI LETTER LLA -->
63 <Key
64 latin:keySpec="&#x0932;"
65 latin:moreKeys="&#x0933;"
66 latin:keyLabelFlags="fontNormal" />
67 <!-- U+0938: "स" DEVANAGARI LETTER SA
68 U+0936: "श" DEVANAGARI LETTER SHA
69 U+0937: "ष" DEVANAGARI LETTER SSA
70 U+0936/U+094D/U+0930: "श्र" DEVANAGARI LETTER SHA/DEVANAGARI SIGN VIRAMA/DEVANAGARI LETTER RA -->
71 <Key
72 latin:keySpec="&#x0938;"
73 latin:moreKeys="&#x0936;,&#x0937;,&#x0936;&#x094D;&#x0930;"
74 latin:keyLabelFlags="fontNormal" />
75 <!-- U+092F: "य" DEVANAGARI LETTER YA -->
76 <Key
77 latin:keySpec="&#x092F;"
78 latin:keyLabelFlags="fontNormal" />
79 <!-- U+0915/U+094D/U+0937: "क्ष" DEVANAGARI LETTER KA/DEVANAGARI SIGN VIRAMA/DEVANAGARI LETTER SSA -->
80 <Key
81 latin:keySpec="&#x0915;&#x094D;&#x0937;"
82 latin:keyLabelFlags="fontNormal|followKeyLetterRatio" />
83</merge>