2011-03-24 01:50:06 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<!--
|
|
|
|
|
/*
|
|
|
|
|
**
|
|
|
|
|
** Copyright 2011, 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"
|
|
|
|
|
>
|
|
|
|
|
<include
|
|
|
|
|
latin:keyboardLayout="@xml/kbd_key_styles" />
|
|
|
|
|
<Row
|
2011-06-02 12:11:45 +00:00
|
|
|
|
latin:keyWidth="7.375%p"
|
2011-03-24 01:50:06 +00:00
|
|
|
|
>
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyStyle="tabKeyStyle"
|
|
|
|
|
latin:keyLabelOption="alignLeft"
|
2011-07-19 00:14:50 +00:00
|
|
|
|
latin:keyWidth="7.500%p" />
|
2011-03-24 01:50:06 +00:00
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="ض" />
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="ص" />
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="ث" />
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="ق" />
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="ف"
|
2011-07-13 03:49:04 +00:00
|
|
|
|
latin:popupCharacters="ڤ" />
|
2011-03-24 01:50:06 +00:00
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="غ" />
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="ع" />
|
2011-07-13 03:49:04 +00:00
|
|
|
|
<!-- \ufeeb: ARABIC LETTER HEH INITIAL FORM
|
|
|
|
|
\u0647\u0640: ARABIC LETTER HEH + ARABIC TATWEEL -->
|
2011-03-24 01:50:06 +00:00
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="ه"
|
2011-07-13 03:49:04 +00:00
|
|
|
|
latin:popupCharacters="\ufeeb|\u0647\u0640" />
|
2011-03-24 01:50:06 +00:00
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="خ" />
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="ح" />
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="ج"
|
2011-07-13 03:49:04 +00:00
|
|
|
|
latin:popupCharacters="چ" />
|
2011-03-24 01:50:06 +00:00
|
|
|
|
<Key
|
|
|
|
|
latin:keyStyle="deleteKeyStyle"
|
2011-06-02 12:11:45 +00:00
|
|
|
|
latin:keyXPos="-11.500%p"
|
2011-07-19 00:14:50 +00:00
|
|
|
|
latin:keyWidth="fillBoth" />
|
2011-03-24 01:50:06 +00:00
|
|
|
|
</Row>
|
|
|
|
|
<Row
|
2011-06-02 12:11:45 +00:00
|
|
|
|
latin:keyWidth="7.375%p"
|
2011-03-24 01:50:06 +00:00
|
|
|
|
>
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyStyle="toSymbolKeyStyle"
|
|
|
|
|
latin:keyLabelOption="alignLeft"
|
2011-07-19 00:14:50 +00:00
|
|
|
|
latin:keyWidth="9.375%p" />
|
2011-03-24 01:50:06 +00:00
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="ش" />
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="س" />
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="ي" />
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="ب"
|
2011-07-13 03:49:04 +00:00
|
|
|
|
latin:popupCharacters="پ" />
|
|
|
|
|
<!-- \ufefb: ARABIC LIGATURE LAM WITH ALEF ISOLATED FORM
|
|
|
|
|
\u0644: ARABIC LETTER LAM
|
|
|
|
|
\u0627: ARABIC LETTER ALEF
|
|
|
|
|
\ufef7: ARABIC LIGATURE LAM WITH ALEF WITH HAMZA ABOVE ISOLATED FORM
|
|
|
|
|
\u0623: ARABIC LETTER ALEF WITH HAMZA ABOVE
|
|
|
|
|
\ufef9: ARABIC LIGATURE LAM WITH ALEF WITH HAMZA BELOW ISOLATED FORM
|
|
|
|
|
\u0625: ARABIC LETTER ALEF WITH HAMZA BELOW
|
|
|
|
|
\ufef5: ARABIC LIGATURE LAM WITH ALEF WITH MADDA ABOVE ISOLATED FORM
|
|
|
|
|
\u0622: ARABIC LETTER ALEF WITH MADDA ABOVE -->
|
2011-03-24 01:50:06 +00:00
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="ل"
|
2011-07-13 03:49:04 +00:00
|
|
|
|
latin:popupCharacters="\ufefb|\u0644\u0627,\ufef7|\u0644\u0623,\ufef9|\u0644\u0625,\ufef5|\u0644\u0622" />
|
|
|
|
|
<!-- \u0623: ARABIC LETTER ALEF WITH HAMZA ABOVE
|
|
|
|
|
\u0625: ARABIC LETTER ALEF WITH HAMZA BELOW
|
|
|
|
|
\u0622: ARABIC LETTER ALEF WITH MADDA ABOVE -->
|
2011-03-24 01:50:06 +00:00
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="ا"
|
2011-07-13 03:49:04 +00:00
|
|
|
|
latin:popupCharacters="\u0623,\u0625,\u0622" />
|
2011-03-24 01:50:06 +00:00
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="ت" />
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="ن" />
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="م" />
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="ك"
|
2011-07-13 03:49:04 +00:00
|
|
|
|
latin:popupCharacters="گ" />
|
2011-03-24 01:50:06 +00:00
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="ط" />
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyStyle="returnKeyStyle"
|
2011-06-02 12:11:45 +00:00
|
|
|
|
latin:keyXPos="-9.375%p"
|
2011-07-19 00:14:50 +00:00
|
|
|
|
latin:keyWidth="fillBoth" />
|
2011-03-24 01:50:06 +00:00
|
|
|
|
</Row>
|
|
|
|
|
<Row
|
2011-06-02 12:11:45 +00:00
|
|
|
|
latin:keyWidth="7.375%p"
|
2011-03-24 01:50:06 +00:00
|
|
|
|
>
|
|
|
|
|
<Key
|
2011-07-13 03:49:04 +00:00
|
|
|
|
latin:keyLabel="ئ"
|
|
|
|
|
latin:keyXPos="12.750%p" />
|
2011-03-24 01:50:06 +00:00
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="ء" />
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="ؤ" />
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="ر" />
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="ذ" />
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="ى" />
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="ة" />
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="و" />
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="ز"
|
2011-07-13 03:49:04 +00:00
|
|
|
|
latin:popupCharacters="ژ" />
|
2011-03-24 01:50:06 +00:00
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="ظ" />
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="د" />
|
|
|
|
|
</Row>
|
2011-07-13 03:49:04 +00:00
|
|
|
|
<include
|
|
|
|
|
latin:keyboardLayout="@xml/kbd_qwerty_row4" />
|
2011-03-24 01:50:06 +00:00
|
|
|
|
</merge>
|