feat(rundown): add shortcut to jump to current element

This commit is contained in:
Carlos Valente
2026-07-18 16:50:43 +02:00
committed by Carlos Valente
parent f234a1f892
commit 347c748dd9
3 changed files with 24 additions and 0 deletions
@@ -44,6 +44,9 @@ function EventEditorEmpty() {
<Separator />
<Combo keys={['PgDn']} />
</Shortcut>
<Shortcut label='Jump to current entry'>
<Combo keys={[deviceAlt, 'L']} />
</Shortcut>
<Shortcut label='Deselect entry'>
<Combo keys={['Esc']} />
</Shortcut>