Merge pull request #4189 from atom/update-accelerator
Use Alt in OS X 'Hide Others' menu item accelerator
This commit is contained in:
commit
b614c484dc
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ app.once('ready', function() {
|
|||
},
|
||||
{
|
||||
label: 'Hide Others',
|
||||
accelerator: 'Command+Shift+H',
|
||||
accelerator: 'Command+Alt+H',
|
||||
role: 'hideothers'
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue