refactor: rename block > group in UI elements

This commit is contained in:
Carlos Valente
2025-07-07 18:30:18 +02:00
committed by Carlos Valente
parent a98c14406d
commit 8728c1450b
10 changed files with 23 additions and 23 deletions
+2 -2
View File
@@ -258,11 +258,11 @@ export default function Rundown({ data }: RundownProps) {
['alt + shift + E', () => insertAtId({ type: SupportedEntry.Event }, cursor, true), { preventDefault: true }],
[
'alt + B',
'alt + G',
() => insertAtId({ type: SupportedEntry.Block }, cursor),
{ preventDefault: true, usePhysicalKeys: true },
],
['alt + shift + B', () => insertAtId({ type: SupportedEntry.Block }, cursor, true), { preventDefault: true }],
['alt + shift + G', () => insertAtId({ type: SupportedEntry.Block }, cursor, true), { preventDefault: true }],
[
'alt + D',