Update / hotkey to support all keyboard layouts (#10212)
This commit is contained in:
@@ -71,5 +71,6 @@ function useKeyboardShortcuts() {
|
|||||||
scopes: ['global'],
|
scopes: ['global'],
|
||||||
preventDefault: true,
|
preventDefault: true,
|
||||||
description: l`Focus the search field`,
|
description: l`Focus the search field`,
|
||||||
|
useKey: true, // Support international and alternate keyboard layouts
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user