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