futokb/java/res/xml/rowkeys_kannada3.xml
Tadashi G. Takaoka 2863997abd Fix Kannada keyboard
Bug: 10029252
Change-Id: I5ae056ca6ada4ffb921e9882bf57ad21a9bb4d47
2014-08-11 15:51:56 +09:00

66 lines
2.4 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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+0CC6: "ೆ" KANNADA VOWEL SIGN E
U+0C92: "ಒ" KANNADA LETTER O -->
<Key
latin:keySpec="&#x0CC6;"
latin:moreKeys="&#x0C92;" />
<!-- U+0C82: "" KANNADA SIGN ANUSVARA
U+0C8E: "ಎ" KANNADA LETTER E -->
<Key
latin:keySpec="&#x0C82;"
latin:moreKeys="&#x0C8E;" />
<!-- U+0CAE: "ಮ" KANNADA LETTER MA -->
<Key latin:keySpec="&#x0CAE;" />
<!-- U+0CA8: "ನ" KANNADA LETTER NA
U+0CA3: "ಣ" KANNADA LETTER NNA -->
<Key latin:keySpec="&#x0CA8;"
latin:moreKeys="&#x0CA3;" />
<!-- U+0CB5: "ವ" KANNADA LETTER VA -->
<Key latin:keySpec="&#x0CB5;" />
<!-- U+0CB2: "ಲ" KANNADA LETTER LA
U+0CB3: "ಳ" KANNADA LETTER LLA -->
<Key
latin:keySpec="&#x0CB2;"
latin:moreKeys="&#x0CB3;" />
<!-- U+0CB8: "ಸ" KANNADA LETTER SA
U+0CB6: "ಶ" KANNADA LETTER SHA -->
<Key
latin:keySpec="&#x0CB8;"
latin:moreKeys="&#x0CB6;" />
<!-- U+0C8B: "ಋ" KANNADA LETTER VOCALIC R
U+0CCD/U+0CB0: "್ರ" KANNADA SIGN VIRAMA/KANNADA LETTER RA -->
<Key
latin:keySpec="&#x0C8B;"
latin:moreKeys="&#x0CCD;&#x0CB0;" />
<!-- U+0CB7: "ಷ" KANNADA LETTER SSA
U+0C95/U+0CCD/U+0CB7: "ಕ್ಷ" KANNADA LETTER RA/KANNADA SIGN VIRAMA/KANNADA LETTER SSA -->
<Key
latin:keySpec="&#x0CB7;"
latin:moreKeys="&#x0C95;&#x0CCD;&#x0CB7;" />
<!-- U+0CAF: "ಯ" KANNADA LETTER YA
U+0C9C/U+0CCD/U+0C9E: "ಜ್ಞ" KANNADA LETTER JA/KANNADA SIGN VIRAMA/KANNADA LETTER NYA -->
<Key
latin:keySpec="&#x0CAF;"
latin:moreKeys="&#x0C9C;&#x0CCD;&#x0C9E;" />
</merge>