feat: refactor keybinding management and add keybinding editor component

This commit is contained in:
Anwarul Islam
2025-07-18 07:38:32 +06:00
parent 33531fb3bf
commit cdae10ca0a
5 changed files with 513 additions and 6 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import { useEditorStore } from "@/stores/editor-store";
import {
useKeybindingsListener,
useKeybindingDisabler,
} from "@/constants/keybindings";
} from "@/hooks/use-keybindings";
import { useEditorActions } from "@/hooks/use-editor-actions";
interface EditorProviderProps {