blob: cf36fc5d4236010d64111733f3a6834ff53e40f3 [file] [log] [blame]
Tadashi G. Takaoka53eca322012-02-28 20:07:43 +09001<?xml version="1.0" encoding="utf-8"?>
2<!--
3/*
4**
5** Copyright 2012, 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 <switch>
25 <case
Tadashi G. Takaoka11d9ee72012-04-04 14:30:42 +090026 latin:keyboardLayoutSetElement="alphabetManualShifted|alphabetShiftLocked|alphabetShiftLockShifted"
Tadashi G. Takaoka53eca322012-02-28 20:07:43 +090027 >
28 <!-- U+0911: "ऑ" DEVANAGARI LETTER CANDRA O -->
29 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090030 latin:keySpec="&#x0911;"
Tadashi G. Takaokacce6f9e2012-09-20 11:54:25 +090031 latin:keyLabelFlags="fontNormal" />
Tadashi G. Takaoka0b928502013-03-08 18:39:34 +090032 <!-- Because the font rendering system prior to API version 16 can't automatically
Tadashi G. Takaokaf1ec1342013-08-29 10:50:05 +090033 render dotted circle for incomplete combining letter of some scripts, different
34 set of Key definitions are needed based on the API version. -->
Tadashi G. Takaoka0b928502013-03-08 18:39:34 +090035 <include
Tadashi G. Takaoka303f4402014-04-03 14:47:38 +090036 latin:keyboardLayout="@xml/keystyle_devanagari_sign_candrabindu" />
37 <Key
38 latin:keyStyle="baseKeyDevanagariSignCandrabindu" />
Tadashi G. Takaoka53eca322012-02-28 20:07:43 +090039 <!-- U+0923: "ण" DEVANAGARI LETTER NNA -->
40 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090041 latin:keySpec="&#x0923;"
Tadashi G. Takaokacce6f9e2012-09-20 11:54:25 +090042 latin:keyLabelFlags="fontNormal" />
Tadashi G. Takaoka53eca322012-02-28 20:07:43 +090043 <!-- U+0929: "ऩ" DEVANAGARI LETTER NNNA -->
44 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090045 latin:keySpec="&#x0929;" />
Tadashi G. Takaoka53eca322012-02-28 20:07:43 +090046 <!-- U+0933: "ळ" DEVANAGARI LETTER LLA
47 U+0934: "ऴ" DEVANAGARI LETTER LLLA -->
48 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090049 latin:keySpec="&#x0933;"
Tadashi G. Takaokacce6f9e2012-09-20 11:54:25 +090050 latin:moreKeys="&#x0934;"
51 latin:keyLabelFlags="fontNormal" />
Tadashi G. Takaoka53eca322012-02-28 20:07:43 +090052 <!-- U+0936: "श" DEVANAGARI LETTER SHA -->
53 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090054 latin:keySpec="&#x0936;"
Tadashi G. Takaokacce6f9e2012-09-20 11:54:25 +090055 latin:keyLabelFlags="fontNormal" />
Tadashi G. Takaoka53eca322012-02-28 20:07:43 +090056 <!-- U+0937: "ष" DEVANAGARI LETTER SSA -->
57 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090058 latin:keySpec="&#x0937;"
Tadashi G. Takaokacce6f9e2012-09-20 11:54:25 +090059 latin:keyLabelFlags="fontNormal" />
Tadashi G. Takaoka0b928502013-03-08 18:39:34 +090060 <!-- Because the font rendering system prior to API version 16 can't automatically
Tadashi G. Takaokaf1ec1342013-08-29 10:50:05 +090061 render dotted circle for incomplete combining letter of some scripts, different
62 set of Key definitions are needed based on the API version. -->
Tadashi G. Takaoka0b928502013-03-08 18:39:34 +090063 <include
Tadashi G. Takaoka303f4402014-04-03 14:47:38 +090064 latin:keyboardLayout="@xml/keystyle_devanagari_vowel_sign_vocalic_r" />
65 <Key
66 latin:keyStyle="baseKeyDevanagariVowelSignVocalicR" />
Tadashi G. Takaoka53eca322012-02-28 20:07:43 +090067 <!-- U+091E: "ञ" DEVANAGARI LETTER NYA -->
68 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090069 latin:keySpec="&#x091E;"
Tadashi G. Takaokacce6f9e2012-09-20 11:54:25 +090070 latin:keyLabelFlags="fontNormal" />
Tadashi G. Takaoka53eca322012-02-28 20:07:43 +090071 </case>
72 <default>
Tadashi G. Takaoka0b928502013-03-08 18:39:34 +090073 <!-- Because the font rendering system prior to API version 16 can't automatically
Tadashi G. Takaokaf1ec1342013-08-29 10:50:05 +090074 render dotted circle for incomplete combining letter of some scripts, different
75 set of Key definitions are needed based on the API version. -->
Tadashi G. Takaoka0b928502013-03-08 18:39:34 +090076 <include
Tadashi G. Takaoka303f4402014-04-03 14:47:38 +090077 latin:keyboardLayout="@xml/keystyle_devanagari_vowel_sign_candra_o" />
78 <Key
79 latin:keyStyle="baseKeyDevanagariVowelSignCandraO" />
80 <!-- Because the font rendering system prior to API version 16 can't automatically
81 render dotted circle for incomplete combining letter of some scripts, different
82 set of Key definitions are needed based on the API version. -->
Tadashi G. Takaokaf1ec1342013-08-29 10:50:05 +090083 <include
Tadashi G. Takaoka303f4402014-04-03 14:47:38 +090084 latin:keyboardLayout="@xml/keystyle_devanagari_sign_anusvara" />
85 <Key
86 latin:keyStyle="baseKeyDevanagariSignAnusvara" />
Tadashi G. Takaoka53eca322012-02-28 20:07:43 +090087 <!-- U+092E: "म" DEVANAGARI LETTER MA
88 U+0950: "ॐ" DEVANAGARI OM -->
89 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090090 latin:keySpec="&#x092E;"
Tadashi G. Takaokacce6f9e2012-09-20 11:54:25 +090091 latin:moreKeys="&#x0950;"
92 latin:keyLabelFlags="fontNormal" />
Tadashi G. Takaoka53eca322012-02-28 20:07:43 +090093 <!-- U+0928: "न" DEVANAGARI LETTER NA
94 U+091E: "ञ" DEVANAGARI LETTER NYA
95 U+0919: "ङ" DEVANAGARI LETTER NGA
96 U+0928/U+093C: "ऩ" DEVANAGARI LETTER NA/DEVANAGARI SIGN NUKTA -->
97 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090098 latin:keySpec="&#x0928;"
Tadashi G. Takaokacce6f9e2012-09-20 11:54:25 +090099 latin:moreKeys="&#x091E;,&#x0919;,&#x0928;&#x093C;"
100 latin:keyLabelFlags="fontNormal" />
Tadashi G. Takaoka53eca322012-02-28 20:07:43 +0900101 <!-- U+0935: "व" DEVANAGARI LETTER VA -->
102 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +0900103 latin:keySpec="&#x0935;"
Tadashi G. Takaokacce6f9e2012-09-20 11:54:25 +0900104 latin:keyLabelFlags="fontNormal" />
Tadashi G. Takaoka53eca322012-02-28 20:07:43 +0900105 <!-- U+0932: "ल" DEVANAGARI LETTER LA
106 U+090C: "ऌ" DEVANAGARI LETTER VOCALIC L
107 U+0961: "ॡ" DEVANAGARI LETTER VOCALIC LL -->
108 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +0900109 latin:keySpec="&#x0932;"
Tadashi G. Takaokacce6f9e2012-09-20 11:54:25 +0900110 latin:moreKeys="&#x090C;,&#x0961;"
111 latin:keyLabelFlags="fontNormal" />
Tadashi G. Takaoka53eca322012-02-28 20:07:43 +0900112 <!-- U+0938: "स" DEVANAGARI LETTER SA -->
113 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +0900114 latin:keySpec="&#x0938;"
Tadashi G. Takaokacce6f9e2012-09-20 11:54:25 +0900115 latin:keyLabelFlags="fontNormal" />
Tadashi G. Takaoka53eca322012-02-28 20:07:43 +0900116 <!-- U+092F: "य" DEVANAGARI LETTER YA
117 U+095F: "य़" DEVANAGARI LETTER YYA -->
118 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +0900119 latin:keySpec="&#x092F;"
Tadashi G. Takaokacce6f9e2012-09-20 11:54:25 +0900120 latin:moreKeys="&#x095F;"
121 latin:keyLabelFlags="fontNormal" />
Tadashi G. Takaoka0b928502013-03-08 18:39:34 +0900122 <!-- Because the font rendering system prior to API version 16 can't automatically
Tadashi G. Takaokaf1ec1342013-08-29 10:50:05 +0900123 render dotted circle for incomplete combining letter of some scripts, different
124 set of Key definitions are needed based on the API version. -->
Tadashi G. Takaoka0b928502013-03-08 18:39:34 +0900125 <include
Tadashi G. Takaoka303f4402014-04-03 14:47:38 +0900126 latin:keyboardLayout="@xml/keystyle_devanagari_sign_nukta" />
127 <Key
128 latin:keyStyle="baseKeyDevanagariSignNukta" />
129 </default>
Tadashi G. Takaoka53eca322012-02-28 20:07:43 +0900130 </switch>
131</merge>