blob: d43f5a8f23a77a3cb84236b5db9d6e8405d57470 [file] [log] [blame]
Tadashi G. Takaokafd7b5102012-03-12 10:23:29 +09001<?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
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090026 latin:keySpec="&#x05E9;" />
Tadashi G. Takaokafd7b5102012-03-12 10:23:29 +090027 <!-- U+05D3: "ד" HEBREW LETTER DALET -->
28 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090029 latin:keySpec="&#x05D3;" />
Tadashi G. Takaokafd7b5102012-03-12 10:23:29 +090030 <!-- U+05D2: "ג" HEBREW LETTER GIMEL
31 U+05D2 U+05F3: "ג׳" HEBREW LETTER GIMEL + HEBREW PUNCTUATION GERESH -->
32 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090033 latin:keySpec="&#x05D2;"
Tadashi G. Takaokafd7b5102012-03-12 10:23:29 +090034 latin:moreKeys="&#x05D2;&#x05F3;" />
35 <!-- U+05DB: "כ" HEBREW LETTER KAF -->
36 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090037 latin:keySpec="&#x05DB;" />
Tadashi G. Takaokafd7b5102012-03-12 10:23:29 +090038 <!-- U+05E2: "ע" HEBREW LETTER AYIN -->
39 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090040 latin:keySpec="&#x05E2;" />
Tadashi G. Takaokafd7b5102012-03-12 10:23:29 +090041 <!-- U+05D9: "י" HEBREW LETTER YOD
42 U+05F2 U+05B7: "ײַ" HEBREW LIGATURE YIDDISH DOUBLE YOD + HEBREW POINT PATAH -->
43 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090044 latin:keySpec="&#x05D9;"
Tadashi G. Takaokafd7b5102012-03-12 10:23:29 +090045 latin:moreKeys="&#x05F2;&#x05B7;" />
46 <!-- U+05D7: "ח" HEBREW LETTER HET
47 U+05D7 U+05F3: "ח׳" HEBREW LETTER HET + HEBREW PUNCTUATION GERESH -->
48 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090049 latin:keySpec="&#x05D7;"
Tadashi G. Takaokafd7b5102012-03-12 10:23:29 +090050 latin:moreKeys="&#x05D7;&#x05F3;" />
51 <!-- U+05DC: "ל" HEBREW LETTER LAMED -->
52 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090053 latin:keySpec="&#x05DC;" />
Tadashi G. Takaokafd7b5102012-03-12 10:23:29 +090054 <!-- U+05DA: "ך" HEBREW LETTER FINAL KAF -->
55 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090056 latin:keySpec="&#x05DA;" />
Tadashi G. Takaokafd7b5102012-03-12 10:23:29 +090057 <!-- U+05E3: "ף" HEBREW LETTER FINAL PE -->
58 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090059 latin:keySpec="&#x05E3;" />
Tadashi G. Takaokafd7b5102012-03-12 10:23:29 +090060</merge>