[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:
parent
7460e4316b
commit
4d1ed6f7e6
@ -204,7 +204,7 @@ class MainWindow(QMainWindow, WindowMixin):
|
|||||||
'Ctrl+r', 'open', u'Change default saved Annotation dir')
|
'Ctrl+r', 'open', u'Change default saved Annotation dir')
|
||||||
|
|
||||||
openAnnotation = action('&Open Annotation', self.openAnnotation,
|
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,
|
openNextImg = action('&Next Image', self.openNextImg,
|
||||||
'd', 'next', u'Open Next')
|
'd', 'next', u'Open Next')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user