Added capital eszett and fixed default order in more keys

This commit is contained in:
MajeurAndroid 2022-08-12 09:37:51 +02:00
parent 0caec06f88
commit 051c24d187
No known key found for this signature in database
GPG key ID: 85551A3CAEE3FAAE
3 changed files with 8 additions and 4 deletions

View file

@ -1139,9 +1139,10 @@ public final class KeyboardTextsTable {
/* morekeys_c */ null,
/* double_quotes */ "!text/double_9qm_lqm",
// U+00DF: "ß" LATIN SMALL LETTER SHARP S
// U+1E9E: "" LATIN CAPITAL LETTER SHARP S
// U+015B: "ś" LATIN SMALL LETTER S WITH ACUTE
// U+0161: "š" LATIN SMALL LETTER S WITH CARON
/* morekeys_s */ "\u00DF,\u015B,\u0161",
/* morekeys_s */ "\u00DF,%,\u1E9E,\u015B,\u0161",
/* single_quotes */ "!text/single_9qm_lqm",
/* keyspec_currency ~ */
null, null, null, null, null, null, null,
@ -1207,9 +1208,10 @@ public final class KeyboardTextsTable {
/* morekeys_c */ null,
/* double_quotes */ "!text/double_9qm_lqm",
// U+00DF: "ß" LATIN SMALL LETTER SHARP S
// U+1E9E: "" LATIN CAPITAL LETTER SHARP S
// U+015B: "ś" LATIN SMALL LETTER S WITH ACUTE
// U+0161: "š" LATIN SMALL LETTER S WITH CARON
/* morekeys_s */ "\u00DF,%,\u015B,\u0161",
/* morekeys_s */ "\u00DF,%,\u1E9E,\u015B,\u0161",
/* single_quotes */ "!text/single_9qm_lqm",
/* keyspec_currency ~ */
null, null, null, null, null, null, null,

View file

@ -31,9 +31,10 @@
U+016B: "ū" LATIN SMALL LETTER U WITH MACRON -->
<string name="morekeys_u">&#x00FC;,&#x00FB;,&#x00F9;,&#x00FA;,&#x016B;</string>
<!-- U+00DF: "ß" LATIN SMALL LETTER SHARP S
U+1E9E: "ẞ" LATIN CAPITAL LETTER SHARP S
U+015B: "ś" LATIN SMALL LETTER S WITH ACUTE
U+0161: "š" LATIN SMALL LETTER S WITH CARON -->
<string name="morekeys_s">&#x00DF;,%,&#x015B;,&#x0161;</string>
<string name="morekeys_s">&#x00DF;,%,&#x1E9E;,&#x015B;,&#x0161;</string>
<!-- U+00F1: "ñ" LATIN SMALL LETTER N WITH TILDE
U+0144: "ń" LATIN SMALL LETTER N WITH ACUTE -->
<string name="morekeys_n">&#x00F1;,&#x0144;</string>

View file

@ -49,9 +49,10 @@
U+016B: "ū" LATIN SMALL LETTER U WITH MACRON -->
<string name="morekeys_u">&#x00FC;,%,&#x00FB;,&#x00F9;,&#x00FA;,&#x016B;</string>
<!-- U+00DF: "ß" LATIN SMALL LETTER SHARP S
U+1E9E: "ẞ" LATIN CAPITAL LETTER SHARP S
U+015B: "ś" LATIN SMALL LETTER S WITH ACUTE
U+0161: "š" LATIN SMALL LETTER S WITH CARON -->
<string name="morekeys_s">&#x00DF;,&#x015B;,&#x0161;</string>
<string name="morekeys_s">&#x00DF;,%,&#x1E9E;,&#x015B;,&#x0161;</string>
<!-- U+00F1: "ñ" LATIN SMALL LETTER N WITH TILDE
U+0144: "ń" LATIN SMALL LETTER N WITH ACUTE -->
<string name="morekeys_n">&#x00F1;,&#x0144;</string>