mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-05-14 05:52:47 +00:00
Added capital eszett and fixed default order in more keys
This commit is contained in:
parent
0caec06f88
commit
051c24d187
3 changed files with 8 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue