gethomepage / homepage

A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations.

Home Page:https://gethomepage.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] Quick launch not opening with german Umlaut characters

shamoon opened this issue · comments

Discussed in #2800

Originally posted by Flo2410 January 31, 2024
As the title says, doesn't open with German Umlaut characters (öäüß).

This is because the quick launch uses the regex /(\w|\s)/g to check for a valid key press. But this only includes numbers, English characters and spaces. My suggestion would be to change it to /(\w|\s|[äöüßÄÖÜ])/g to also include German Umlaut characters.

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns. See our contributing guidelines for more details.