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+0443: "" CYRILLIC SMALL LETTER U --> 25 <Key 26 latin:keySpec="у" 27 latin:keyHintLabel="1" 28 latin:additionalMoreKeys="1" /> 29 <!-- U+0435: "" CYRILLIC SMALL LETTER IE --> 30 <Key 31 latin:keySpec="е" 32 latin:keyHintLabel="2" 33 latin:additionalMoreKeys="2" /> 34 <!-- U+0438: "" CYRILLIC SMALL LETTER I 35 U+045D: "" CYRILLIC SMALL LETTER I WITH GRAVE --> 36 <Key 37 latin:keySpec="и" 38 latin:keyHintLabel="3" 39 latin:additionalMoreKeys="3" 40 latin:moreKeys="ѝ" /> 41 <!-- U+0448: "" CYRILLIC SMALL LETTER SHA --> 42 <Key 43 latin:keySpec="ш" 44 latin:keyHintLabel="4" 45 latin:additionalMoreKeys="4" /> 46 <!-- U+0449: "" CYRILLIC SMALL LETTER SHCHA --> 47 <Key 48 latin:keySpec="щ" 49 latin:keyHintLabel="5" 50 latin:additionalMoreKeys="5" /> 51 <!-- U+043A: "" CYRILLIC SMALL LETTER KA --> 52 <Key 53 latin:keySpec="к" 54 latin:keyHintLabel="6" 55 latin:additionalMoreKeys="6" /> 56 <!-- U+0441: "" CYRILLIC SMALL LETTER ES --> 57 <Key 58 latin:keySpec="с" 59 latin:keyHintLabel="7" 60 latin:additionalMoreKeys="7" /> 61 <!-- U+0434: "" CYRILLIC SMALL LETTER DE --> 62 <Key 63 latin:keySpec="д" 64 latin:keyHintLabel="8" 65 latin:additionalMoreKeys="8" /> 66 <!-- U+0437: "" CYRILLIC SMALL LETTER ZE --> 67 <Key 68 latin:keySpec="з" 69 latin:keyHintLabel="9" 70 latin:additionalMoreKeys="9" /> 71 <!-- U+0446: "" CYRILLIC SMALL LETTER TSE --> 72 <Key 73 latin:keySpec="ц" 74 latin:keyHintLabel="0" 75 latin:additionalMoreKeys="0" /> 76 <!-- U+0431: "" CYRILLIC SMALL LETTER BE --> 77 <Key 78 latin:keySpec="б" /> 79 </merge> 80