mirror of
https://github.com/amitwh/markdown-converter.git
synced 2026-08-02 18:10:18 +05:30
feat(renderer): keyboard shortcuts for file ops (open, save, close, next/prev tab)
This commit is contained in:
@@ -8,8 +8,10 @@ import { PreviewPane } from '@/components/preview/PreviewPane';
|
||||
import { Sidebar } from '@/components/sidebar/Sidebar';
|
||||
import { useAppStore } from '@/stores/app-store';
|
||||
import { ResizablePanelGroup, ResizablePanel, ResizableHandle } from '@/components/ui/resizable';
|
||||
import { useFileShortcuts } from '@/hooks/use-file-shortcuts';
|
||||
|
||||
export function AppShell() {
|
||||
useFileShortcuts();
|
||||
const { sidebarVisible, previewVisible, paneSizes, setPaneSizes } = useAppStore();
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user