59 lines
2.2 KiB
XML
59 lines
2.2 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+0B93: "ஓ" TAMIL LETTER OO
|
|
U+0BD0: "ௐ" TAMIL OM -->
|
|
<Key
|
|
latin:keySpec="ஓ"
|
|
latin:moreKeys="ௐ" />
|
|
<!-- U+0B8F: "ஏ" TAMIL LETTER EE -->
|
|
<Key latin:keySpec="ஏ" />
|
|
<!-- U+0B85: "அ" TAMIL LETTER A
|
|
U+0B83: "ஃ" TAMIL SIGN VISARGA -->
|
|
<Key
|
|
latin:keySpec="அ"
|
|
latin:moreKeys="ஃ" />
|
|
<!-- U+0B87: "இ" TAMIL LETTER I -->
|
|
<Key latin:keySpec="இ" />
|
|
<!-- U+0B89: "உ" TAMIL LETTER U -->
|
|
<Key latin:keySpec="உ" />
|
|
<!-- U+0BB1: "ற" TAMIL LETTER RRA -->
|
|
<Key latin:keySpec="ற" />
|
|
<!-- U+0BAA: "ப" TAMIL LETTER PA -->
|
|
<Key latin:keySpec="ப" />
|
|
<!-- U+0B95: "க" TAMIL LETTER KA
|
|
U+0BB9: "ஹ" TAMIL LETTER HA
|
|
U+0B95/U+0BCD/U+0BB7: "க்ஷ" TAMIL LETTER KA/TAMIL SIGN VIRAMA/TAMIL LETTER SSA -->
|
|
<Key
|
|
latin:keySpec="க"
|
|
latin:moreKeys="ஹ,க்ஷ" />
|
|
<!-- U+0BA4: "த" TAMIL LETTER TA -->
|
|
<Key latin:keySpec="த" />
|
|
<!-- U+0B9A: "ச" TAMIL LETTER CA
|
|
U+0BB8: "ஸ" TAMIL LETTER SA
|
|
U+0BB6/U+0BCD/U+0BB0/U+0BC0: "ஶ்ரீ" TAMIL LETTER SHA/TAMIL SIGN VIRAMA/TAMIL LETTER RA/TAMIL VOWEL SIGN II -->
|
|
<Key
|
|
latin:keySpec="ச"
|
|
latin:moreKeys="ஸ,ஶ்ரீ" />
|
|
<!-- U+0B9F: "ட" TAMIL LETTER TTA -->
|
|
<Key latin:keySpec="ட" />
|
|
</merge>
|