Skip to content

Commit

Permalink
[processing] different shortcut for commander (fix #15334)
Browse files Browse the repository at this point in the history
(cherry picked from commit 4e94963)
  • Loading branch information
alexbruy committed Jul 25, 2016
1 parent 14bd65c commit b219f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/ProcessingPlugin.py
Expand Up @@ -117,7 +117,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'))

def unload(self):
self.toolbox.setVisible(False)
Expand Down

0 comments on commit b219f73

Please sign in to comment.