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 <!-- U+0D15: "" MALAYALAM LETTER KA 23 U+0D16: "" MALAYALAM LETTER KHA --> 24 <Key 25 latin:keySpec="ക" 26 latin:moreKeys="ഖ" /> 27 <!-- U+0D17: "" MALAYALAM LETTER GA 28 U+0D18: "" MALAYALAM LETTER GHA --> 29 <Key 30 latin:keySpec="ഗ" 31 latin:moreKeys="ഘ" /> 32 <!-- U+0D19: "" MALAYALAM LETTER NGA 33 U+0D1E: "" MALAYALAM LETTER NYA --> 34 <Key 35 latin:keySpec="ങ" 36 latin:moreKeys="ഞ" /> 37 <!-- U+0D1A: "" MALAYALAM LETTER CA 38 U+0D1B: "" MALAYALAM LETTER CHA --> 39 <Key 40 latin:keySpec="ച" 41 latin:moreKeys="ഛ" /> 42 <!-- U+0D1C: "" MALAYALAM LETTER JA 43 U+0D1D: "" MALAYALAM LETTER JHA --> 44 <Key 45 latin:keySpec="ജ" 46 latin:moreKeys="ഝ" /> 47 <!-- U+0D1F: "" MALAYALAM LETTER TTA 48 U+0D20: "" MALAYALAM LETTER TTHA --> 49 <Key 50 latin:keySpec="ട" 51 latin:moreKeys="ഠ" /> 52 <!-- U+0D21: "" MALAYALAM LETTER DDA 53 U+0D22: "" MALAYALAM LETTER DDHA --> 54 <Key 55 latin:keySpec="ഡ" 56 latin:moreKeys="ഢ" /> 57 <!-- U+0D23: "" MALAYALAM LETTER NNA 58 U+0D7A: "" MALAYALAM LETTER CHILLU NN --> 59 <Key 60 latin:keySpec="ണ" 61 latin:moreKeys="ൺ" /> 62 <!-- U+0D24: "" MALAYALAM LETTER TA 63 U+0D25: "" MALAYALAM LETTER THA --> 64 <Key 65 latin:keySpec="ത" 66 latin:moreKeys="ഥ" /> 67 <!-- U+0D26: "" MALAYALAM LETTER DA 68 U+0D27: "" MALAYALAM LETTER DHA --> 69 <Key 70 latin:keySpec="ദ" 71 latin:moreKeys="ധ" /> 72 <!-- U+0D28: "" MALAYALAM LETTER NA 73 U+0D7B: "" MALAYALAM LETTER CHILLU N --> 74 <Key 75 latin:keySpec="ന" 76 latin:moreKeys="ൻ" /> 77 </merge> 78