diff options
author | 2012-05-11 14:13:45 +0900 | |
---|---|---|
committer | 2012-05-11 15:48:56 +0900 | |
commit | ef6dadbe6c54738f39632c7fec57d31efffb2362 (patch) | |
tree | de01b8da6173265b88c0c0c71dd870cd89b0ee8d /java/res/xml-sw600dp | |
parent | 176354466e2deb2024580601c5bc09a912b6f88d (diff) | |
download | latinime-ef6dadbe6c54738f39632c7fec57d31efffb2362.tar.gz latinime-ef6dadbe6c54738f39632c7fec57d31efffb2362.tar.xz latinime-ef6dadbe6c54738f39632c7fec57d31efffb2362.zip |
Reorganize punctuations and diacritics of Arabic and Persian
Bug: 6029665
Change-Id: Id72d5af2c9c8fff09a366819901c950b87756dea
Diffstat (limited to 'java/res/xml-sw600dp')
-rw-r--r-- | java/res/xml-sw600dp/key_dash.xml | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/java/res/xml-sw600dp/key_dash.xml b/java/res/xml-sw600dp/key_dash.xml index a7c3727da..f7e0b3436 100644 --- a/java/res/xml-sw600dp/key_dash.xml +++ b/java/res/xml-sw600dp/key_dash.xml @@ -28,11 +28,21 @@ <Key latin:keyLabel="_" /> </case> + <case + latin:languageCode="ar|fa" + > + <!-- U+064B: "ً" ARABIC FATHATAN --> + <Key + latin:keyLabel="." + latin:keyHintLabel="ً" + latin:moreKeys="!text/more_keys_for_arabic_diacritics" + latin:keyStyle="hasShiftedLetterHintStyle" /> + </case> <default> <Key - latin:keyLabel="!text/keylabel_for_dash" - latin:keyHintLabel="!text/keyhintlabel_for_dash" - latin:moreKeys="!text/more_keys_for_dash" + latin:keyLabel="-" + latin:keyHintLabel="_" + latin:moreKeys="_" latin:keyStyle="hasShiftedLetterHintStyle" /> </default> </switch> |