more shortcut fixes

This commit is contained in:
Maze Winther
2025-07-16 16:05:30 +02:00
parent 5483db83de
commit 0c086e3c24
2 changed files with 54 additions and 23 deletions
@@ -15,7 +15,6 @@ export interface KeyboardShortcut {
enabled?: boolean;
requiresSelection?: boolean;
icon?: React.ReactNode;
displayKeys?: string[]; // Keys to show in help (defaults to keys if not provided)
}
interface UseKeyboardShortcutsOptions {