2014-07-08 03:50:16 +00:00
|
|
|
<?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
|
2014-08-11 06:22:19 +00:00
|
|
|
U+0BCB: "ோ" TAMIL VOWEL SIGN OO
|
2014-07-08 03:50:16 +00:00
|
|
|
U+0BD0: "ௐ" TAMIL OM -->
|
|
|
|
<Key
|
|
|
|
latin:keySpec="ஓ"
|
2014-08-11 06:22:19 +00:00
|
|
|
latin:moreKeys="ோ,ௐ" />
|
|
|
|
<!-- U+0B8F: "ஏ" TAMIL LETTER EE
|
|
|
|
U+0BC7: "ே" TAMIL VOWEL SIGN EE -->
|
|
|
|
<Key
|
|
|
|
latin:keySpec="ஏ"
|
|
|
|
latin:moreKeys="ே" />
|
2014-07-08 03:50:16 +00:00
|
|
|
<!-- U+0B85: "அ" TAMIL LETTER A
|
|
|
|
U+0B83: "ஃ" TAMIL SIGN VISARGA -->
|
|
|
|
<Key
|
|
|
|
latin:keySpec="அ"
|
|
|
|
latin:moreKeys="ஃ" />
|
2014-08-11 06:22:19 +00:00
|
|
|
<!-- U+0B87: "இ" TAMIL LETTER I
|
|
|
|
U+0BBF: "ி" TAMIL VOWEL SIGN I -->
|
|
|
|
<Key
|
|
|
|
latin:keySpec="இ"
|
|
|
|
latin:moreKeys="ி" />
|
|
|
|
<!-- U+0B89: "உ" TAMIL LETTER U
|
|
|
|
U+0BC1: "ு" TAMIL VOWEL SIGN U -->
|
|
|
|
<Key
|
|
|
|
latin:keySpec="உ"
|
|
|
|
latin:moreKeys="ு" />
|
2014-07-08 03:50:16 +00:00
|
|
|
<!-- 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>
|