Home | History | Annotate | Download | only in xml
      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="&#x05E9;" />
     27     <!-- U+05D3: "" HEBREW LETTER DALET -->
     28     <Key
     29         latin:keySpec="&#x05D3;" />
     30     <!-- U+05D2: "" HEBREW LETTER GIMEL
     31          U+05D2 U+05F3: "" HEBREW LETTER GIMEL + HEBREW PUNCTUATION GERESH -->
     32     <Key
     33         latin:keySpec="&#x05D2;"
     34         latin:moreKeys="&#x05D2;&#x05F3;" />
     35     <!-- U+05DB: "" HEBREW LETTER KAF -->
     36     <Key
     37         latin:keySpec="&#x05DB;" />
     38     <!-- U+05E2: "" HEBREW LETTER AYIN -->
     39     <Key
     40         latin:keySpec="&#x05E2;" />
     41     <!-- U+05D9: "" HEBREW LETTER YOD
     42          U+05F2 U+05B7: "" HEBREW LIGATURE YIDDISH DOUBLE YOD + HEBREW POINT PATAH -->
     43     <Key
     44         latin:keySpec="&#x05D9;"
     45         latin:moreKeys="&#x05F2;&#x05B7;" />
     46     <!-- U+05D7: "" HEBREW LETTER HET
     47          U+05D7 U+05F3: "" HEBREW LETTER HET + HEBREW PUNCTUATION GERESH -->
     48     <Key
     49         latin:keySpec="&#x05D7;"
     50         latin:moreKeys="&#x05D7;&#x05F3;" />
     51     <!-- U+05DC: "" HEBREW LETTER LAMED -->
     52     <Key
     53         latin:keySpec="&#x05DC;" />
     54     <!-- U+05DA: "" HEBREW LETTER FINAL KAF -->
     55     <Key
     56         latin:keySpec="&#x05DA;" />
     57     <!-- U+05E3: "" HEBREW LETTER FINAL PE -->
     58     <Key
     59         latin:keySpec="&#x05E3;" />
     60 </merge>
     61