Update / hotkey to support all keyboard layouts (#10212)

(cherry picked from commit 3ff40e9603)
This commit is contained in:
DS Boyce
2026-04-09 12:07:09 -07:00
committed by Eric Bailey
parent bda161f3b6
commit 18844b57ea
+1
View File
@@ -71,5 +71,6 @@ function useKeyboardShortcuts() {
scopes: ['global'],
preventDefault: true,
description: l`Focus the search field`,
useKey: true, // Support international and alternate keyboard layouts
})
}