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 <switch> 25 <case 26 latin:mode="email|url" 27 > 28 <Key 29 latin:keySpec="-" 30 latin:keyHintLabel="1" 31 latin:additionalMoreKeys="1" /> 32 <Key 33 latin:keySpec="_" 34 latin:keyHintLabel="2" 35 latin:additionalMoreKeys="2" /> 36 </case> 37 <default> 38 <Key 39 latin:keySpec="\'" 40 latin:keyHintLabel="1" 41 latin:additionalMoreKeys="1" 42 latin:moreKeys=""" /> 43 <Key 44 latin:keySpec="-" 45 latin:keyHintLabel="2" 46 latin:additionalMoreKeys="2" 47 latin:moreKeys="_" /> 48 </default> 49 </switch> 50 <!-- U+05E7: "ק" HEBREW LETTER QOF --> 51 <Key 52 latin:keySpec="ק" 53 latin:keyHintLabel="3" 54 latin:additionalMoreKeys="3" /> 55 <!-- U+05E8: "ר" HEBREW LETTER RESH --> 56 <Key 57 latin:keySpec="ר" 58 latin:keyHintLabel="4" 59 latin:additionalMoreKeys="4" /> 60 <!-- U+05D0: "א" HEBREW LETTER ALEF --> 61 <Key 62 latin:keySpec="א" 63 latin:keyHintLabel="5" 64 latin:additionalMoreKeys="5" /> 65 <!-- U+05D8: "ט" HEBREW LETTER TET --> 66 <Key 67 latin:keySpec="ט" 68 latin:keyHintLabel="6" 69 latin:additionalMoreKeys="6" /> 70 <!-- U+05D5: "ו" HEBREW LETTER VAV --> 71 <Key 72 latin:keySpec="ו" 73 latin:keyHintLabel="7" 74 latin:additionalMoreKeys="7" /> 75 <!-- U+05DF: "ן" HEBREW LETTER FINAL NUN --> 76 <Key 77 latin:keySpec="ן" 78 latin:keyHintLabel="8" 79 latin:additionalMoreKeys="8" /> 80 <!-- U+05DD: "ם" HEBREW LETTER FINAL MEM --> 81 <Key 82 latin:keySpec="ם" 83 latin:keyHintLabel="9" 84 latin:additionalMoreKeys="9" /> 85 <!-- U+05E4: "פ" HEBREW LETTER PE --> 86 <Key 87 latin:keySpec="פ" 88 latin:keyHintLabel="0" 89 latin:additionalMoreKeys="0" /> 90</merge> 91