Skip to content

Commit

Permalink
menu: add devtools accelerator for darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
evanlucas committed Apr 3, 2016
1 parent b27f7bc commit b98b56d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/menus/darwin.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ module.exports = [
}
, { label: 'View'
, submenu: [
{ label: 'Toggle DevTools', command: 'application:devtools' }
{ label: 'Toggle DevTools'
, accelerator: 'CmdOrCtrl+Alt+I'
, command: 'application:devtools'
}
, { type: 'separator' }
, { label: 'Next Panel'
, accelerator: 'CommandOrControl+Alt+Down'
Expand Down

0 comments on commit b98b56d

Please sign in to comment.