1<?xml version="1.0" encoding="utf-8"?>
2<!--
3/*
4**
5** Copyright 2012, The Android Open Source Project
6**
7** Licensed under the Apache License, Version 2.0 (the "License");
8** you may not use this file except in compliance with the License.
9** You may obtain a copy of the License at
10**
11**     http://www.apache.org/licenses/LICENSE-2.0
12**
13** Unless required by applicable law or agreed to in writing, software
14** distributed under the License is distributed on an "AS IS" BASIS,
15** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16** See the License for the specific language governing permissions and
17** limitations under the License.
18*/
19-->
20
21<merge
22    xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
23>
24    <switch>
25        <case
26            latin:keyboardLayoutSetElement="alphabetManualShifted|alphabetShiftLocked|alphabetShiftLockShifted"
27        >
28            <Key
29                latin:keySpec="A" />
30            <!-- U+10E8: "შ" GEORGIAN LETTER SHIN -->
31            <Key
32                latin:keySpec="&#x10E8;" />
33            <Key
34                latin:keySpec="D" />
35            <Key
36                latin:keySpec="F" />
37            <Key
38                latin:keySpec="G" />
39            <Key
40                latin:keySpec="H" />
41            <!-- U+10DF: "ჟ" GEORGIAN LETTER ZHAR -->
42            <Key
43                latin:keySpec="&#x10DF;" />
44            <Key
45                latin:keySpec="K" />
46            <Key
47                latin:keySpec="L" />
48        </case>
49        <default>
50            <!-- U+10D0: "ა" GEORGIAN LETTER AN
51                 U+10FA: "ჺ" GEORGIAN LETTER AIN -->
52            <Key
53                latin:keySpec="&#x10D0;"
54                latin:moreKeys="&#x10FA;" />
55            <!-- U+10E1: "ს" GEORGIAN LETTER SAN -->
56            <Key
57                latin:keySpec="&#x10E1;" />
58            <!-- U+10D3: "დ" GEORGIAN LETTER DON -->
59            <Key
60                latin:keySpec="&#x10D3;" />
61            <!-- U+10E4: "ფ" GEORGIAN LETTER PHAR
62                 U+10F6: "ჶ" GEORGIAN LETTER FI -->
63            <Key
64                latin:keySpec="&#x10E4;"
65                latin:moreKeys="&#x10F6;" />
66            <!-- U+10D2: "გ" GEORGIAN LETTER GAN
67                 U+10F9: "ჹ" GEORGIAN LETTER TURNED GAN -->
68            <Key
69                latin:keySpec="&#x10D2;"
70                latin:moreKeys="&#x10F9;" />
71            <!-- U+10F0: "ჰ" GEORGIAN LETTER HAE
72                 U+10F5: "ჵ" GEORGIAN LETTER HOE -->
73            <Key
74                latin:keySpec="&#x10F0;"
75                latin:moreKeys="&#x10F5;" />
76            <!-- U+10EF: "ჯ" GEORGIAN LETTER JHAN
77                 U+10F7: "ჷ" GEORGIAN LETTER YN -->
78            <Key
79                latin:keySpec="&#x10EF;"
80                latin:moreKeys="&#x10F7;" />
81            <!-- U+10D9: "კ" GEORGIAN LETTER KAN -->
82            <Key
83                latin:keySpec="&#x10D9;" />
84            <!-- U+10DA: "ლ" GEORGIAN LETTER LAS -->
85            <Key
86                latin:keySpec="&#x10DA;" />
87        </default>
88    </switch>
89</merge>
90