mirror of https://github.com/docker/docs.git
Cmd + 0 to reopen closed window
This commit is contained in:
parent
71780b947e
commit
7ec68bfe7d
|
|
@ -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();
|
||||||
|
}
|
||||||
|
},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue