From 03b2561af29a7801977b213832d9ed33e83b1e3b Mon Sep 17 00:00:00 2001 From: Tobias Wolf Date: Sat, 24 Mar 2018 14:49:06 +0100 Subject: [PATCH] Missed the 'p d' hint in the popup-menu --- public/app/features/panel/panel_ctrl.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/public/app/features/panel/panel_ctrl.ts b/public/app/features/panel/panel_ctrl.ts index 429408ed803..f54877c2c37 100644 --- a/public/app/features/panel/panel_ctrl.ts +++ b/public/app/features/panel/panel_ctrl.ts @@ -190,6 +190,7 @@ export class PanelCtrl { text: 'Duplicate', click: 'ctrl.duplicate()', role: 'Editor', + shortcut: 'p d', }); menu.push({