blob: 92bcb56b35b2e413ac7819fac791cc822c36ee26 [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
30 latin:keyLabel="&#x0911;" />
Tadashi G. Takaoka53eca322012-02-28 20:07:43 +090031 <!-- U+0901: "ँ" DEVANAGARI SIGN CANDRABINDU
32 U+0945: "ॅ" DEVANAGARI VOWEL SIGN CANDRA E-->
33 <Key
34 latin:keyLabel="&#x0901;"
35 latin:moreKeys="&#x0945;" />
36 <!-- U+0923: "ण" DEVANAGARI LETTER NNA -->
37 <Key
38 latin:keyLabel="&#x0923;" />
39 <!-- U+0929: "ऩ" DEVANAGARI LETTER NNNA -->
40 <Key
41 latin:keyLabel="&#x0929;" />
42 <!-- U+0933: "ळ" DEVANAGARI LETTER LLA
43 U+0934: "ऴ" DEVANAGARI LETTER LLLA -->
44 <Key
45 latin:keyLabel="&#x0933;"
46 latin:moreKeys="&#x0934;" />
47 <!-- U+0936: "श" DEVANAGARI LETTER SHA -->
48 <Key
49 latin:keyLabel="&#x0936;" />
50 <!-- U+0937: "ष" DEVANAGARI LETTER SSA -->
51 <Key
52 latin:keyLabel="&#x0937;" />
53 <!-- U+0943: "ृ" DEVANAGARI VOWEL SIGN VOCALIC R
54 U+0944: "ॄ" DEVANAGARI VOWEL SIGN VOCALIC RR -->
55 <Key
56 latin:keyLabel="&#x0943;"
57 latin:moreKeys="&#x0944;" />
58 <!-- U+091E: "ञ" DEVANAGARI LETTER NYA -->
59 <Key
60 latin:keyLabel="&#x091E;" />
61 </case>
62 <default>
63 <!-- U+0949: "ॉ" DEVANAGARI VOWEL SIGN CANDRA O -->
64 <Key
65 latin:keyLabel="&#x0949;" />
Tadashi G. Takaoka53eca322012-02-28 20:07:43 +090066 <!-- U+0902: "ं" DEVANAGARI SIGN ANUSVARA -->
67 <Key
68 latin:keyLabel="&#x0902;" />
69 <!-- U+092E: "म" DEVANAGARI LETTER MA
70 U+0950: "ॐ" DEVANAGARI OM -->
71 <Key
72 latin:keyLabel="&#x092E;"
73 latin:moreKeys="&#x0950;" />
74 <!-- U+0928: "न" DEVANAGARI LETTER NA
75 U+091E: "ञ" DEVANAGARI LETTER NYA
76 U+0919: "ङ" DEVANAGARI LETTER NGA
77 U+0928/U+093C: "ऩ" DEVANAGARI LETTER NA/DEVANAGARI SIGN NUKTA -->
78 <Key
79 latin:keyLabel="&#x0928;"
80 latin:moreKeys="&#x091E;,&#x0919;,&#x0928;&#x093C;" />
81 <!-- U+0935: "व" DEVANAGARI LETTER VA -->
82 <Key
83 latin:keyLabel="&#x0935;" />
84 <!-- U+0932: "ल" DEVANAGARI LETTER LA
85 U+090C: "ऌ" DEVANAGARI LETTER VOCALIC L
86 U+0961: "ॡ" DEVANAGARI LETTER VOCALIC LL -->
87 <Key
88 latin:keyLabel="&#x0932;"
89 latin:moreKeys="&#x090C;,&#x0961;" />
90 <!-- U+0938: "स" DEVANAGARI LETTER SA -->
91 <Key
92 latin:keyLabel="&#x0938;" />
93 <!-- U+092F: "य" DEVANAGARI LETTER YA
94 U+095F: "य़" DEVANAGARI LETTER YYA -->
95 <Key
96 latin:keyLabel="&#x092F;"
97 latin:moreKeys="&#x095F;" />
98 <!-- U+093C: "़" DEVANAGARI SIGN NUKTA
99 U+097D: "ॽ" DEVANAGARI LETTER GLOTTAL STOP
100 U+0970: "॰" DEVANAGARI ABBREVIATION SIGN
101 U+093D: "ऽ" DEVANAGARI SIGN AVAGRAHA -->
102 <Key
103 latin:keyLabel="&#x093C;"
104 latin:moreKeys="&#x097D;,&#x0970;,&#x093D;" />
105 </default>
106 </switch>
107</merge>