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
104 lines
3.8 KiB
XML
104 lines
3.8 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+0636: "ض" ARABIC LETTER DAD
|
||
U+06F1: "۱" EXTENDED ARABIC-INDIC DIGIT ONE -->
|
||
<Key
|
||
latin:keyLabel="ض"
|
||
latin:keyHintLabel="۱"
|
||
latin:additionalMoreKeys="۱,1"
|
||
latin:keyLabelFlags="fontNormal" />
|
||
<!-- U+0635: "ص" ARABIC LETTER SAD
|
||
U+06F2: "۲" EXTENDED ARABIC-INDIC DIGIT TWO -->
|
||
<Key
|
||
latin:keyLabel="ص"
|
||
latin:keyHintLabel="۲"
|
||
latin:additionalMoreKeys="۲,2"
|
||
latin:keyLabelFlags="fontNormal" />
|
||
<!-- U+062B: "ث" ARABIC LETTER THEH
|
||
U+06F3: "۳" EXTENDED ARABIC-INDIC DIGIT THREE -->
|
||
<Key
|
||
latin:keyLabel="ث"
|
||
latin:keyHintLabel="۳"
|
||
latin:additionalMoreKeys="۳,3"
|
||
latin:keyLabelFlags="fontNormal" />
|
||
<!-- U+0642: "ق" ARABIC LETTER QAF
|
||
U+06F4: "۴" EXTENDED ARABIC-INDIC DIGIT FOUR -->
|
||
<Key
|
||
latin:keyLabel="ق"
|
||
latin:keyHintLabel="۴"
|
||
latin:additionalMoreKeys="۴,4"
|
||
latin:keyLabelFlags="fontNormal" />
|
||
<!-- U+0641: "ف" ARABIC LETTER FEH
|
||
U+06F5: "۵" EXTENDED ARABIC-INDIC DIGIT FIVE -->
|
||
<Key
|
||
latin:keyLabel="ف"
|
||
latin:keyHintLabel="۵"
|
||
latin:additionalMoreKeys="۵,5"
|
||
latin:keyLabelFlags="fontNormal" />
|
||
<!-- U+063A: "غ" ARABIC LETTER GHAIN
|
||
U+06F6: "۶" EXTENDED ARABIC-INDIC DIGIT SIX -->
|
||
<Key
|
||
latin:keyLabel="غ"
|
||
latin:keyHintLabel="۶"
|
||
latin:additionalMoreKeys="۶,6"
|
||
latin:keyLabelFlags="fontNormal" />
|
||
<!-- U+0639: "ع" ARABIC LETTER AIN
|
||
U+06F7: "۷" EXTENDED ARABIC-INDIC DIGIT SEVEN -->
|
||
<Key
|
||
latin:keyLabel="ع"
|
||
latin:keyHintLabel="۷"
|
||
latin:additionalMoreKeys="۷,7"
|
||
latin:keyLabelFlags="fontNormal" />
|
||
<!-- U+0647: "ه" ARABIC LETTER HEH
|
||
U+FEEB: "ﻫ" ARABIC LETTER HEH INITIAL FORM
|
||
U+0647/U+200D: ARABIC LETTER HEH + ZERO WIDTH JOINER
|
||
U+0647/U+0654: ARABIC LETTER HEH + ARABIC HAMZA ABOVE
|
||
U+0629: "ة" ARABIC LETTER TEH MARBUTA
|
||
U+06F8: "۸" EXTENDED ARABIC-INDIC DIGIT EIGHT -->
|
||
<Key
|
||
latin:keyLabel="ه"
|
||
latin:moreKeys="ﻫ|ه‍,هٔ,ة,%"
|
||
latin:keyHintLabel="۸"
|
||
latin:additionalMoreKeys="۸,8"
|
||
latin:keyLabelFlags="fontNormal" />
|
||
<!-- U+062E: "خ" ARABIC LETTER KHAH
|
||
U+06F9: "۹" EXTENDED ARABIC-INDIC DIGIT NINE -->
|
||
<Key
|
||
latin:keyLabel="خ"
|
||
latin:keyHintLabel="۹"
|
||
latin:additionalMoreKeys="۹,9"
|
||
latin:keyLabelFlags="fontNormal" />
|
||
<!-- U+062D: "ح" ARABIC LETTER HAH
|
||
U+06F0: "۰" EXTENDED ARABIC-INDIC DIGIT ZERO -->
|
||
<Key
|
||
latin:keyLabel="ح"
|
||
latin:keyHintLabel="۰"
|
||
latin:additionalMoreKeys="۰,0"
|
||
latin:keyLabelFlags="fontNormal" />
|
||
<!-- U+062C: "ج" ARABIC LETTER JEEM -->
|
||
<Key
|
||
latin:keyLabel="ج"
|
||
latin:keyLabelFlags="fontNormal" />
|
||
</merge>
|