Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[processing] different shortcut for commander (fix #15334)
  • Loading branch information
alexbruy committed Jul 25, 2016
1 parent bc2c2b2 commit 4e94963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/ProcessingPlugin.py
Expand Up @@ -118,7 +118,7 @@ def initGui(self):
self.commanderAction.triggered.connect(self.openCommander)
self.menu.addAction(self.commanderAction)
self.iface.registerMainWindowAction(self.commanderAction,
self.tr('Ctrl+Alt+M'))
self.tr('Ctrl+Alt+D'))

initializeMenus()
createMenus()
Expand Down

0 comments on commit 4e94963

Please sign in to comment.