From 18844b57eae05fa5007410be1be9e11c5fafe44e Mon Sep 17 00:00:00 2001 From: DS Boyce <260543580+ds-boyce@users.noreply.github.com> Date: Thu, 9 Apr 2026 12:07:09 -0700 Subject: [PATCH] Update / hotkey to support all keyboard layouts (#10212) (cherry picked from commit 3ff40e96039559dbaeb825333eaa986148934b20) --- src/lib/hotkeys/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/hotkeys/index.tsx b/src/lib/hotkeys/index.tsx index 17e2c9c7bd..59114f791e 100644 --- a/src/lib/hotkeys/index.tsx +++ b/src/lib/hotkeys/index.tsx @@ -71,5 +71,6 @@ function useKeyboardShortcuts() { scopes: ['global'], preventDefault: true, description: l`Focus the search field`, + useKey: true, // Support international and alternate keyboard layouts }) }