Add CTRL+SHIFT+MINUS as a shortcut for zooming out

This commit is contained in:
Amine Mouafik
2016-11-07 22:42:22 -08:00
parent f3ee426ef5
commit cbe2ca644c

View File

@@ -120,6 +120,11 @@ function createTemplate(mainWindow, config) {
role: 'zoomin' role: 'zoomin'
}, { }, {
role: 'zoomout' role: 'zoomout'
}, {
label: 'Zoom Out (hidden)',
accelerator: 'CmdOrCtrl+Shift+-',
visible: false,
role: 'zoomout'
}, separatorItem, { }, separatorItem, {
label: 'Toggle Developer Tools', label: 'Toggle Developer Tools',
accelerator: (() => { accelerator: (() => {