am d432892f: Fix Farsi keyboard comma and period

* commit 'd432892f0cd480efa03e0ff101596ac44d89f4f2':
  Fix Farsi keyboard comma and period
main
Tadashi G. Takaoka 2014-01-29 23:12:49 -08:00 committed by Android Git Automerger
commit 306080ee3f
3 changed files with 4 additions and 3 deletions

View File

@ -22,7 +22,8 @@
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
> >
<Key <Key
latin:keyLabel="," /> latin:keyLabel="!text/keylabel_for_comma"
latin:moreKeys="!text/more_keys_for_comma" />
<!-- U+2026: "…" HORIZONTAL ELLIPSIS --> <!-- U+2026: "…" HORIZONTAL ELLIPSIS -->
<Key <Key
latin:keyLabel="." latin:keyLabel="."

View File

@ -1512,7 +1512,8 @@ public final class KeyboardTextsSet {
/* 104 */ "\u061F", /* 104 */ "\u061F",
/* 105 */ "!fixedColumnOrder!4,:,!,\u061F,\u061B,-,/,\u00AB|\u00BB,\u00BB|\u00AB", /* 105 */ "!fixedColumnOrder!4,:,!,\u061F,\u061B,-,/,\u00AB|\u00BB,\u00BB|\u00AB",
/* 106 */ null, /* 106 */ null,
/* 107 */ "\u061F", // U+064B: "ً" ARABIC FATHATAN
/* 107 */ "\u064B",
/* 108 */ "!text/more_keys_for_arabic_diacritics", /* 108 */ "!text/more_keys_for_arabic_diacritics",
/* 109 */ null, /* 109 */ null,
/* 110 */ "\u064B", /* 110 */ "\u064B",

View File

@ -87,7 +87,6 @@
<string name="keylabel_for_tablet_comma">"&#x060C;"</string> <string name="keylabel_for_tablet_comma">"&#x060C;"</string>
<string name="keyhintlabel_for_tablet_comma">"&#x061F;"</string> <string name="keyhintlabel_for_tablet_comma">"&#x061F;"</string>
<string name="more_keys_for_tablet_comma">"!fixedColumnOrder!4,:,!,&#x061F;,&#x061B;,-,/,&#x00AB;|&#x00BB;,&#x00BB;|&#x00AB;"</string> <string name="more_keys_for_tablet_comma">"!fixedColumnOrder!4,:,!,&#x061F;,&#x061B;,-,/,&#x00AB;|&#x00BB;,&#x00BB;|&#x00AB;"</string>
<string name="keyhintlabel_for_period">"&#x061F;"</string>
<!-- U+FDFC: "﷼" RIAL SIGN --> <!-- U+FDFC: "﷼" RIAL SIGN -->
<string name="keylabel_for_currency">&#xFDFC;</string> <string name="keylabel_for_currency">&#xFDFC;</string>
<!-- U+061F: "؟" ARABIC QUESTION MARK <!-- U+061F: "؟" ARABIC QUESTION MARK