diff --git a/src/menutemplate.js b/src/menutemplate.js index 5bc23a30e4..043d89239f 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: 'Cmd+0', + click: function () { + remote.getCurrentWindow().show(); + } + }, ] }, {