mirror of
https://github.com/wassname/sloth.git
synced 2026-08-13 12:40:31 +08:00
Add hotkeys to mark images/annotations as labeled/confirmed
This commit is contained in:
@@ -76,6 +76,8 @@ HOTKEYS = (
|
||||
('Shift+Tab', lambda lt: lt.selectPreviousAnnotation(), 'Select previous annotation'),
|
||||
('Del', lambda lt: lt.deleteSelectedAnnotations(), 'Delete selected annotations'),
|
||||
('ESC', lambda lt: lt.exitInsertMode(), 'Exit insert mode'),
|
||||
('Shift+l', lambda lt: lt.currentImage().setUnlabeled(False), 'Mark current image as labeled'),
|
||||
('Shift+c', lambda lt: lt.currentImage().confirmAll(), 'Mark all annotations in image as confirmed'),
|
||||
)
|
||||
|
||||
# CONTAINERS
|
||||
|
||||
Reference in New Issue
Block a user