📝 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:
Rose Robertson 2016-01-21 14:31:18 -08:00
parent 4b02a8ead0
commit 859d9763e9

View file

@ -169,7 +169,7 @@ if (process.platform == 'darwin') {
},
{
label: 'Hide Others',
accelerator: 'Command+Shift+H',
accelerator: 'Command+Alt+H',
role: 'hideothers'
},
{