Enrich filters with all types (#2653)

This commit is contained in:
Charles Bochet
2023-11-22 17:23:10 +01:00
committed by GitHub
parent 0fd823af21
commit 8f12aea64a
20 changed files with 315 additions and 111 deletions

View File

@ -20,7 +20,7 @@ export const KeyboardShortcutMenu = () => {
isKeyboardShortcutMenuOpenedState,
);
useScopedHotkeys(
'shift+?,meta+?,esc',
'shift+?,meta+?',
() => {
toggleKeyboardShortcutMenu();
},