[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

This commit is contained in:
Jay Young 2017-03-08 11:41:06 +08:00
parent 7460e4316b
commit 4d1ed6f7e6

View File

@ -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')