Cmd + 0 to reopen closed window

This commit is contained in:
Mika Andrianarijaona 2015-11-19 11:44:51 +03:00
parent 71780b947e
commit 7ec68bfe7d
1 changed files with 11 additions and 1 deletions

View File

@ -158,7 +158,17 @@ var MenuTemplate = function () {
{ {
label: 'Bring All to Front', label: 'Bring All to Front',
selector: 'arrangeInFront:' selector: 'arrangeInFront:'
},
{
type: 'separator'
},
{
label: 'Kitematic',
accelerator: util.CommandOrCtrl() + '+0',
click: function () {
remote.getCurrentWindow().show();
} }
},
] ]
}, },
{ {