blob: e4ecac3351ff91c3a1941cef51d61efcbe48f413 [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
26 latin:keyLabel="&#x05E9;" />
27 <!-- U+05D3: "ד" HEBREW LETTER DALET -->
28 <Key
29 latin:keyLabel="&#x05D3;" />
30 <!-- U+05D2: "ג" HEBREW LETTER GIMEL
31 U+05D2 U+05F3: "ג׳" HEBREW LETTER GIMEL + HEBREW PUNCTUATION GERESH -->
32 <Key
33 latin:keyLabel="&#x05D2;"
34 latin:moreKeys="&#x05D2;&#x05F3;" />
35 <!-- U+05DB: "כ" HEBREW LETTER KAF -->
36 <Key
37 latin:keyLabel="&#x05DB;" />
38 <!-- U+05E2: "ע" HEBREW LETTER AYIN -->
39 <Key
40 latin:keyLabel="&#x05E2;" />
41 <!-- U+05D9: "י" HEBREW LETTER YOD
42 U+05F2 U+05B7: "ײַ" HEBREW LIGATURE YIDDISH DOUBLE YOD + HEBREW POINT PATAH -->
43 <Key
44 latin:keyLabel="&#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:keyLabel="&#x05D7;"
50 latin:moreKeys="&#x05D7;&#x05F3;" />
51 <!-- U+05DC: "ל" HEBREW LETTER LAMED -->
52 <Key
53 latin:keyLabel="&#x05DC;" />
54 <!-- U+05DA: "ך" HEBREW LETTER FINAL KAF -->
55 <Key
56 latin:keyLabel="&#x05DA;" />
57 <!-- U+05E3: "ף" HEBREW LETTER FINAL PE -->
58 <Key
59 latin:keyLabel="&#x05E3;" />
60</merge>