Xml文件  |  105行  |  4.56 KB

<?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">
    <switch>
        <case latin:keyboardLayoutSetElement="alphabetManualShifted|alphabetShiftLocked|alphabetShiftLockShifted">
            <!-- U+1017: "ဗ" MYANMAR LETTER BA
                 U+1039/U+1017: "္ဗ" MYANMAR SIGN VIRAMA/MYANMAR LETTER BA -->
            <Key
                latin:keySpec="&#x1017;"
                latin:moreKeys="&#x1039;&#x1017;" />
            <!-- U+1012: "ဒ" MYANMAR LETTER DA
                 U+1039/U+1012: "္ဒ" MYANMAR SIGN VIRAMA/MYANMAR LETTER DA -->
            <Key
                latin:keySpec="&#x1012;"
                latin:moreKeys="&#x1039;&#x1012;" />
            <!-- U+1013: "ဓ" MYANMAR LETTER DHA
                 U+1039/U+1013: "္ဓ" MYANMAR SIGN VIRAMA/MYANMAR LETTER DHA -->
            <Key
                latin:keySpec="&#x1013;"
                latin:moreKeys="&#x1039;&#x1013;" />
            <!-- U+1003: "ဃ" MYANMAR LETTER GHA -->
            <Key latin:keySpec="&#x1003;" />
            <!-- U+100E: "ဎ" MYANMAR LETTER DDHA -->
            <Key latin:keySpec="&#x100E;" />
            <!-- U+103F: "ဿ" MYANMAR LETTER GREAT SA -->
            <Key latin:keySpec="&#x103F;" />
            <!-- U+100F: "ဏ" MYANMAR LETTER NNA -->
            <Key latin:keySpec="&#x100F;" />
            <!-- U+1008: "ဈ" MYANMAR LETTER JHA
                 U+1039/U+1008: "္ဈ" MYANMAR SIGN VIRAMA/MYANMAR LETTER JHA -->
            <Key
                latin:keySpec="&#x1008;"
                latin:moreKeys="&#x1039;&#x1008;" />
            <!-- U+1007: "ဇ" MYANMAR LETTER JA
                 U+1039/U+1007: "္ဇ" MYANMAR SIGN VIRAMA/MYANMAR LETTER JA -->
            <Key
                latin:keySpec="&#x1007;"
                latin:moreKeys="&#x1039;&#x1007;" />
            <!-- U+1002: "ဂ" MYANMAR LETTER GA
                 U+1039/U+1002: "္ဂ" MYANMAR SIGN VIRAMA/MYANMAR LETTER GA -->
            <Key
                latin:keySpec="&#x1002;"
                latin:moreKeys="&#x1039;&#x1002;" />
        </case>
        <default>
            <!-- U+1006: "ဆ" MYANMAR LETTER CHA
                 U+1039/U+1006: "္ဆ" MYANMAR SIGN VIRAMA/MYANMAR LETTER CHA -->
            <Key
                latin:keySpec="&#x1006;"
                latin:moreKeys="&#x1039;&#x1006;" />
            <!-- U+1010: "တ" MYANMAR LETTER TA
                 U+1039/U+1010: "္တ" MYANMAR SIGN VIRAMA/MYANMAR LETTER TA -->
            <Key
                latin:keySpec="&#x1010;"
                latin:moreKeys="&#x1039;&#x1010;" />
            <!-- U+1014: "န" MYANMAR LETTER NA
                 U+1039/U+1014: "္န" MYANMAR SIGN VIRAMA/MYANMAR LETTER NA -->
            <Key
                latin:keySpec="&#x1014;"
                latin:moreKeys="&#x1039;&#x1014;" />
            <!-- U+1019: "မ" MYANMAR LETTER MA
                 U+1039/U+1019: "္မ" MYANMAR SIGN VIRAMA/MYANMAR LETTER MA -->
            <Key
                latin:keySpec="&#x1019;"
                latin:moreKeys="&#x1039;&#x1019;" />
            <!-- U+1021: "အ" MYANMAR LETTER A -->
            <Key latin:keySpec="&#x1021;" />
            <!-- U+1015: "ပ" MYANMAR LETTER PA -->
            <Key latin:keySpec="&#x1015;" />
            <!-- U+1000: "က" MYANMAR LETTER KA
                 U+1039/U+1000: "္က" MYANMAR SIGN VIRAMA/MYANMAR LETTER KA -->
            <Key
                latin:keySpec="&#x1000;"
                latin:moreKeys="&#x1039;&#x1000;" />
            <!-- U+1004: "င" MYANMAR LETTER NGA -->
            <Key latin:keySpec="&#x1004;" />
            <!-- U+101E: "သ" MYANMAR LETTER SA -->
            <Key latin:keySpec="&#x101E;" />
            <!-- U+1005: "စ" MYANMAR LETTER CA
                 U+1039/U+1005: "္စ" MYANMAR SIGN VIRAMA/MYANMAR LETTER CA -->
            <Key
                latin:keySpec="&#x1005;"
                latin:moreKeys="&#x1039;&#x1005;" />
        </default>
    </switch>
</merge>