Use CTRL+SHIFT+I for toggling devtools, fix #2205
This commit is contained in:
parent
1e9eccf959
commit
9ee0d46734
2 changed files with 2 additions and 2 deletions
|
@ -237,7 +237,7 @@ app.once('ready', function() {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Toggle &Developer Tools',
|
label: 'Toggle &Developer Tools',
|
||||||
accelerator: 'Alt+Ctrl+I',
|
accelerator: 'Shift+Ctrl+I',
|
||||||
click: function() {
|
click: function() {
|
||||||
var focusedWindow = BrowserWindow.getFocusedWindow();
|
var focusedWindow = BrowserWindow.getFocusedWindow();
|
||||||
if (focusedWindow)
|
if (focusedWindow)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue