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+05E9: "ש" HEBREW LETTER SHIN --> 25 <Key 26 latin:keySpec="ש" /> 27 <!-- U+05D3: "ד" HEBREW LETTER DALET --> 28 <Key 29 latin:keySpec="ד" /> 30 <!-- U+05D2: "ג" HEBREW LETTER GIMEL 31 U+05D2 U+05F3: "ג׳" HEBREW LETTER GIMEL + HEBREW PUNCTUATION GERESH --> 32 <Key 33 latin:keySpec="ג" 34 latin:moreKeys="ג׳" /> 35 <!-- U+05DB: "כ" HEBREW LETTER KAF --> 36 <Key 37 latin:keySpec="כ" /> 38 <!-- U+05E2: "ע" HEBREW LETTER AYIN --> 39 <Key 40 latin:keySpec="ע" /> 41 <!-- U+05D9: "י" HEBREW LETTER YOD 42 U+05F2 U+05B7: "ײַ" HEBREW LIGATURE YIDDISH DOUBLE YOD + HEBREW POINT PATAH --> 43 <Key 44 latin:keySpec="י" 45 latin:moreKeys="ײַ" /> 46 <!-- U+05D7: "ח" HEBREW LETTER HET 47 U+05D7 U+05F3: "ח׳" HEBREW LETTER HET + HEBREW PUNCTUATION GERESH --> 48 <Key 49 latin:keySpec="ח" 50 latin:moreKeys="ח׳" /> 51 <!-- U+05DC: "ל" HEBREW LETTER LAMED --> 52 <Key 53 latin:keySpec="ל" /> 54 <!-- U+05DA: "ך" HEBREW LETTER FINAL KAF --> 55 <Key 56 latin:keySpec="ך" /> 57 <!-- U+05E3: "ף" HEBREW LETTER FINAL PE --> 58 <Key 59 latin:keySpec="ף" /> 60</merge> 61