Dropdown manages hotkeys now

This commit is contained in:
Gregory Schier
2024-01-11 10:18:05 -08:00
parent 1bcf26f656
commit c1c9f882a6
12 changed files with 177 additions and 150 deletions

View File

@@ -1,4 +1,4 @@
import { hotkeyActions } from '../hooks/useHotkey';
import { hotkeyActions } from '../hooks/useHotKey';
import { HotKeyList } from './core/HotKeyList';
export const KeyboardShortcutsDialog = () => {