mirror of
https://github.com/electron/electron.git
synced 2026-02-03 03:35:29 -05:00
Merge pull request #4189 from atom/update-accelerator
Use Alt in OS X 'Hide Others' menu item accelerator
This commit is contained in:
@@ -198,7 +198,7 @@ app.once('ready', function() {
|
||||
},
|
||||
{
|
||||
label: 'Hide Others',
|
||||
accelerator: 'Command+Shift+H',
|
||||
accelerator: 'Command+Alt+H',
|
||||
role: 'hideothers'
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user