We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eabebd commit dcea206Copy full SHA for dcea206
1 file changed
main.js
@@ -74,7 +74,7 @@ app.on('ready', function() {
74
label: 'File',
75
submenu: [{
76
label: 'New Query',
77
- accelerator: 'Command+N',
+ accelerator: 'Command+T',
78
click: function() {
79
mainWindow.webContents.send('handleElectronMenuOption', 'NEW_TAB');
80
}
0 commit comments