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+0459: "" CYRILLIC SMALL LETTER LJE --> 25 <Key 26 latin:keyLabel="љ" 27 latin:keyHintLabel="1" 28 latin:additionalMoreKeys="1" /> 29 <!-- U+045A: "" CYRILLIC SMALL LETTER NJE --> 30 <Key 31 latin:keyLabel="њ" 32 latin:keyHintLabel="2" 33 latin:additionalMoreKeys="2" /> 34 <!-- U+0435: "" CYRILLIC SMALL LETTER IE --> 35 <Key 36 latin:keyLabel="е" 37 latin:keyHintLabel="3" 38 latin:additionalMoreKeys="3" 39 latin:moreKeys="!text/more_keys_for_cyrillic_ie" /> 40 <!-- U+0440: "" CYRILLIC SMALL LETTER ER --> 41 <Key 42 latin:keyLabel="р" 43 latin:keyHintLabel="4" 44 latin:additionalMoreKeys="4" /> 45 <!-- U+0442: "" CYRILLIC SMALL LETTER TE --> 46 <Key 47 latin:keyLabel="т" 48 latin:keyHintLabel="5" 49 latin:additionalMoreKeys="5" /> 50 <Key 51 latin:keyLabel="!text/keylabel_for_south_slavic_row1_6" 52 latin:keyHintLabel="6" 53 latin:additionalMoreKeys="6" /> 54 <!-- U+0443: "" CYRILLIC SMALL LETTER U --> 55 <Key 56 latin:keyLabel="у" 57 latin:keyHintLabel="7" 58 latin:additionalMoreKeys="7" /> 59 <!-- U+0438: "" CYRILLIC SMALL LETTER I --> 60 <Key 61 latin:keyLabel="и" 62 latin:keyHintLabel="8" 63 latin:additionalMoreKeys="8" 64 latin:moreKeys="!text/more_keys_for_cyrillic_i" /> 65 <!-- U+043E: "" CYRILLIC SMALL LETTER O --> 66 <Key 67 latin:keyLabel="о" 68 latin:keyHintLabel="9" 69 latin:additionalMoreKeys="9" /> 70 <!-- U+043F: "" CYRILLIC SMALL LETTER PE --> 71 <Key 72 latin:keyLabel="п" 73 latin:keyHintLabel="0" 74 latin:additionalMoreKeys="0" /> 75 <!-- U+0448: "" CYRILLIC SMALL LETTER SHA --> 76 <Key 77 latin:keyLabel="ш" /> 78 </merge> 79