• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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+044F: "я" CYRILLIC SMALL LETTER YA -->
25    <Key
26        latin:keySpec="&#x044F;"
27        latin:keyHintLabel="1"
28        latin:additionalMoreKeys="1" />
29    <!-- U+0432: "в" CYRILLIC SMALL LETTER VE -->
30    <Key
31        latin:keySpec="&#x0432;"
32        latin:keyHintLabel="2"
33        latin:additionalMoreKeys="2" />
34    <!-- U+0435: "е" CYRILLIC SMALL LETTER IE -->
35    <Key
36        latin:keySpec="&#x0435;"
37        latin:keyHintLabel="3"
38        latin:additionalMoreKeys="3" />
39    <!-- U+0440: "р" CYRILLIC SMALL LETTER ER -->
40    <Key
41        latin:keySpec="&#x0440;"
42        latin:keyHintLabel="4"
43        latin:additionalMoreKeys="4" />
44    <!-- U+0442: "т" CYRILLIC SMALL LETTER TE -->
45    <Key
46        latin:keySpec="&#x0442;"
47        latin:keyHintLabel="5"
48        latin:additionalMoreKeys="5" />
49    <!-- U+044A: "ъ" CYRILLIC SMALL LETTER HARD SIGN -->
50    <Key
51        latin:keySpec="&#x044A;"
52        latin:keyHintLabel="6"
53        latin:additionalMoreKeys="6" />
54    <!-- U+0443: "у" CYRILLIC SMALL LETTER U -->
55    <Key
56        latin:keySpec="&#x0443;"
57        latin:keyHintLabel="7"
58        latin:additionalMoreKeys="7" />
59    <!-- U+0438: "и" CYRILLIC SMALL LETTER I
60         U+045D: "ѝ" CYRILLIC SMALL LETTER I WITH GRAVE -->
61    <Key
62        latin:keySpec="&#x0438;"
63        latin:keyHintLabel="8"
64        latin:additionalMoreKeys="8"
65        latin:moreKeys="&#x045D;" />
66    <!-- U+043E: "о" CYRILLIC SMALL LETTER O -->
67    <Key
68        latin:keySpec="&#x043E;"
69        latin:keyHintLabel="9"
70        latin:additionalMoreKeys="9" />
71    <!-- U+043F: "п" CYRILLIC SMALL LETTER PE -->
72    <Key
73        latin:keySpec="&#x043F;"
74        latin:keyHintLabel="0"
75        latin:additionalMoreKeys="0" />
76    <!-- U+0447: "ч" CYRILLIC SMALL LETTER CHE -->
77    <Key
78        latin:keySpec="&#x0447;" />
79</merge>
80