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(); + } + }, ] }, {