Add hotkeys to mark images/annotations as labeled/confirmed

This commit is contained in:
Mika Fischer
2011-06-30 14:12:23 +02:00
parent 623d7b82a3
commit 2f30904259
+2
View File
@@ -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