mirror of https://github.com/docker/docs.git
Fix #702 : Cmd+0 reopen Kitematic window in Mac
Signed-off-by: Mika Andrianarijaona <mika@tag-ip.com>
This commit is contained in:
commit
18a5bfba9b
|
|
@ -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();
|
||||
}
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue