Skip to content

Commit

Permalink
changed global troubleshooting shortcut to something harder
Browse files Browse the repository at this point in the history
  • Loading branch information
geraldoramos committed Jan 4, 2018
1 parent 36559d6 commit 1da02cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ function createWindow() {
}

// Hidden shortcut for debugging
globalShortcut.register('CommandOrControl+Shift+Control+Option+D', () => {
globalShortcut.register('CommandOrControl+Shift+Control+Option+Space+D+F', () => {
app.dock.show();
mainWindow.webContents.openDevTools()
})
Expand Down

0 comments on commit 1da02cd

Please sign in to comment.