1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- 3 /* 4 ** 5 ** Copyright 2014, 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 <!-- Because the font rendering system prior to API version 16 can't automatically 23 render dotted circle for incomplete combining letter of some scripts, different 24 set of Key definitions are needed based on the API version. --> 25 <include latin:keyboardLayout="@xml/keystyle_devanagari_vowel_sign_candra_o" /> 26 <!-- U+0911: "" DEVANAGARI LETTER CANDRA O --> 27 <Key 28 latin:keySpec="ऑ" 29 latin:keyStyle="moreKeysDevanagariVowelSignCandraO" /> 30 <!-- Because the font rendering system prior to API version 16 can't automatically 31 render dotted circle for incomplete combining letter of some scripts, different 32 set of Key definitions are needed based on the API version. --> 33 <include latin:keyboardLayout="@xml/keystyle_devanagari_sign_virama" /> 34 <Key latin:keyStyle="baseKeyDevanagariSignVirama" /> 35 <!-- Because the font rendering system prior to API version 16 can't automatically 36 render dotted circle for incomplete combining letter of some scripts, different 37 set of Key definitions are needed based on the API version. --> 38 <include latin:keyboardLayout="@xml/keystyle_devanagari_sign_anusvara" /> 39 <Key latin:keyStyle="baseKeyDevanagariSignAnusvara" /> 40 <!-- U+092E: "" DEVANAGARI LETTER MA 41 U+0950: "" DEVANAGARI OM --> 42 <Key 43 latin:keySpec="म" 44 latin:moreKeys="ॐ" /> 45 <!-- U+0928: "" DEVANAGARI LETTER NA 46 U+0923: "" DEVANAGARI LETTER NNA 47 U+091E: "" DEVANAGARI LETTER NYA 48 U+0919: "" DEVANAGARI LETTER NGA --> 49 <Key 50 latin:keySpec="न" 51 latin:moreKeys="ण,ञ,ङ" /> 52 <!-- U+0935: "" DEVANAGARI LETTER VA --> 53 <Key latin:keySpec="व" /> 54 <!-- U+0932: "" DEVANAGARI LETTER LA --> 55 <Key latin:keySpec="ल" /> 56 <!-- U+0938: "" DEVANAGARI LETTER SA 57 U+0936: "" DEVANAGARI LETTER SHA 58 U+0937: "" DEVANAGARI LETTER SSA 59 U+0936/U+094D/U+0930: "" DEVANAGARI LETTER SHA/DEVANAGARI SIGN VIRAMA/DEVANAGARI LETTER RA --> 60 <Key 61 latin:keySpec="स" 62 latin:moreKeys="श,ष,श्र" /> 63 <!-- U+092F: "" DEVANAGARI LETTER YA --> 64 <Key latin:keySpec="य" /> 65 <!-- U+0915/U+094D/U+0937: "" DEVANAGARI LETTER KA/DEVANAGARI SIGN VIRAMA/DEVANAGARI LETTER SSA --> 66 <Key 67 latin:keySpec="क्ष" 68 latin:keyLabelFlags="followKeyLetterRatio" /> 69 </merge> 70