diff options
author | 2013-07-03 14:49:25 +0900 | |
---|---|---|
committer | 2013-07-03 19:50:14 +0900 | |
commit | 5b3a54fada0b3073b96c2e7e865625007770e2e5 (patch) | |
tree | e12021024ccc99475470437290dbd738e3f3fcb0 /java/res/xml/rowkeys_farsi2.xml | |
parent | 614347bfd9ae8f9e1f79ce2fc070cfcb24c99274 (diff) | |
download | latinime-5b3a54fada0b3073b96c2e7e865625007770e2e5.tar.gz latinime-5b3a54fada0b3073b96c2e7e865625007770e2e5.tar.xz latinime-5b3a54fada0b3073b96c2e7e865625007770e2e5.zip |
Add missing letter THEH to Perisan keyboard layout
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
Diffstat (limited to 'java/res/xml/rowkeys_farsi2.xml')
-rw-r--r-- | java/res/xml/rowkeys_farsi2.xml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/java/res/xml/rowkeys_farsi2.xml b/java/res/xml/rowkeys_farsi2.xml index 4b6abe2ab..fc6789eba 100644 --- a/java/res/xml/rowkeys_farsi2.xml +++ b/java/res/xml/rowkeys_farsi2.xml @@ -25,11 +25,9 @@ <Key latin:keyLabel="ش" latin:keyLabelFlags="fontNormal" /> - <!-- U+0633: "س" ARABIC LETTER SEEN - U+0636: "ض" ARABIC LETTER DAD --> + <!-- U+0633: "س" ARABIC LETTER SEEN --> <Key latin:keyLabel="س" - latin:moreKeys="ض" latin:keyLabelFlags="fontNormal" /> <!-- U+06CC: "ی" ARABIC LETTER FARSI YEH U+0626: "ئ" ARABIC LETTER YEH WITH HAMZA ABOVE @@ -59,11 +57,10 @@ latin:moreKeys="ء,آ,أ,ٱ,إ" latin:keyLabelFlags="fontNormal" /> <!-- U+062A: "ت" ARABIC LETTER TEH - U+062B: "ﺙ" ARABIC LETTER THEH U+0629: "ة": ARABIC LETTER TEH MARBUTA --> <Key latin:keyLabel="ت" - latin:moreKeys="ث,ة" + latin:moreKeys="ة" latin:keyLabelFlags="fontNormal" /> <!-- U+0646: "ن" ARABIC LETTER NOON --> <Key @@ -79,4 +76,8 @@ latin:keyLabel="ک" latin:moreKeys="ك" latin:keyLabelFlags="fontNormal" /> + <!-- U+06AF: "گ" ARABIC LETTER GAF --> + <Key + latin:keyLabel="گ" + latin:keyLabelFlags="fontNormal" /> </merge> |