Commit 03b2561a by Tobias Wolf

Missed the 'p d' hint in the popup-menu

parent 02f84e0c
...@@ -190,6 +190,7 @@ export class PanelCtrl { ...@@ -190,6 +190,7 @@ export class PanelCtrl {
text: 'Duplicate', text: 'Duplicate',
click: 'ctrl.duplicate()', click: 'ctrl.duplicate()',
role: 'Editor', role: 'Editor',
shortcut: 'p d',
}); });
menu.push({ menu.push({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment