fix key hint for letter s in German layout

This commit is contained in:
unknown 2020-11-09 17:20:15 +01:00 committed by Daniele Laudani
parent 1d6daab585
commit ec55fc09aa

View file

@ -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,