2012-03-26 03:25:12 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
|
|
|
/*
|
|
|
|
**
|
|
|
|
** Copyright 2012, The Android Open Source Project
|
|
|
|
**
|
|
|
|
** Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
** you may not use this file except in compliance with the License.
|
|
|
|
** You may obtain a copy of the License at
|
|
|
|
**
|
|
|
|
** http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
**
|
|
|
|
** Unless required by applicable law or agreed to in writing, software
|
|
|
|
** distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
** See the License for the specific language governing permissions and
|
|
|
|
** limitations under the License.
|
|
|
|
*/
|
|
|
|
-->
|
|
|
|
|
|
|
|
<merge
|
|
|
|
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
|
|
|
>
|
2013-07-03 05:49:25 +00:00
|
|
|
<!-- U+0638: "ظ" ARABIC LETTER ZAH -->
|
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="ظ"
|
2013-07-03 05:49:25 +00:00
|
|
|
latin:keyLabelFlags="fontNormal" />
|
|
|
|
<!-- U+0637: "ط" ARABIC LETTER TAH -->
|
2012-03-26 03:25:12 +00:00
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="ط"
|
2012-08-31 09:56:50 +00:00
|
|
|
latin:keyLabelFlags="fontNormal" />
|
2013-07-03 05:49:25 +00:00
|
|
|
<!-- U+0698: "ژ" ARABIC LETTER JEH -->
|
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="ژ"
|
2013-07-03 05:49:25 +00:00
|
|
|
latin:keyLabelFlags="fontNormal" />
|
|
|
|
<!-- U+0632: "ز" ARABIC LETTER ZAIN -->
|
2012-03-26 03:25:12 +00:00
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="ز"
|
2012-08-31 09:56:50 +00:00
|
|
|
latin:keyLabelFlags="fontNormal" />
|
2012-03-26 03:25:12 +00:00
|
|
|
<!-- U+0631: "ر" ARABIC LETTER REH -->
|
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="ر"
|
2012-08-31 09:56:50 +00:00
|
|
|
latin:keyLabelFlags="fontNormal" />
|
2012-06-15 00:44:53 +00:00
|
|
|
<!-- U+0630: "ذ" ARABIC LETTER THAL -->
|
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="ذ"
|
2012-08-31 09:56:50 +00:00
|
|
|
latin:keyLabelFlags="fontNormal" />
|
2012-06-15 00:44:53 +00:00
|
|
|
<!-- U+062F: "د" ARABIC LETTER DAL -->
|
2012-03-26 03:25:12 +00:00
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="د"
|
2012-08-31 09:56:50 +00:00
|
|
|
latin:keyLabelFlags="fontNormal" />
|
2012-03-26 03:25:12 +00:00
|
|
|
<!-- U+067E: "پ" ARABIC LETTER PEH -->
|
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="پ"
|
2012-08-31 09:56:50 +00:00
|
|
|
latin:keyLabelFlags="fontNormal" />
|
2012-03-26 03:25:12 +00:00
|
|
|
<!-- U+0648: "و" ARABIC LETTER WAW
|
2012-06-16 01:37:06 +00:00
|
|
|
U+0624: "ؤ" ARABIC LETTER WAW WITH HAMZA ABOVE -->
|
2012-03-26 03:25:12 +00:00
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="و"
|
2012-08-31 09:56:50 +00:00
|
|
|
latin:moreKeys="ؤ"
|
|
|
|
latin:keyLabelFlags="fontNormal" />
|
2013-07-03 05:49:25 +00:00
|
|
|
<include
|
|
|
|
latin:keyboardLayout="@xml/keys_farsi3_right" />
|
2012-03-26 03:25:12 +00:00
|
|
|
</merge>
|