1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- 3 /* 4 ** 5 ** Copyright 2013, 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 xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"> 22 <!-- U+0567: "" ARMENIAN SMALL LETTER EH --> 23 <Key 24 latin:keySpec="է" 25 latin:keyHintLabel="1" 26 latin:additionalMoreKeys="1" /> 27 <!-- U+0569: "" ARMENIAN SMALL LETTER TO --> 28 <Key 29 latin:keySpec="թ" 30 latin:keyHintLabel="2" 31 latin:additionalMoreKeys="2" /> 32 <!-- U+0583: "" ARMENIAN SMALL LETTER PIWR --> 33 <Key 34 latin:keySpec="փ" 35 latin:keyHintLabel="3" 36 latin:additionalMoreKeys="3" /> 37 <!-- U+0571: "" ARMENIAN SMALL LETTER JA --> 38 <Key 39 latin:keySpec="ձ" 40 latin:keyHintLabel="4" 41 latin:additionalMoreKeys="4" /> 42 <!-- U+057B: "" ARMENIAN SMALL LETTER JHEH --> 43 <Key 44 latin:keySpec="ջ" 45 latin:keyHintLabel="5" 46 latin:additionalMoreKeys="5" /> 47 <!-- U+0580: "" ARMENIAN SMALL LETTER REH --> 48 <Key 49 latin:keySpec="ր" 50 latin:keyHintLabel="6" 51 latin:additionalMoreKeys="6" /> 52 <!-- U+0579: "" ARMENIAN SMALL LETTER CHA --> 53 <Key 54 latin:keySpec="չ" 55 latin:keyHintLabel="7" 56 latin:additionalMoreKeys="7" /> 57 <!-- U+0573: "" ARMENIAN SMALL LETTER CHEH --> 58 <Key 59 latin:keySpec="ճ" 60 latin:keyHintLabel="8" 61 latin:additionalMoreKeys="8" /> 62 <!-- U+056A: "" ARMENIAN SMALL LETTER ZHE --> 63 <Key 64 latin:keySpec="ժ" 65 latin:keyHintLabel="9" 66 latin:additionalMoreKeys="9" /> 67 <!-- U+056E: "" ARMENIAN SMALL LETTER CA --> 68 <Key 69 latin:keySpec="ծ" 70 latin:keyHintLabel="0" 71 latin:additionalMoreKeys="0" /> 72 </merge> 73