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 <Key 25 latin:keyLabel="q" 26 latin:keyHintLabel="1" 27 latin:additionalMoreKeys="1" /> 28 <Key 29 latin:keyLabel="w" 30 latin:keyHintLabel="2" 31 latin:additionalMoreKeys="2" 32 latin:moreKeys="!text/more_keys_for_w" /> 33 <Key 34 latin:keyLabel="e" 35 latin:keyHintLabel="3" 36 latin:additionalMoreKeys="3" 37 latin:moreKeys="!text/more_keys_for_e" /> 38 <Key 39 latin:keyLabel="r" 40 latin:keyHintLabel="4" 41 latin:additionalMoreKeys="4" 42 latin:moreKeys="!text/more_keys_for_r" /> 43 <Key 44 latin:keyLabel="t" 45 latin:keyHintLabel="5" 46 latin:additionalMoreKeys="5" 47 latin:moreKeys="!text/more_keys_for_t" /> 48 <Key 49 latin:keyLabel="z" 50 latin:keyHintLabel="6" 51 latin:additionalMoreKeys="6" 52 latin:moreKeys="!text/more_keys_for_z" /> 53 <Key 54 latin:keyLabel="u" 55 latin:keyHintLabel="7" 56 latin:additionalMoreKeys="7" 57 latin:moreKeys="!text/more_keys_for_u" /> 58 <Key 59 latin:keyLabel="i" 60 latin:keyHintLabel="8" 61 latin:additionalMoreKeys="8" 62 latin:moreKeys="!text/more_keys_for_i" /> 63 <Key 64 latin:keyLabel="o" 65 latin:keyHintLabel="9" 66 latin:additionalMoreKeys="9" 67 latin:moreKeys="!text/more_keys_for_o" /> 68 <Key 69 latin:keyLabel="p" 70 latin:keyHintLabel="0" 71 latin:additionalMoreKeys="0" /> 72 </merge> 73