📝 Use correct shortcut for 'Hide Others' menu item example
As per https://support.apple.com/en-gb/HT201236, the correct keyboard shortcut for hiding all but the current window is Command-Option(Alt)-H.
This commit is contained in:
parent
4b02a8ead0
commit
859d9763e9
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ if (process.platform == 'darwin') {
|
|||
},
|
||||
{
|
||||
label: 'Hide Others',
|
||||
accelerator: 'Command+Shift+H',
|
||||
accelerator: 'Command+Alt+H',
|
||||
role: 'hideothers'
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue