77 lines
2.8 KiB
XML
77 lines
2.8 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+0D2A: "പ" MALAYALAM LETTER PA
|
||
U+0D2B: "ഫ" MALAYALAM LETTER PHA -->
|
||
<Key
|
||
latin:keySpec="പ"
|
||
latin:moreKeys="ഫ" />
|
||
<!-- U+0D2C: "ബ" MALAYALAM LETTER BA
|
||
U+0D2D: "ഭ" MALAYALAM LETTER BHA -->
|
||
<Key
|
||
latin:keySpec="ബ"
|
||
latin:moreKeys="ഭ" />
|
||
<!-- U+0D2E: "മ" MALAYALAM LETTER MA
|
||
U+0D02: "ം" MALAYALAM SIGN ANUSVARA -->
|
||
<Key
|
||
latin:keySpec="മ"
|
||
latin:moreKeys="ം" />
|
||
<!-- U+0D2F: "യ" MALAYALAM LETTER YA
|
||
U+0D4D/U+0D2F: "്യ" MALAYALAM SIGN VIRAMA/MALAYALAM LETTER YA -->
|
||
<Key
|
||
latin:keySpec="യ"
|
||
latin:moreKeys="്യ" />
|
||
<!-- U+0D30: "ര" MALAYALAM LETTER RA
|
||
U+0D4D/U+0D30: "്ര" MALAYALAM SIGN VIRAMA/MALAYALAM LETTER RA
|
||
U+0D7C: "ർ" MALAYALAM LETTER CHILLU RR
|
||
U+0D31: "റ" MALAYALAM LETTER RRA -->
|
||
<Key
|
||
latin:keySpec="ര"
|
||
latin:moreKeys="്ര,ർ,റ" />
|
||
<!-- U+0D32: "ല" MALAYALAM LETTER LA
|
||
U+0D7D: "ൽ" MALAYALAM LETTER CHILLU L -->
|
||
<Key
|
||
latin:keySpec="ല"
|
||
latin:moreKeys="ൽ" />
|
||
<!-- U+0D35: "വ" MALAYALAM LETTER VA
|
||
U+0D4D/U+0D35: "്വ" MALAYALAM SIGN VIRAMA/MALAYALAM LETTER VA -->
|
||
<Key
|
||
latin:keySpec="വ"
|
||
latin:moreKeys="്വ" />
|
||
<!-- U+0D36: "ശ" MALAYALAM LETTER SHA
|
||
U+0D37: "ഷ" MALAYALAM LETTER SSA
|
||
U+0D38: "സ" MALAYALAM LETTER SA -->
|
||
<Key
|
||
latin:keySpec="ശ"
|
||
latin:moreKeys="ഷ,സ" />
|
||
<!-- U+0D39: "ഹ" MALAYALAM LETTER HA
|
||
U+0D03: "ഃ" MALAYALAM SIGN VISARGA -->
|
||
<Key
|
||
latin:keySpec="ഹ"
|
||
latin:moreKeys="ഃ" />
|
||
<!-- U+0D33: "ള" MALAYALAM LETTER LLA
|
||
U+0D7E: "ൾ" MALAYALAM LETTER CHILLU LL
|
||
U+0D34: "ഴ" MALAYALAM LETTER LLLA -->
|
||
<Key
|
||
latin:keySpec="ള"
|
||
latin:moreKeys="ൾ,ഴ" />
|
||
</merge>
|