Allow Electron to zoom with CommandOrControl+=

Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
Aaron Raimist
2019-02-02 15:52:55 -06:00
parent 90140f6361
commit bfdffc653e
2 changed files with 2 additions and 1 deletions

View File

@@ -38,6 +38,7 @@ const template = [
{ type: 'separator' },
{ role: 'resetzoom' },
{ role: 'zoomin' },
{ role: 'zoomin', accelerator: 'CommandOrControl+=' },
{ role: 'zoomout' },
{ type: 'separator' },
{ role: 'togglefullscreen' },