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    <!-- U+0439: "й" CYRILLIC SMALL LETTER SHORT I -->
25    <Key
26        latin:keySpec="&#x0439;"
27        latin:keyHintLabel="1"
28        latin:additionalMoreKeys="1" />
29    <!-- U+0446: "ц" CYRILLIC SMALL LETTER TSE -->
30    <Key
31        latin:keySpec="&#x0446;"
32        latin:keyHintLabel="2"
33        latin:additionalMoreKeys="2" />
34    <!-- U+0443: "у" CYRILLIC SMALL LETTER U -->
35    <Key
36        latin:keySpec="&#x0443;"
37        latin:keyHintLabel="3"
38        latin:additionalMoreKeys="3"
39        latin:moreKeys="!text/morekeys_cyrillic_u" />
40    <!-- U+043A: "к" CYRILLIC SMALL LETTER KA -->
41    <Key
42        latin:keySpec="&#x043A;"
43        latin:keyHintLabel="4"
44        latin:additionalMoreKeys="4"
45        latin:moreKeys="!text/morekeys_cyrillic_ka" />
46    <!-- U+0435: "е" CYRILLIC SMALL LETTER IE -->
47    <Key
48        latin:keySpec="&#x0435;"
49        latin:keyHintLabel="5"
50        latin:additionalMoreKeys="5"
51        latin:moreKeys="!text/morekeys_cyrillic_ie" />
52    <!-- U+043D: "н" CYRILLIC SMALL LETTER EN -->
53    <Key
54        latin:keySpec="&#x043D;"
55        latin:keyHintLabel="6"
56        latin:additionalMoreKeys="6"
57        latin:moreKeys="!text/morekeys_cyrillic_en" />
58    <!-- U+0433: "г" CYRILLIC SMALL LETTER GHE -->
59    <Key
60        latin:keySpec="&#x0433;"
61        latin:keyHintLabel="7"
62        latin:additionalMoreKeys="7"
63        latin:moreKeys="!text/morekeys_cyrillic_ghe" />
64    <!-- U+0448: "ш" CYRILLIC SMALL LETTER SHA -->
65    <Key
66        latin:keySpec="&#x0448;"
67        latin:keyHintLabel="8"
68        latin:additionalMoreKeys="8" />
69    <Key
70        latin:keySpec="!text/keyspec_east_slavic_row1_9"
71        latin:keyHintLabel="9"
72        latin:additionalMoreKeys="9" />
73    <!-- U+0437: "з" CYRILLIC SMALL LETTER ZE -->
74    <Key
75        latin:keySpec="&#x0437;"
76        latin:keyHintLabel="0"
77        latin:additionalMoreKeys="0" />
78    <!-- U+0445: "х" CYRILLIC SMALL LETTER HA -->
79    <Key
80        latin:keySpec="&#x0445;" />
81</merge>
82