Skip to content

Commit

Permalink
[processing] different shortcut for commander (fix #15334)
Browse files Browse the repository at this point in the history
  • 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
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def initGui(self):
self.commanderAction.triggered.connect(self.openCommander) self.commanderAction.triggered.connect(self.openCommander)
self.menu.addAction(self.commanderAction) self.menu.addAction(self.commanderAction)
self.iface.registerMainWindowAction(self.commanderAction, self.iface.registerMainWindowAction(self.commanderAction,
self.tr('Ctrl+Alt+M')) self.tr('Ctrl+Alt+D'))


initializeMenus() initializeMenus()
createMenus() createMenus()
Expand Down

0 comments on commit 4e94963

Please sign in to comment.