Merge pull request #4189 from atom/update-accelerator

Use Alt in OS X 'Hide Others' menu item accelerator
This commit is contained in:
Jessica Lord 2016-01-21 16:14:14 -07:00
commit b614c484dc

View file

@ -198,7 +198,7 @@ app.once('ready', function() {
}, },
{ {
label: 'Hide Others', label: 'Hide Others',
accelerator: 'Command+Shift+H', accelerator: 'Command+Alt+H',
role: 'hideothers' role: 'hideothers'
}, },
{ {