2012-03-09 07:00:57 +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"
|
|
|
|
|
>
|
|
|
|
|
<!-- U+0437: "з" CYRILLIC SMALL LETTER ZE -->
|
|
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
|
latin:keySpec="з" />
|
2012-05-11 02:40:48 +00:00
|
|
|
|
<!-- U+044C: "ь" CYRILLIC SMALL LETTER SOFT SIGN -->
|
2012-03-09 07:00:57 +00:00
|
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
|
latin:keySpec="ь" />
|
2012-03-09 07:00:57 +00:00
|
|
|
|
<!-- U+0446: "ц" CYRILLIC SMALL LETTER TSE -->
|
|
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
|
latin:keySpec="ц" />
|
2012-05-11 02:40:48 +00:00
|
|
|
|
<!-- U+0436: "ж" CYRILLIC SMALL LETTER ZHE -->
|
2012-03-09 07:00:57 +00:00
|
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
|
latin:keySpec="ж" />
|
2012-03-09 07:00:57 +00:00
|
|
|
|
<!-- U+0431: "б" CYRILLIC SMALL LETTER BE -->
|
|
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
|
latin:keySpec="б" />
|
2012-03-09 07:00:57 +00:00
|
|
|
|
<!-- U+043D: "н" CYRILLIC SMALL LETTER EN -->
|
|
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
|
latin:keySpec="н" />
|
2012-03-09 07:00:57 +00:00
|
|
|
|
<!-- U+043C: "м" CYRILLIC SMALL LETTER EM -->
|
|
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
|
latin:keySpec="м" />
|
2012-03-09 07:00:57 +00:00
|
|
|
|
<!-- U+044E: "ю" CYRILLIC SMALL LETTER YU -->
|
|
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
|
latin:keySpec="ю" />
|
2012-03-09 07:00:57 +00:00
|
|
|
|
</merge>
|