From 7ec68bfe7df68ecc57c0250d49badcf853789c5e Mon Sep 17 00:00:00 2001 From: Mika Andrianarijaona Date: Thu, 19 Nov 2015 11:44:51 +0300 Subject: [PATCH] Cmd + 0 to reopen closed window --- src/menutemplate.js | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/menutemplate.js b/src/menutemplate.js index 5bc23a30e4..fe1f5abc3c 100644 --- a/src/menutemplate.js +++ b/src/menutemplate.js @@ -158,7 +158,17 @@ var MenuTemplate = function () { { label: 'Bring All to Front', selector: 'arrangeInFront:' - } + }, + { + type: 'separator' + }, + { + label: 'Kitematic', + accelerator: util.CommandOrCtrl() + '+0', + click: function () { + remote.getCurrentWindow().show(); + } + }, ] }, {