78 lines
2.6 KiB
XML
78 lines
2.6 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
|||
|
<!--
|
|||
|
/*
|
|||
|
**
|
|||
|
** Copyright 2014, The Android Open Source Project
|
|||
|
**
|
|||
|
** Licensed under the Apache License, Version 2.0 (the "License");
|
|||
|
** you may not use this file except in compliance with the License.
|
|||
|
** You may obtain a copy of the License at
|
|||
|
**
|
|||
|
** http://www.apache.org/licenses/LICENSE-2.0
|
|||
|
**
|
|||
|
** Unless required by applicable law or agreed to in writing, software
|
|||
|
** distributed under the License is distributed on an "AS IS" BASIS,
|
|||
|
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|||
|
** See the License for the specific language governing permissions and
|
|||
|
** limitations under the License.
|
|||
|
*/
|
|||
|
-->
|
|||
|
|
|||
|
<merge xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin">
|
|||
|
<!-- U+0D15: "ക" MALAYALAM LETTER KA
|
|||
|
U+0D16: "ഖ" MALAYALAM LETTER KHA -->
|
|||
|
<Key
|
|||
|
latin:keySpec="ക"
|
|||
|
latin:moreKeys="ഖ" />
|
|||
|
<!-- U+0D17: "ഗ" MALAYALAM LETTER GA
|
|||
|
U+0D18: "ഘ" MALAYALAM LETTER GHA -->
|
|||
|
<Key
|
|||
|
latin:keySpec="ഗ"
|
|||
|
latin:moreKeys="ഘ" />
|
|||
|
<!-- U+0D19: "ങ" MALAYALAM LETTER NGA
|
|||
|
U+0D1E: "ഞ" MALAYALAM LETTER NYA -->
|
|||
|
<Key
|
|||
|
latin:keySpec="ങ"
|
|||
|
latin:moreKeys="ഞ" />
|
|||
|
<!-- U+0D1A: "ച" MALAYALAM LETTER CA
|
|||
|
U+0D1B: "ഛ" MALAYALAM LETTER CHA -->
|
|||
|
<Key
|
|||
|
latin:keySpec="ച"
|
|||
|
latin:moreKeys="ഛ" />
|
|||
|
<!-- U+0D1C: "ജ" MALAYALAM LETTER JA
|
|||
|
U+0D1D: "ഝ" MALAYALAM LETTER JHA -->
|
|||
|
<Key
|
|||
|
latin:keySpec="ജ"
|
|||
|
latin:moreKeys="ഝ" />
|
|||
|
<!-- U+0D1F: "ട" MALAYALAM LETTER TTA
|
|||
|
U+0D20: "ഠ" MALAYALAM LETTER TTHA -->
|
|||
|
<Key
|
|||
|
latin:keySpec="ട"
|
|||
|
latin:moreKeys="ഠ" />
|
|||
|
<!-- U+0D21: "ഡ" MALAYALAM LETTER DDA
|
|||
|
U+0D22: "ഢ" MALAYALAM LETTER DDHA -->
|
|||
|
<Key
|
|||
|
latin:keySpec="ഡ"
|
|||
|
latin:moreKeys="ഢ" />
|
|||
|
<!-- U+0D23: "ണ" MALAYALAM LETTER NNA
|
|||
|
U+0D7A: "ൺ" MALAYALAM LETTER CHILLU NN -->
|
|||
|
<Key
|
|||
|
latin:keySpec="ണ"
|
|||
|
latin:moreKeys="ൺ" />
|
|||
|
<!-- U+0D24: "ത" MALAYALAM LETTER TA
|
|||
|
U+0D25: "ഥ" MALAYALAM LETTER THA -->
|
|||
|
<Key
|
|||
|
latin:keySpec="ത"
|
|||
|
latin:moreKeys="ഥ" />
|
|||
|
<!-- U+0D26: "ദ" MALAYALAM LETTER DA
|
|||
|
U+0D27: "ധ" MALAYALAM LETTER DHA -->
|
|||
|
<Key
|
|||
|
latin:keySpec="ദ"
|
|||
|
latin:moreKeys="ധ" />
|
|||
|
<!-- U+0D28: "ഗന" MALAYALAM LETTER NA
|
|||
|
U+0D7B: "ൻ" MALAYALAM LETTER CHILLU N -->
|
|||
|
<Key
|
|||
|
latin:keySpec="ന"
|
|||
|
latin:moreKeys="ൻ" />
|
|||
|
</merge>
|