Allow Electron to zoom with CommandOrControl+=
Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
parent
90140f6361
commit
bfdffc653e
2 changed files with 2 additions and 1 deletions
|
@ -38,6 +38,7 @@ const template = [
|
|||
{ type: 'separator' },
|
||||
{ role: 'resetzoom' },
|
||||
{ role: 'zoomin' },
|
||||
{ role: 'zoomin', accelerator: 'CommandOrControl+=' },
|
||||
{ role: 'zoomout' },
|
||||
{ type: 'separator' },
|
||||
{ role: 'togglefullscreen' },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue