diff --git a/src/hooks/useGlobalShortcuts.ts b/src/hooks/useGlobalShortcuts.ts index 15575b7..45d5c86 100644 --- a/src/hooks/useGlobalShortcuts.ts +++ b/src/hooks/useGlobalShortcuts.ts @@ -167,6 +167,8 @@ export function useGlobalShortcuts(options: UseGlobalShortcutsOptions = {}) { id: "fit-view", description: "Fit View to Content", key: "f", + ctrl: true, + shift: true, handler: () => options.onFitView?.(), category: "View", enabled: !!options.onFitView,