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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View File

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

View File

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

View File

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