<?xml version="1.0" encoding="utf-8"?>
<!--
/*
**
** Copyright 2012, 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"
        >
            <Key
                latin:keySpec="A" />
            <!-- U+10E8: "შ" GEORGIAN LETTER SHIN -->
            <Key
                latin:keySpec="&#x10E8;" />
            <Key
                latin:keySpec="D" />
            <Key
                latin:keySpec="F" />
            <Key
                latin:keySpec="G" />
            <Key
                latin:keySpec="H" />
            <!-- U+10DF: "ჟ" GEORGIAN LETTER ZHAR -->
            <Key
                latin:keySpec="&#x10DF;" />
            <Key
                latin:keySpec="K" />
            <Key
                latin:keySpec="L" />
        </case>
        <default>
            <!-- U+10D0: "ა" GEORGIAN LETTER AN
                 U+10FA: "ჺ" GEORGIAN LETTER AIN -->
            <Key
                latin:keySpec="&#x10D0;"
                latin:moreKeys="&#x10FA;" />
            <!-- U+10E1: "ს" GEORGIAN LETTER SAN -->
            <Key
                latin:keySpec="&#x10E1;" />
            <!-- U+10D3: "დ" GEORGIAN LETTER DON -->
            <Key
                latin:keySpec="&#x10D3;" />
            <!-- U+10E4: "ფ" GEORGIAN LETTER PHAR
                 U+10F6: "ჶ" GEORGIAN LETTER FI -->
            <Key
                latin:keySpec="&#x10E4;"
                latin:moreKeys="&#x10F6;" />
            <!-- U+10D2: "გ" GEORGIAN LETTER GAN
                 U+10F9: "ჹ" GEORGIAN LETTER TURNED GAN -->
            <Key
                latin:keySpec="&#x10D2;"
                latin:moreKeys="&#x10F9;" />
            <!-- U+10F0: "ჰ" GEORGIAN LETTER HAE
                 U+10F5: "ჵ" GEORGIAN LETTER HOE -->
            <Key
                latin:keySpec="&#x10F0;"
                latin:moreKeys="&#x10F5;" />
            <!-- U+10EF: "ჯ" GEORGIAN LETTER JHAN
                 U+10F7: "ჷ" GEORGIAN LETTER YN -->
            <Key
                latin:keySpec="&#x10EF;"
                latin:moreKeys="&#x10F7;" />
            <!-- U+10D9: "კ" GEORGIAN LETTER KAN -->
            <Key
                latin:keySpec="&#x10D9;" />
            <!-- U+10DA: "ლ" GEORGIAN LETTER LAS -->
            <Key
                latin:keySpec="&#x10DA;" />
        </default>
    </switch>
</merge>