mirror of
https://github.com/cpvalente/ontime.git
synced 2026-09-10 16:49:41 +00:00
refactor: rename block > group in UI elements
This commit is contained in:
committed by
Carlos Valente
parent
a98c14406d
commit
8728c1450b
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user