Enable zoom-in on CommandOrctrl +

This commit is contained in:
Akash Nimare
2016-08-10 22:08:41 +05:30
committed by GitHub
parent eac17decf6
commit e1a0c5adbf

View File

@@ -145,7 +145,7 @@ var createTemplate = function(mainWindow, config) {
} }
}, { }, {
label: 'Zoom In', label: 'Zoom In',
accelerator: 'CmdOrCtrl+Plus', accelerator: 'CmdOrCtrl+=',
click: () => { click: () => {
mainWindow.webContents.send('zoom-in', 1); mainWindow.webContents.send('zoom-in', 1);
} }