Skip to content

Commit

Permalink
Merge pull request electron#4189 from atom/update-accelerator
Browse files Browse the repository at this point in the history
Use Alt in OS X 'Hide Others' menu item accelerator
  • Loading branch information
Jessica Lord committed Jan 21, 2016
2 parents 1b8200e + 980bc7b commit b614c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atom/browser/default_app/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ app.once('ready', function() {
},
{
label: 'Hide Others',
accelerator: 'Command+Shift+H',
accelerator: 'Command+Alt+H',
role: 'hideothers'
},
{
Expand Down

0 comments on commit b614c48

Please sign in to comment.