Add CTRL+SHIFT+MINUS as a shortcut for zooming out
This commit is contained in:
@@ -120,6 +120,11 @@ function createTemplate(mainWindow, config) {
|
||||
role: 'zoomin'
|
||||
}, {
|
||||
role: 'zoomout'
|
||||
}, {
|
||||
label: 'Zoom Out (hidden)',
|
||||
accelerator: 'CmdOrCtrl+Shift+-',
|
||||
visible: false,
|
||||
role: 'zoomout'
|
||||
}, separatorItem, {
|
||||
label: 'Toggle Developer Tools',
|
||||
accelerator: (() => {
|
||||
|
Reference in New Issue
Block a user