ScryfallCardSearch Global Shortcut not working with German Browser
Hi Dev Team,
we are a german gaming group and were trying to use the Card Search. But every time we fill in the key "f" it's not working. As a React developer i had quick look and can help you there.
the problem is the global hotkey which is translated to Strg+F in german. But in you logic you ask for Ctrl. And so the Shortcut for searching is now only the key "f" in a german browser. if you only use the shortcut internally and not showing it to the user there might be no need for translation in DrawerCardSearch line 32.
This is used inside the ScryfallCardSearch component and is parsed by the parseShortcut function. Hope this helps to fix.
1
vote
Gilles#45556
shared this idea