mirror of
https://github.com/heyman/heynote.git
synced 2024-12-22 14:40:37 +01:00
Fix zoom in key binding (#80)
This commit is contained in:
parent
eda4981e59
commit
b706b89dcb
@ -95,7 +95,16 @@ const template = [
|
||||
{ role: 'toggleDevTools' },
|
||||
{ type: 'separator' },
|
||||
{ role: 'resetZoom' },
|
||||
{ role: 'zoomIn' },
|
||||
{
|
||||
accelerator: 'CommandOrControl+=',
|
||||
role: "zoomIn",
|
||||
visible: false
|
||||
},
|
||||
{
|
||||
accelerator: 'CmdOrCtrl+Plus',
|
||||
role: "zoomIn",
|
||||
visible: true
|
||||
},
|
||||
{ role: 'zoomOut' },
|
||||
{ type: 'separator' },
|
||||
{ role: 'togglefullscreen' }
|
||||
|
Loading…
Reference in New Issue
Block a user