Skip to content

Commit d3a6ff6

Browse files
committed
updated zoom out accelerator for consistency
1 parent e2c7a8c commit d3a6ff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/main-menu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ const view = {
325325
},
326326
{
327327
label: 'Zoom Out',
328-
accelerator: macOS ? 'CmdOrCtrl+-' : 'Control+-',
328+
accelerator: macOS ? 'CommandOrControl+-' : 'Control+-',
329329
click () {
330330
mainWindow.webContents.send('status:zoomout')
331331
}

0 commit comments

Comments
 (0)