mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-08 07:37:41 +00:00
addressing input with ? and ! more keys
This commit is contained in:
parent
d108ee6f92
commit
6adcd02590
2 changed files with 10 additions and 6 deletions
|
@ -2201,7 +2201,8 @@ public final class KeyboardTextsTable {
|
||||||
/* morekeys_tablet_comma */ null,
|
/* morekeys_tablet_comma */ null,
|
||||||
/* keyhintlabel_period */ null,
|
/* keyhintlabel_period */ null,
|
||||||
// U+055E: "՞" ARMENIAN QUESTION MARK
|
// U+055E: "՞" ARMENIAN QUESTION MARK
|
||||||
/* morekeys_question */ "\u055E",
|
// U+00BF: "¿" INVERTED QUESTION MARK
|
||||||
|
/* morekeys_question */ "\u055E,\u00BF",
|
||||||
/* morekeys_h ~ */
|
/* 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,
|
||||||
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,
|
null, null, null,
|
||||||
/* ~ morekeys_greater_than */
|
/* ~ morekeys_greater_than */
|
||||||
// U+055C: "՜" ARMENIAN EXCLAMATION MARK
|
// U+055C: "՜" ARMENIAN EXCLAMATION MARK
|
||||||
/* morekeys_exclamation */ "\u055C",
|
// U+00A1: "¡" INVERTED EXCLAMATION MARK
|
||||||
|
/* morekeys_exclamation */ "\u055C,\u00A1",
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Locale is: Icelandic */
|
/* Locale is: Icelandic */
|
||||||
|
|
|
@ -42,10 +42,12 @@
|
||||||
․ U+2024 "․" Միջակետ - One dot leader
|
․ U+2024 "․" Միջակետ - One dot leader
|
||||||
-->
|
-->
|
||||||
<string name="morekeys_punctuation">"!autoColumnOrder!8,\\,,՞,՜,․,…,',=,/,՝,՛,֊,»,«,―,),("</string>
|
<string name="morekeys_punctuation">"!autoColumnOrder!8,\\,,՞,՜,․,…,',=,/,՝,՛,֊,»,«,―,),("</string>
|
||||||
<!-- U+055E: "՞" ARMENIAN QUESTION MARK -->
|
<!-- U+055E: "՞" ARMENIAN QUESTION MARK
|
||||||
<string name="morekeys_question">՞</string>
|
U+00BF: "¿" INVERTED QUESTION MARK -->
|
||||||
<!-- U+055C: "՜" ARMENIAN EXCLAMATION MARK -->
|
<string name="morekeys_question">՞,¿</string>
|
||||||
<string name="morekeys_exclamation">՜</string>
|
<!-- U+055C: "՜" ARMENIAN EXCLAMATION MARK
|
||||||
|
U+00A1: "¡" INVERTED EXCLAMATION MARK -->
|
||||||
|
<string name="morekeys_exclamation">՜,¡</string>
|
||||||
<!-- U+058F: "֏" ARMENIAN DRAM SIGN -->
|
<!-- U+058F: "֏" ARMENIAN DRAM SIGN -->
|
||||||
<!-- TODO: Enable this when we have glyph for the following letter
|
<!-- TODO: Enable this when we have glyph for the following letter
|
||||||
<string name="keyspec_currency">֏</string>
|
<string name="keyspec_currency">֏</string>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue