blob: f95091529ec591893c05aef2fcceacb832ff6215 [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_o" />
29 <Key
30 latin:keyStyle="baseKeyDevanagariVowelSignO" />
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_e" />
36 <Key
37 latin:keyStyle="baseKeyDevanagariVowelSignE" />
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_virama" />
43 <Key
44 latin:keyStyle="baseKeyDevanagariSignVirama" />
45 <!-- Because the font rendering system prior to API version 16 can't automatically
46 render dotted circle for incomplete combining letter of some scripts, different
47 set of Key definitions are needed based on the API version. -->
48 <include
49 latin:keyboardLayout="@xml/keystyle_devanagari_vowel_sign_i" />
50 <Key
51 latin:keyStyle="baseKeyDevanagariVowelSignI" />
52 <!-- Because the font rendering system prior to API version 16 can't automatically
53 render dotted circle for incomplete combining letter of some scripts, different
54 set of Key definitions are needed based on the API version. -->
55 <include
56 latin:keyboardLayout="@xml/keystyle_devanagari_vowel_sign_u" />
57 <Key
58 latin:keyStyle="baseKeyDevanagariVowelSignU" />
59 <!-- U+092A: "प" DEVANAGARI LETTER PA
60 U+092B: "फ" DEVANAGARI LETTER PHA -->
61 <Key
62 latin:keySpec="&#x092A;"
63 latin:moreKeys="&#x092B;"
64 latin:keyLabelFlags="fontNormal" />
65 <!-- Because the font rendering system prior to API version 16 can't automatically
66 render dotted circle for incomplete combining letter of some scripts, different
67 set of Key definitions are needed based on the API version. -->
68 <include
69 latin:keyboardLayout="@xml/keystyle_devanagari_vowel_sign_vocalic_r" />
70 <!-- U+0930: "र" DEVANAGARI LETTER RA -->
71 <Key
72 latin:keySpec="&#x0930;"
73 latin:keyStyle="moreKeysDevanagariVowelSignVocalicR"
74 latin:keyLabelFlags="fontNormal" />
75 <!-- U+0915: "क" DEVANAGARI LETTER KA
76 U+0916: "ख" DEVANAGARI LETTER KHA -->
77 <Key
78 latin:keySpec="&#x0915;"
79 latin:moreKeys="&#x0916;"
80 latin:keyLabelFlags="fontNormal" />
81 <!-- U+0924: "त" DEVANAGARI LETTER TA
82 U+0925: "थ" DEVANAGARI LETTER THA
83 U+0924/U+094D/U+0930: "त्र" DEVANAGARI LETTER TA/DEVANAGARI SIGN VIRAMA/DEVANAGARI LETTER RA -->
84 <Key
85 latin:keySpec="&#x0924;"
86 latin:moreKeys="&#x0925;,&#x0924;&#x094D;&#x0930;"
87 latin:keyLabelFlags="fontNormal" />
88 <!-- U+091A: "च" DEVANAGARI LETTER CA
89 U+091B: "छ" DEVANAGARI LETTER CHA -->
90 <Key
91 latin:keySpec="&#x091A;"
92 latin:moreKeys="&#x091B;"
93 latin:keyLabelFlags="fontNormal" />
94 <!-- U+091F: "ट" DEVANAGARI LETTER TTA
95 U+0920: "ठ" DEVANAGARI LETTER TTHA -->
96 <Key
97 latin:keySpec="&#x091F;"
98 latin:moreKeys="&#x0920;"
99 latin:keyLabelFlags="fontNormal" />
100</merge>