Tadashi G. Takaoka | 58d28b1 | 2012-03-26 12:25:12 +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 | |
Tadashi G. Takaoka | 92ac2aa | 2014-07-07 16:33:06 +0900 | [diff] [blame] | 21 | <merge xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"> |
Tadashi G. Takaoka | 5b3a54f | 2013-07-03 14:49:25 +0900 | [diff] [blame] | 22 | <!-- U+0638: "ظ" ARABIC LETTER ZAH --> |
Tadashi G. Takaoka | 92ac2aa | 2014-07-07 16:33:06 +0900 | [diff] [blame] | 23 | <Key latin:keySpec="ظ" /> |
Tadashi G. Takaoka | 5b3a54f | 2013-07-03 14:49:25 +0900 | [diff] [blame] | 24 | <!-- U+0637: "ط" ARABIC LETTER TAH --> |
Tadashi G. Takaoka | 92ac2aa | 2014-07-07 16:33:06 +0900 | [diff] [blame] | 25 | <Key latin:keySpec="ط" /> |
Tadashi G. Takaoka | 5b3a54f | 2013-07-03 14:49:25 +0900 | [diff] [blame] | 26 | <!-- U+0698: "ژ" ARABIC LETTER JEH --> |
Tadashi G. Takaoka | 92ac2aa | 2014-07-07 16:33:06 +0900 | [diff] [blame] | 27 | <Key latin:keySpec="ژ" /> |
Tadashi G. Takaoka | 5b3a54f | 2013-07-03 14:49:25 +0900 | [diff] [blame] | 28 | <!-- U+0632: "ز" ARABIC LETTER ZAIN --> |
Tadashi G. Takaoka | 92ac2aa | 2014-07-07 16:33:06 +0900 | [diff] [blame] | 29 | <Key latin:keySpec="ز" /> |
Tadashi G. Takaoka | 58d28b1 | 2012-03-26 12:25:12 +0900 | [diff] [blame] | 30 | <!-- U+0631: "ر" ARABIC LETTER REH --> |
Tadashi G. Takaoka | 92ac2aa | 2014-07-07 16:33:06 +0900 | [diff] [blame] | 31 | <Key latin:keySpec="ر" /> |
Tadashi G. Takaoka | ff2c9e6 | 2012-06-14 17:44:53 -0700 | [diff] [blame] | 32 | <!-- U+0630: "ذ" ARABIC LETTER THAL --> |
Tadashi G. Takaoka | 92ac2aa | 2014-07-07 16:33:06 +0900 | [diff] [blame] | 33 | <Key latin:keySpec="ذ" /> |
Tadashi G. Takaoka | ff2c9e6 | 2012-06-14 17:44:53 -0700 | [diff] [blame] | 34 | <!-- U+062F: "د" ARABIC LETTER DAL --> |
Tadashi G. Takaoka | 92ac2aa | 2014-07-07 16:33:06 +0900 | [diff] [blame] | 35 | <Key latin:keySpec="د" /> |
Tadashi G. Takaoka | 58d28b1 | 2012-03-26 12:25:12 +0900 | [diff] [blame] | 36 | <!-- U+067E: "پ" ARABIC LETTER PEH --> |
Tadashi G. Takaoka | 92ac2aa | 2014-07-07 16:33:06 +0900 | [diff] [blame] | 37 | <Key latin:keySpec="پ" /> |
Tadashi G. Takaoka | 58d28b1 | 2012-03-26 12:25:12 +0900 | [diff] [blame] | 38 | <!-- U+0648: "و" ARABIC LETTER WAW |
Tadashi G. Takaoka | 6de1b7a | 2012-06-15 18:37:06 -0700 | [diff] [blame] | 39 | U+0624: "ؤ" ARABIC LETTER WAW WITH HAMZA ABOVE --> |
Tadashi G. Takaoka | 58d28b1 | 2012-03-26 12:25:12 +0900 | [diff] [blame] | 40 | <Key |
Tadashi G. Takaoka | 9684b33 | 2014-02-06 15:11:05 +0900 | [diff] [blame] | 41 | latin:keySpec="و" |
Tadashi G. Takaoka | 92ac2aa | 2014-07-07 16:33:06 +0900 | [diff] [blame] | 42 | latin:moreKeys="ؤ" /> |
| 43 | <include latin:keyboardLayout="@xml/keys_farsi3_right" /> |
Tadashi G. Takaoka | 58d28b1 | 2012-03-26 12:25:12 +0900 | [diff] [blame] | 44 | </merge> |