MacOS – Add shortcut for Window -> Show (#4632)

This commit is contained in:
Brandon Outlaw
2020-11-10 16:30:56 -08:00
committed by GitHub
parent 5c810c65cc
commit 2013378136
3 changed files with 3 additions and 0 deletions

View File

@@ -305,6 +305,7 @@ function updateForMac(template, messages, options) {
}, },
{ {
label: messages.show.message, label: messages.show.message,
accelerator: 'CmdOrCtrl+Shift+0',
click: showWindow, click: showWindow,
}, },
{ {

View File

@@ -169,6 +169,7 @@
}, },
{ {
"label": "Show", "label": "Show",
"accelerator": "CmdOrCtrl+Shift+0",
"click": null "click": null
}, },
{ {

View File

@@ -162,6 +162,7 @@
}, },
{ {
"label": "Show", "label": "Show",
"accelerator": "CmdOrCtrl+Shift+0",
"click": null "click": null
}, },
{ {