Tadashi G. Takaoka | fd7b510 | 2012-03-12 10:23:29 +0900 | [diff] [blame] | 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+05D6: "ז" HEBREW LETTER ZAYIN |
| 25 | U+05D6 U+05F3: "ז׳" HEBREW LETTER ZAYIN + HEBREW PUNCTUATION GERESH --> |
| 26 | <Key |
Tadashi G. Takaoka | 9684b33 | 2014-02-06 15:11:05 +0900 | [diff] [blame] | 27 | latin:keySpec="ז" |
Tadashi G. Takaoka | fd7b510 | 2012-03-12 10:23:29 +0900 | [diff] [blame] | 28 | latin:moreKeys="ז׳" /> |
| 29 | <!-- U+05E1: "ס" HEBREW LETTER SAMEKH --> |
| 30 | <Key |
Tadashi G. Takaoka | 9684b33 | 2014-02-06 15:11:05 +0900 | [diff] [blame] | 31 | latin:keySpec="ס" /> |
Tadashi G. Takaoka | fd7b510 | 2012-03-12 10:23:29 +0900 | [diff] [blame] | 32 | <!-- U+05D1: "ב" HEBREW LETTER BET --> |
| 33 | <Key |
Tadashi G. Takaoka | 9684b33 | 2014-02-06 15:11:05 +0900 | [diff] [blame] | 34 | latin:keySpec="ב" /> |
Tadashi G. Takaoka | fd7b510 | 2012-03-12 10:23:29 +0900 | [diff] [blame] | 35 | <!-- U+05D4: "ה" HEBREW LETTER HE --> |
| 36 | <Key |
Tadashi G. Takaoka | 9684b33 | 2014-02-06 15:11:05 +0900 | [diff] [blame] | 37 | latin:keySpec="ה" /> |
Tadashi G. Takaoka | fd7b510 | 2012-03-12 10:23:29 +0900 | [diff] [blame] | 38 | <!-- U+05E0: "נ" HEBREW LETTER NUN --> |
| 39 | <Key |
Tadashi G. Takaoka | 9684b33 | 2014-02-06 15:11:05 +0900 | [diff] [blame] | 40 | latin:keySpec="נ" /> |
Tadashi G. Takaoka | fd7b510 | 2012-03-12 10:23:29 +0900 | [diff] [blame] | 41 | <!-- U+05DE: "מ" HEBREW LETTER MEM --> |
| 42 | <Key |
Tadashi G. Takaoka | 9684b33 | 2014-02-06 15:11:05 +0900 | [diff] [blame] | 43 | latin:keySpec="מ" /> |
Tadashi G. Takaoka | fd7b510 | 2012-03-12 10:23:29 +0900 | [diff] [blame] | 44 | <!-- U+05E6: "צ" HEBREW LETTER TSADI |
| 45 | U+05E6 U+05F3: "צ׳" HEBREW LETTER TSADI + HEBREW PUNCTUATION GERESH --> |
| 46 | <Key |
Tadashi G. Takaoka | 9684b33 | 2014-02-06 15:11:05 +0900 | [diff] [blame] | 47 | latin:keySpec="צ" |
Tadashi G. Takaoka | fd7b510 | 2012-03-12 10:23:29 +0900 | [diff] [blame] | 48 | latin:moreKeys="צ׳" /> |
| 49 | <!-- U+05EA: "ת" HEBREW LETTER TAV |
| 50 | U+05EA U+05F3: "ת׳" HEBREW LETTER TAV + HEBREW PUNCTUATION GERESH --> |
| 51 | <Key |
Tadashi G. Takaoka | 9684b33 | 2014-02-06 15:11:05 +0900 | [diff] [blame] | 52 | latin:keySpec="ת" |
Tadashi G. Takaoka | fd7b510 | 2012-03-12 10:23:29 +0900 | [diff] [blame] | 53 | latin:moreKeys="ת׳" /> |
| 54 | <!-- U+05E5: "ץ" HEBREW LETTER FINAL TSADI |
| 55 | U+05E5 U+05F3: "ץ׳" HEBREW LETTER FINAL TSADI + HEBREW PUNCTUATION GERESH --> |
| 56 | <Key |
Tadashi G. Takaoka | 9684b33 | 2014-02-06 15:11:05 +0900 | [diff] [blame] | 57 | latin:keySpec="ץ" |
Tadashi G. Takaoka | fd7b510 | 2012-03-12 10:23:29 +0900 | [diff] [blame] | 58 | latin:moreKeys="ץ׳" /> |
| 59 | </merge> |