1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-22 18:32:34 +01:00

fix missing keyframe seek shortcuts

fixes #1038
This commit is contained in:
Mikael Finstad 2022-02-23 18:30:34 +08:00
parent 425bf6f5de
commit dfffd04b94
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

View File

@ -191,6 +191,14 @@ const KeyboardShortcuts = memo(({
name: t('Seek forward 1 sec'),
category: seekingCategory,
},
seekBackwardsKeyframe: {
name: t('Seek previous keyframe'),
category: seekingCategory,
},
seekForwardsKeyframe: {
name: t('Seek next keyframe'),
category: seekingCategory,
},
seekBackwardsPercent: {
name: t('Seek backward 1% of timeline at current zoom'),
category: seekingCategory,