mirror of
https://github.com/heyman/heynote.git
synced 2024-12-22 23:00:38 +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' },
|
{ role: 'toggleDevTools' },
|
||||||
{ type: 'separator' },
|
{ type: 'separator' },
|
||||||
{ role: 'resetZoom' },
|
{ role: 'resetZoom' },
|
||||||
{ role: 'zoomIn' },
|
{
|
||||||
|
accelerator: 'CommandOrControl+=',
|
||||||
|
role: "zoomIn",
|
||||||
|
visible: false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
accelerator: 'CmdOrCtrl+Plus',
|
||||||
|
role: "zoomIn",
|
||||||
|
visible: true
|
||||||
|
},
|
||||||
{ role: 'zoomOut' },
|
{ role: 'zoomOut' },
|
||||||
{ type: 'separator' },
|
{ type: 'separator' },
|
||||||
{ role: 'togglefullscreen' }
|
{ role: 'togglefullscreen' }
|
||||||
|
Loading…
Reference in New Issue
Block a user