1 <?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 26 latin:keyboardLayoutSetElement="alphabetManualShifted|alphabetShiftLocked|alphabetShiftLockShifted" 27 > 28 <!-- U+0911: "" DEVANAGARI LETTER CANDRA O --> 29 <Key 30 latin:keyLabel="ऑ" /> 31 <!-- U+0901: "" DEVANAGARI SIGN CANDRABINDU 32 U+0945: "" DEVANAGARI VOWEL SIGN CANDRA E--> 33 <Key 34 latin:keyLabel="ँ" 35 latin:moreKeys="ॅ" /> 36 <!-- U+0923: "" DEVANAGARI LETTER NNA --> 37 <Key 38 latin:keyLabel="ण" /> 39 <!-- U+0929: "" DEVANAGARI LETTER NNNA --> 40 <Key 41 latin:keyLabel="ऩ" /> 42 <!-- U+0933: "" DEVANAGARI LETTER LLA 43 U+0934: "" DEVANAGARI LETTER LLLA --> 44 <Key 45 latin:keyLabel="ळ" 46 latin:moreKeys="ऴ" /> 47 <!-- U+0936: "" DEVANAGARI LETTER SHA --> 48 <Key 49 latin:keyLabel="श" /> 50 <!-- U+0937: "" DEVANAGARI LETTER SSA --> 51 <Key 52 latin:keyLabel="ष" /> 53 <!-- U+0943: "" DEVANAGARI VOWEL SIGN VOCALIC R 54 U+0944: "" DEVANAGARI VOWEL SIGN VOCALIC RR --> 55 <Key 56 latin:keyLabel="ृ" 57 latin:moreKeys="ॄ" /> 58 <!-- U+091E: "" DEVANAGARI LETTER NYA --> 59 <Key 60 latin:keyLabel="ञ" /> 61 </case> 62 <default> 63 <!-- U+0949: "" DEVANAGARI VOWEL SIGN CANDRA O --> 64 <Key 65 latin:keyLabel="ॉ" /> 66 <!-- U+0902: "" DEVANAGARI SIGN ANUSVARA --> 67 <Key 68 latin:keyLabel="ं" /> 69 <!-- U+092E: "" DEVANAGARI LETTER MA 70 U+0950: "" DEVANAGARI OM --> 71 <Key 72 latin:keyLabel="म" 73 latin:moreKeys="ॐ" /> 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="न" 80 latin:moreKeys="ञ,ङ,ऩ" /> 81 <!-- U+0935: "" DEVANAGARI LETTER VA --> 82 <Key 83 latin:keyLabel="व" /> 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="ल" 89 latin:moreKeys="ऌ,ॡ" /> 90 <!-- U+0938: "" DEVANAGARI LETTER SA --> 91 <Key 92 latin:keyLabel="स" /> 93 <!-- U+092F: "" DEVANAGARI LETTER YA 94 U+095F: "" DEVANAGARI LETTER YYA --> 95 <Key 96 latin:keyLabel="य" 97 latin:moreKeys="य़" /> 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="़" 104 latin:moreKeys="ॽ,॰,ऽ" /> 105 </default> 106 </switch> 107 </merge> 108