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 22 xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" 23 > 24 <switch> 25 <case 26 latin:mode="email|url" 27 > 28 <Key 29 latin:keyLabel="," 30 latin:keyHintLabel="-" 31 latin:moreKeys="-" 32 latin:backgroundType="functional" 33 latin:keyStyle="hasShiftedLetterHintStyle" /> 34 <Key 35 latin:keyLabel="." 36 latin:keyHintLabel="_" 37 latin:moreKeys="_" 38 latin:backgroundType="functional" 39 latin:keyStyle="hasShiftedLetterHintStyle" /> 40 </case> 41 <case 42 latin:languageCode="ar" 43 > 44 <Key 45 latin:keyLabel="!text/keylabel_for_apostrophe" 46 latin:keyHintLabel="!text/keyhintlabel_for_apostrophe" 47 latin:moreKeys="!text/more_keys_for_apostrophe" 48 latin:backgroundType="functional" 49 latin:keyStyle="hasShiftedLetterHintStyle" /> 50 <Key 51 latin:keyLabel="." 52 latin:keyHintLabel="!text/keyhintlabel_for_arabic_diacritics" 53 latin:keyLabelFlags="hasPopupHint" 54 latin:moreKeys="!text/more_keys_for_arabic_diacritics" 55 latin:backgroundType="functional" 56 latin:keyStyle="hasShiftedLetterHintStyle" /> 57 </case> 58 <case 59 latin:languageCode="fa" 60 > 61 <Key 62 latin:keyLabel="!text/keylabel_for_apostrophe" 63 latin:keyHintLabel="!text/keyhintlabel_for_apostrophe" 64 latin:keyLabelFlags="hasPopupHint" 65 latin:moreKeys="!text/more_keys_for_apostrophe" 66 latin:backgroundType="functional" 67 latin:keyStyle="hasShiftedLetterHintStyle" /> 68 <Key 69 latin:keyLabel="." 70 latin:keyHintLabel="!text/keyhintlabel_for_arabic_diacritics" 71 latin:keyLabelFlags="hasPopupHint" 72 latin:moreKeys="!text/more_keys_for_arabic_diacritics" 73 latin:backgroundType="functional" 74 latin:keyStyle="hasShiftedLetterHintStyle" /> 75 </case> 76 <case 77 latin:languageCode="hy" 78 > 79 <!-- U+055D: "" ARMENIAN COMMA --> 80 <Key 81 latin:keyLabel="՝" 82 latin:backgroundType="functional" /> 83 <!-- U+0589: "" ARMENIAN FULL STOP --> 84 <Key 85 latin:keyLabel="։" 86 latin:keyLabelFlags="hasPopupHint" 87 latin:backgroundType="functional" 88 latin:moreKeys="!text/more_keys_for_punctuation" /> 89 </case> 90 <default> 91 <Key 92 latin:keyLabel="!text/keylabel_for_tablet_comma" 93 latin:keyHintLabel="!text/keyhintlabel_for_tablet_comma" 94 latin:backgroundType="functional" 95 latin:moreKeys="!text/more_keys_for_tablet_comma" /> 96 <Key 97 latin:keyLabel="." 98 latin:keyHintLabel="!text/keyhintlabel_for_period" 99 latin:backgroundType="functional" 100 latin:moreKeys="!text/more_keys_for_period" /> 101 </default> 102 </switch> 103 </merge> 104