From 4d1ed6f7e6aa48f5ff74f6209f8850ab1e0dc81a Mon Sep 17 00:00:00 2001 From: Jay Young Date: Wed, 8 Mar 2017 11:41:06 +0800 Subject: [PATCH] [FIX]move hot key for open annotation from ctrl+q to Ctrl+Shift+O to avoid colision with Mac universial application quit key Command+Q --- labelImg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')