You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we annotate videos, there are usually a lot of duplicated frames where we need to delete frames aggressively. The current delete frame function only support mouse click & involve a message prompt, which can be too slow for some users.
Expected Behaviour
A keyboard shortcut that can quickly delete a frame by pressing a single key, and without prompting for confirmation.
Current Behaviour
Require a mouse click and pop up a confirmation prompt.
The text was updated successfully, but these errors were encountered:
scottykwok
changed the title
Keyboard shortcut to dle
Keyboard shortcut to delete frame
Nov 29, 2022
This fixes#5369 by adding keyboard shortcut [x] that delete a frame
without prompt.
Co-authored-by: Scotty Kwok <scottykwok@sebit.word>
Co-authored-by: Boris Sekachev <sekachev.bs@gmail.com>
This fixescvat-ai#5369 by adding keyboard shortcut [x] that delete a frame
without prompt.
Co-authored-by: Scotty Kwok <scottykwok@sebit.word>
Co-authored-by: Boris Sekachev <sekachev.bs@gmail.com>
My actions before raising this issue
When we annotate videos, there are usually a lot of duplicated frames where we need to delete frames aggressively. The current delete frame function only support mouse click & involve a message prompt, which can be too slow for some users.
Expected Behaviour
A keyboard shortcut that can quickly delete a frame by pressing a single key, and without prompting for confirmation.
Current Behaviour
Require a mouse click and pop up a confirmation prompt.
The text was updated successfully, but these errors were encountered: