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