Fix #702 : Cmd+0 reopen Kitematic window in Mac

Signed-off-by: Mika Andrianarijaona <mika@tag-ip.com>
This commit is contained in:
Mika Andrianarijaona 2015-11-27 09:44:06 +03:00
commit 18a5bfba9b
1 changed files with 11 additions and 1 deletions

View File

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