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-17 07:39:17 +00:00
|
|
|
|
latin:keyWidth="8.0%p"
|
2011-03-24 01:50:06 +00:00
|
|
|
|
>
|
|
|
|
|
<Key
|
2011-07-19 00:14:50 +00:00
|
|
|
|
latin:keyLabel="ض" />
|
2011-03-24 01:50:06 +00:00
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="ص" />
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="ث" />
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="ق" />
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="ف"
|
2011-08-31 06:26:32 +00:00
|
|
|
|
latin:moreKeys="ڤ" />
|
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-08-31 06:26:32 +00:00
|
|
|
|
latin:moreKeys="\ufeeb|\u0647\u0640" />
|
2011-03-24 01:50:06 +00:00
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="خ" />
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="ح" />
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="ج"
|
2011-08-31 06:26:32 +00:00
|
|
|
|
latin:moreKeys="چ" />
|
2011-03-24 01:50:06 +00:00
|
|
|
|
<Key
|
|
|
|
|
latin:keyStyle="deleteKeyStyle"
|
2011-06-17 07:39:17 +00:00
|
|
|
|
latin:keyXPos="-10.0%p"
|
2011-07-19 00:14:50 +00:00
|
|
|
|
latin:keyWidth="fillBoth" />
|
2011-03-24 01:50:06 +00:00
|
|
|
|
</Row>
|
|
|
|
|
<Row
|
2011-06-17 07:39:17 +00:00
|
|
|
|
latin:keyWidth="8.0%p"
|
2011-03-24 01:50:06 +00:00
|
|
|
|
>
|
|
|
|
|
<Key
|
2011-06-17 07:39:17 +00:00
|
|
|
|
latin:keyLabel="ش"
|
|
|
|
|
latin:keyXPos="3.0%p" />
|
2011-03-24 01:50:06 +00:00
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="س" />
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="ي" />
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="ب"
|
2011-08-31 06:26:32 +00:00
|
|
|
|
latin:moreKeys="پ" />
|
2011-07-13 03:49:04 +00:00
|
|
|
|
<!-- \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-08-31 06:26:32 +00:00
|
|
|
|
latin:moreKeys="\ufefb|\u0644\u0627,\ufef7|\u0644\u0623,\ufef9|\u0644\u0625,\ufef5|\u0644\u0622" />
|
2011-07-13 03:49:04 +00:00
|
|
|
|
<!-- \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-08-31 06:26:32 +00:00
|
|
|
|
latin:moreKeys="\u0623,\u0625,\u0622" />
|
2011-03-24 01:50:06 +00:00
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="ت" />
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="ن" />
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="م" />
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="ك"
|
2011-08-31 06:26:32 +00:00
|
|
|
|
latin:moreKeys="گ" />
|
2011-03-24 01:50:06 +00:00
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="ط" />
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyStyle="returnKeyStyle"
|
2011-06-17 07:39:17 +00:00
|
|
|
|
latin:keyXPos="-14.6%p"
|
2011-07-19 00:14:50 +00:00
|
|
|
|
latin:keyWidth="fillBoth" />
|
2011-03-24 01:50:06 +00:00
|
|
|
|
</Row>
|
|
|
|
|
<Row
|
2011-07-13 03:49:04 +00:00
|
|
|
|
latin:keyWidth="8.0%p"
|
2011-03-24 01:50:06 +00:00
|
|
|
|
>
|
2011-07-13 03:49:04 +00:00
|
|
|
|
<!-- kbd_row3_smiley -->
|
|
|
|
|
<switch>
|
|
|
|
|
<case
|
|
|
|
|
latin:mode="email"
|
|
|
|
|
>
|
|
|
|
|
<Key
|
2011-07-19 00:14:50 +00:00
|
|
|
|
latin:keyLabel="\@" />
|
2011-07-13 03:49:04 +00:00
|
|
|
|
</case>
|
|
|
|
|
<case
|
|
|
|
|
latin:mode="url"
|
|
|
|
|
>
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="-"
|
|
|
|
|
latin:keyLabelOption="hasUppercaseLetter"
|
|
|
|
|
latin:keyHintLabel="_"
|
2011-08-31 06:26:32 +00:00
|
|
|
|
latin:moreKeys="_" />
|
2011-07-13 03:49:04 +00:00
|
|
|
|
</case>
|
|
|
|
|
<case
|
|
|
|
|
latin:imeAction="actionSearch"
|
|
|
|
|
>
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel=":"
|
|
|
|
|
latin:keyLabelOption="hasUppercaseLetter"
|
|
|
|
|
latin:keyHintLabel="+"
|
2011-08-31 06:26:32 +00:00
|
|
|
|
latin:moreKeys="+" />
|
2011-07-13 03:49:04 +00:00
|
|
|
|
</case>
|
|
|
|
|
<default>
|
|
|
|
|
<Key
|
2011-07-19 00:14:50 +00:00
|
|
|
|
latin:keyStyle="smileyKeyStyle" />
|
2011-07-13 03:49:04 +00:00
|
|
|
|
</default>
|
|
|
|
|
</switch>
|
2011-05-30 11:05:50 +00:00
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="ئ" />
|
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-08-31 06:26:32 +00:00
|
|
|
|
latin:moreKeys="ژ" />
|
2011-03-24 01:50:06 +00:00
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="ظ" />
|
|
|
|
|
<Key
|
|
|
|
|
latin:keyLabel="د" />
|
2011-07-13 03:49:04 +00:00
|
|
|
|
</Row>
|
|
|
|
|
<include
|
|
|
|
|
latin:keyboardLayout="@xml/kbd_qwerty_row4" />
|
2011-03-24 01:50:06 +00:00
|
|
|
|
</merge>
|