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 xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"> 22 <switch> 23 <case latin:keyboardLayoutSetElement="alphabetManualShifted|alphabetShiftLocked|alphabetShiftLockShifted"> 24 <!-- U+0911: "ऑ" DEVANAGARI LETTER CANDRA O --> 25 <Key latin:keySpec="ऑ" /> 26 <!-- Because the font rendering system prior to API version 16 can't automatically 27 render dotted circle for incomplete combining letter of some scripts, different 28 set of Key definitions are needed based on the API version. --> 29 <include latin:keyboardLayout="@xml/keystyle_devanagari_sign_candrabindu" /> 30 <Key latin:keyStyle="baseKeyDevanagariSignCandrabindu" /> 31 <!-- U+0923: "ण" DEVANAGARI LETTER NNA --> 32 <Key latin:keySpec="ण" /> 33 <!-- U+0929: "ऩ" DEVANAGARI LETTER NNNA --> 34 <Key latin:keySpec="ऩ" /> 35 <!-- U+0933: "ळ" DEVANAGARI LETTER LLA 36 U+0934: "ऴ" DEVANAGARI LETTER LLLA --> 37 <Key 38 latin:keySpec="ळ" 39 latin:moreKeys="ऴ" /> 40 <!-- U+0936: "श" DEVANAGARI LETTER SHA --> 41 <Key latin:keySpec="श" /> 42 <!-- U+0937: "ष" DEVANAGARI LETTER SSA --> 43 <Key latin:keySpec="ष" /> 44 <!-- Because the font rendering system prior to API version 16 can't automatically 45 render dotted circle for incomplete combining letter of some scripts, different 46 set of Key definitions are needed based on the API version. --> 47 <include latin:keyboardLayout="@xml/keystyle_devanagari_vowel_sign_vocalic_r" /> 48 <Key latin:keyStyle="baseKeyDevanagariVowelSignVocalicR" /> 49 <!-- U+091E: "ञ" DEVANAGARI LETTER NYA --> 50 <Key latin:keySpec="ञ" /> 51 </case> 52 <default> 53 <!-- Because the font rendering system prior to API version 16 can't automatically 54 render dotted circle for incomplete combining letter of some scripts, different 55 set of Key definitions are needed based on the API version. --> 56 <include latin:keyboardLayout="@xml/keystyle_devanagari_vowel_sign_candra_o" /> 57 <Key latin:keyStyle="baseKeyDevanagariVowelSignCandraO" /> 58 <!-- Because the font rendering system prior to API version 16 can't automatically 59 render dotted circle for incomplete combining letter of some scripts, different 60 set of Key definitions are needed based on the API version. --> 61 <include latin:keyboardLayout="@xml/keystyle_devanagari_sign_anusvara" /> 62 <Key latin:keyStyle="baseKeyDevanagariSignAnusvara" /> 63 <!-- U+092E: "म" DEVANAGARI LETTER MA 64 U+0950: "ॐ" DEVANAGARI OM --> 65 <Key 66 latin:keySpec="म" 67 latin:moreKeys="ॐ" /> 68 <!-- U+0928: "न" DEVANAGARI LETTER NA 69 U+091E: "ञ" DEVANAGARI LETTER NYA 70 U+0919: "ङ" DEVANAGARI LETTER NGA 71 U+0928/U+093C: "ऩ" DEVANAGARI LETTER NA/DEVANAGARI SIGN NUKTA --> 72 <Key 73 latin:keySpec="न" 74 latin:moreKeys="ञ,ङ,ऩ" /> 75 <!-- U+0935: "व" DEVANAGARI LETTER VA --> 76 <Key latin:keySpec="व" /> 77 <!-- U+0932: "ल" DEVANAGARI LETTER LA 78 U+090C: "ऌ" DEVANAGARI LETTER VOCALIC L 79 U+0961: "ॡ" DEVANAGARI LETTER VOCALIC LL --> 80 <Key 81 latin:keySpec="ल" 82 latin:moreKeys="ऌ,ॡ" /> 83 <!-- U+0938: "स" DEVANAGARI LETTER SA --> 84 <Key latin:keySpec="स" /> 85 <!-- U+092F: "य" DEVANAGARI LETTER YA 86 U+095F: "य़" DEVANAGARI LETTER YYA --> 87 <Key 88 latin:keySpec="य" 89 latin:moreKeys="य़" /> 90 <!-- Because the font rendering system prior to API version 16 can't automatically 91 render dotted circle for incomplete combining letter of some scripts, different 92 set of Key definitions are needed based on the API version. --> 93 <include latin:keyboardLayout="@xml/keystyle_devanagari_sign_nukta" /> 94 <Key latin:keyStyle="baseKeyDevanagariSignNukta" /> 95 </default> 96 </switch> 97</merge> 98