Skip to content

Commit dcea206

Browse files
tarebytegjtorikian
authored andcommitted
Use Command+T for a new tab (#57)
Thought it would be nice if this matched the shortcut that most people expect
1 parent 2eabebd commit dcea206

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ app.on('ready', function() {
7474
label: 'File',
7575
submenu: [{
7676
label: 'New Query',
77-
accelerator: 'Command+N',
77+
accelerator: 'Command+T',
7878
click: function() {
7979
mainWindow.webContents.send('handleElectronMenuOption', 'NEW_TAB');
8080
}

0 commit comments

Comments
 (0)