:memo: Use correct shortcut for 'Hide Others' menu item example
authorRose Robertson <rose@r.osey.me>
Thu, 21 Jan 2016 22:31:18 +0000 (14:31 -0800)
committerRose Robertson <rose@r.osey.me>
Thu, 21 Jan 2016 22:31:18 +0000 (14:31 -0800)
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.

docs/api/menu.md

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