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
No known key found for this signature in database
GPG key ID: 37419210002890EF
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' },