Fix Arabic mini keyboard precedence
Change-Id: I73e9e8bb243ae89944bf346885529fc3dd6df226
This commit is contained in:
parent
47d2ef69d3
commit
740be4493a
1 changed files with 4 additions and 4 deletions
|
@ -51,8 +51,8 @@
|
|||
<Key
|
||||
latin:keyLabel="ح" />
|
||||
<Key
|
||||
latin:keyLabel="چ"
|
||||
latin:popupCharacters="ج"
|
||||
latin:keyLabel="ج"
|
||||
latin:popupCharacters="چ"
|
||||
latin:keyEdgeFlags="right" />
|
||||
</Row>
|
||||
<Row
|
||||
|
@ -65,7 +65,7 @@
|
|||
latin:keyLabel="س" />
|
||||
<Key
|
||||
latin:keyLabel="ي"
|
||||
latin:popupCharacters="ئ,ى" />
|
||||
latin:popupCharacters="ى,ئ" />
|
||||
<Key
|
||||
latin:keyLabel="ب"
|
||||
latin:popupCharacters="پ" />
|
||||
|
@ -74,7 +74,7 @@
|
|||
latin:popupCharacters="لا" />
|
||||
<Key
|
||||
latin:keyLabel="ا"
|
||||
latin:popupCharacters="ء,آ,إ,أ" />
|
||||
latin:popupCharacters="أ,إ,آ,ء" />
|
||||
<Key
|
||||
latin:keyLabel="ت" />
|
||||
<Key
|
||||
|
|
Loading…
Reference in a new issue