We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5729125 commit b07fb92Copy full SHA for b07fb92
1 file changed
lib/main-menu.js
@@ -49,7 +49,7 @@ var boost = OSX
49
submenu: [
50
{
51
label: 'Quit',
52
- accelerator: 'Command+Q',
+ accelerator: 'Control+Q',
53
click: function () {
54
mainWindow.webContents.send('quit-app', {})
55
}
0 commit comments