2012-03-09 07:10:50 +00:00
|
|
|
<?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
|
2012-04-04 05:30:42 +00:00
|
|
|
latin:keyboardLayoutSetElement="alphabetManualShifted|alphabetShiftLocked|alphabetShiftLockShifted"
|
2012-03-09 07:10:50 +00:00
|
|
|
>
|
|
|
|
<!-- U+10EB: "ძ" GEORGIAN LETTER JIL -->
|
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="ძ" />
|
2012-03-09 07:10:50 +00:00
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="X" />
|
2012-03-09 07:10:50 +00:00
|
|
|
<!-- U+10E9: "ჩ" GEORGIAN LETTER CHIN -->
|
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="ჩ" />
|
2012-03-09 07:10:50 +00:00
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="V" />
|
2012-03-09 07:10:50 +00:00
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="B" />
|
2012-03-09 07:10:50 +00:00
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="N" />
|
2012-03-09 07:10:50 +00:00
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="M" />
|
2012-03-09 07:10:50 +00:00
|
|
|
</case>
|
|
|
|
<default>
|
|
|
|
<!-- U+10D6: "ზ" GEORGIAN LETTER ZEN -->
|
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="ზ" />
|
2012-03-09 07:10:50 +00:00
|
|
|
<!-- U+10EE: "ხ" GEORGIAN LETTER XAN
|
|
|
|
U+10F4: "ჴ" GEORGIAN LETTER HAR -->
|
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="ხ"
|
2012-04-19 19:35:04 +00:00
|
|
|
latin:moreKeys="ჴ" />
|
2012-03-09 07:10:50 +00:00
|
|
|
<!-- U+10EA: "ც" GEORGIAN LETTER CAN -->
|
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="ც" />
|
2012-03-09 07:10:50 +00:00
|
|
|
<!-- U+10D5: "ვ" GEORGIAN LETTER VIN
|
|
|
|
U+10F3: "ჳ" GEORGIAN LETTER WE -->
|
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="ვ"
|
2012-04-19 19:35:04 +00:00
|
|
|
latin:moreKeys="ჳ" />
|
2012-03-09 07:10:50 +00:00
|
|
|
<!-- U+10D1: "ბ" GEORGIAN LETTER BAN -->
|
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="ბ" />
|
2012-03-09 07:10:50 +00:00
|
|
|
<!-- U+10DC: "ნ" GEORGIAN LETTER NAR
|
|
|
|
U+10FC: "ჼ" MODIFIER LETTER GEORGIAN NAR -->
|
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="ნ"
|
2012-04-19 19:35:04 +00:00
|
|
|
latin:moreKeys="ჼ" />
|
2012-03-09 07:10:50 +00:00
|
|
|
<!-- U+10DB: "მ" GEORGIAN LETTER MAN -->
|
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="მ" />
|
2012-03-09 07:10:50 +00:00
|
|
|
</default>
|
|
|
|
</switch>
|
|
|
|
</merge>
|