Skip to content

Commit b98b56d

Browse files
committed
menu: add devtools accelerator for darwin
1 parent b27f7bc commit b98b56d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/menus/darwin.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ module.exports = [
2424
}
2525
, { label: 'View'
2626
, submenu: [
27-
{ label: 'Toggle DevTools', command: 'application:devtools' }
27+
{ label: 'Toggle DevTools'
28+
, accelerator: 'CmdOrCtrl+Alt+I'
29+
, command: 'application:devtools'
30+
}
2831
, { type: 'separator' }
2932
, { label: 'Next Panel'
3033
, accelerator: 'CommandOrControl+Alt+Down'

0 commit comments

Comments
 (0)