mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-22 23:29:10 +00:00
fix key hint for letter s in German layout
This commit is contained in:
parent
1d6daab585
commit
ec55fc09aa
1 changed files with 1 additions and 1 deletions
|
@ -1085,7 +1085,7 @@ public final class KeyboardTextsTable {
|
||||||
// U+00DF: "ß" LATIN SMALL LETTER SHARP S
|
// U+00DF: "ß" LATIN SMALL LETTER SHARP S
|
||||||
// U+015B: "ś" LATIN SMALL LETTER S WITH ACUTE
|
// U+015B: "ś" LATIN SMALL LETTER S WITH ACUTE
|
||||||
// U+0161: "š" LATIN SMALL LETTER S WITH CARON
|
// U+0161: "š" LATIN SMALL LETTER S WITH CARON
|
||||||
/* morekeys_s */ "\u00DF,\u015B,\u0161",
|
/* morekeys_s */ "\u00DF,%,\u015B,\u0161",
|
||||||
/* single_quotes */ "!text/single_9qm_lqm",
|
/* single_quotes */ "!text/single_9qm_lqm",
|
||||||
/* keyspec_currency ~ */
|
/* keyspec_currency ~ */
|
||||||
null, null, null, null, null, null, null,
|
null, null, null, null, null, null, null,
|
||||||
|
|
Loading…
Add table
Reference in a new issue