diff --git a/labelImg.py b/labelImg.py index 4d828a8f..097bbb73 100755 --- a/labelImg.py +++ b/labelImg.py @@ -204,7 +204,7 @@ class MainWindow(QMainWindow, WindowMixin): 'Ctrl+r', 'open', u'Change default saved Annotation dir') openAnnotation = action('&Open Annotation', self.openAnnotation, - 'Ctrl+q', 'openAnnotation', u'Open Annotation') + 'Ctrl+Shift+O', 'openAnnotation', u'Open Annotation') openNextImg = action('&Next Image', self.openNextImg, 'd', 'next', u'Open Next')