diff --git a/apps/web/src/components/keyboard-shortcuts-help.tsx b/apps/web/src/components/keyboard-shortcuts-help.tsx index db31c527..8b4c6274 100644 --- a/apps/web/src/components/keyboard-shortcuts-help.tsx +++ b/apps/web/src/components/keyboard-shortcuts-help.tsx @@ -6,6 +6,7 @@ import { Dialog, DialogContent, DialogDescription, + DialogFooter, DialogHeader, DialogTitle, DialogTrigger, @@ -127,6 +128,7 @@ export const KeyboardShortcutsHelp = () => { validateKeybinding, getKeybindingsForAction, setIsRecording, + resetToDefaults, } = useKeybindingsStore(); // Get shortcuts from centralized hook @@ -240,6 +242,11 @@ export const KeyboardShortcutsHelp = () => { ))} + + + );