mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
5b3a54fada
With this change, the phone keyboard layout use quite similar one of the oridinal PC. The differences from the ordinal PC keyboard layout are: - Add letter JEH between letter TAH and ZAIN at 3rd row. - Move letter TCHEN from the most left of 1st row to the most left of 3rd row. The tablet keyboard layout is the same of of the phone except: - Add letter ALEF with MADDA above between letter WAW and letter TCHEN at 3rd row. This change also moves the delete key and the enter key on tablet to 1st and 2nd row respectively. Bug: 9371393 Change-Id: I964589055eb15549fe20e5ec45e02f7dc6b5686e
84 lines
2.9 KiB
XML
84 lines
2.9 KiB
XML
<?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"
|
||
>
|
||
<!-- U+0634: "ش" ARABIC LETTER SHEEN -->
|
||
<Key
|
||
latin:keyLabel="ش"
|
||
latin:keyLabelFlags="fontNormal" />
|
||
<!-- U+0633: "س" ARABIC LETTER SEEN -->
|
||
<Key
|
||
latin:keyLabel="س"
|
||
latin:keyLabelFlags="fontNormal" />
|
||
<!-- U+06CC: "ی" ARABIC LETTER FARSI YEH
|
||
U+0626: "ئ" ARABIC LETTER YEH WITH HAMZA ABOVE
|
||
U+064A: "ي" ARABIC LETTER YEH
|
||
U+FBE8: "ﯨ" ARABIC LETTER UIGHUR KAZAKH KIRGHIZ ALEF MAKSURA INITIAL FORM
|
||
U+0649: "ى" ARABIC LETTER ALEF MAKSURA -->
|
||
<Key
|
||
latin:keyLabel="ی"
|
||
latin:moreKeys="ئ,ي,ﯨ|ى"
|
||
latin:keyLabelFlags="fontNormal" />
|
||
<!-- U+0628: "ب" ARABIC LETTER BEH -->
|
||
<Key
|
||
latin:keyLabel="ب"
|
||
latin:keyLabelFlags="fontNormal" />
|
||
<!-- U+0644: "ل" ARABIC LETTER LAM -->
|
||
<Key
|
||
latin:keyLabel="ل"
|
||
latin:keyLabelFlags="fontNormal" />
|
||
<!-- U+0627: "ا" ARABIC LETTER ALEF
|
||
U+0621: "ء" ARABIC LETTER HAMZA
|
||
U+0622: "آ" ARABIC LETTER ALEF WITH MADDA ABOVE
|
||
U+0623: "أ" ARABIC LETTER ALEF WITH HAMZA ABOVE
|
||
U+0671: "ٱ" ARABIC LETTER ALEF WASLA
|
||
U+0625: "إ" ARABIC LETTER ALEF WITH HAMZA BELOW -->
|
||
<Key
|
||
latin:keyLabel="ا"
|
||
latin:moreKeys="ء,آ,أ,ٱ,إ"
|
||
latin:keyLabelFlags="fontNormal" />
|
||
<!-- U+062A: "ت" ARABIC LETTER TEH
|
||
U+0629: "ة": ARABIC LETTER TEH MARBUTA -->
|
||
<Key
|
||
latin:keyLabel="ت"
|
||
latin:moreKeys="ة"
|
||
latin:keyLabelFlags="fontNormal" />
|
||
<!-- U+0646: "ن" ARABIC LETTER NOON -->
|
||
<Key
|
||
latin:keyLabel="ن"
|
||
latin:keyLabelFlags="fontNormal" />
|
||
<!-- U+0645: "م" ARABIC LETTER MEEM -->
|
||
<Key
|
||
latin:keyLabel="م"
|
||
latin:keyLabelFlags="fontNormal" />
|
||
<!-- U+06A9: "ک" ARABIC LETTER KEHEH
|
||
U+0643: "ك" ARABIC LETTER KAF -->
|
||
<Key
|
||
latin:keyLabel="ک"
|
||
latin:moreKeys="ك"
|
||
latin:keyLabelFlags="fontNormal" />
|
||
<!-- U+06AF: "گ" ARABIC LETTER GAF -->
|
||
<Key
|
||
latin:keyLabel="گ"
|
||
latin:keyLabelFlags="fontNormal" />
|
||
</merge>
|