addressing input with ? and ! more keys

This commit is contained in:
amcoder36 2022-08-06 00:15:07 -07:00
parent d108ee6f92
commit 6adcd02590
2 changed files with 10 additions and 6 deletions

View file

@ -2201,7 +2201,8 @@ public final class KeyboardTextsTable {
/* morekeys_tablet_comma */ null,
/* keyhintlabel_period */ null,
// U+055E: "՞" ARMENIAN QUESTION MARK
/* morekeys_question */ "\u055E",
// U+00BF: "¿" INVERTED QUESTION MARK
/* morekeys_question */ "\u055E,\u00BF",
/* morekeys_h ~ */
null, null, null, null, null, null, null, null, null, null, null, null, null, null, null,
null, null, null, null, null, null, null, null, null, null, null, null, null, null, null,
@ -2209,7 +2210,8 @@ public final class KeyboardTextsTable {
null, null, null,
/* ~ morekeys_greater_than */
// U+055C: "՜" ARMENIAN EXCLAMATION MARK
/* morekeys_exclamation */ "\u055C",
// U+00A1: "¡" INVERTED EXCLAMATION MARK
/* morekeys_exclamation */ "\u055C,\u00A1",
};
/* Locale is: Icelandic */

View file

@ -42,10 +42,12 @@
․ U+2024 "" Միջակետ - One dot leader
-->
<string name="morekeys_punctuation">"!autoColumnOrder!8,\\,,&#x055E;,&#x055C;,&#x2024;,&#x2026;,&#x0027;,&#x003D;,&#x002F;,&#x055D;,&#x055B;,&#x058A;,&#x00BB;,&#x00AB;,&#x2015;,&#x0029;,&#x0028;"</string>
<!-- U+055E: "՞" ARMENIAN QUESTION MARK -->
<string name="morekeys_question">&#x055E;</string>
<!-- U+055C: "՜" ARMENIAN EXCLAMATION MARK -->
<string name="morekeys_exclamation">&#x055C;</string>
<!-- U+055E: "՞" ARMENIAN QUESTION MARK
U+00BF: "¿" INVERTED QUESTION MARK -->
<string name="morekeys_question">&#x055E;,&#x00BF;</string>
<!-- U+055C: "՜" ARMENIAN EXCLAMATION MARK
U+00A1: "¡" INVERTED EXCLAMATION MARK -->
<string name="morekeys_exclamation">&#x055C;,&#x00A1;</string>
<!-- U+058F: "֏" ARMENIAN DRAM SIGN -->
<!-- TODO: Enable this when we have glyph for the following letter
<string name="keyspec_currency">&#x058F;</string>