Changing Search Key to not conflict with browsers

This commit is contained in:
6d486f49
2026-06-04 18:46:42 -04:00
parent a92a3205be
commit deb3565dd7
2 changed files with 2 additions and 12 deletions
+1 -1
View File
@@ -44,7 +44,7 @@
[JSInvokable("OnKeyPress")]
public async Task OnKeyPress(string code, bool ctrlKey, bool shiftKey, bool altKey, bool metaKey)
{
if (code.ToLower().Equals("k") && (ctrlKey || shiftKey || altKey || metaKey))
if (code.ToLower().Equals("/"))
{
if (searchService.IsVisible)
{