Skip to content

Commit

Permalink
Use Command+T for a new tab (#57)
Browse files Browse the repository at this point in the history
Thought it would be nice if this matched the shortcut that most people expect
  • Loading branch information
tarebyte authored and gjtorikian committed Apr 10, 2017
1 parent 2eabebd commit dcea206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Expand Up @@ -74,7 +74,7 @@ app.on('ready', function() {
label: 'File',
submenu: [{
label: 'New Query',
accelerator: 'Command+N',
accelerator: 'Command+T',
click: function() {
mainWindow.webContents.send('handleElectronMenuOption', 'NEW_TAB');
}
Expand Down

0 comments on commit dcea206

Please sign in to comment.