mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-06 16:03:52 +00:00
add invisible shortcuts for zooming in
This commit is contained in:
@@ -140,7 +140,10 @@ function makeViewMenu(clientUrl) {
|
||||
{ role: 'forceReload' },
|
||||
{ type: 'separator' },
|
||||
{ role: 'resetZoom' },
|
||||
{ role: 'zoomIn' },
|
||||
// NOTE: I still contend this zoomin mess is an electron bug
|
||||
{ role: 'zoomIn', accelerator: 'CmdOrCtrl+Plus' },
|
||||
{ role: 'zoomIn', accelerator: 'CmdOrCtrl+=', visible: false },
|
||||
{ role: 'zoomIn', accelerator: 'CmdOrCtrl+numadd', visible: false },
|
||||
{ role: 'zoomOut' },
|
||||
{ type: 'separator' },
|
||||
{ role: 'togglefullscreen' },
|
||||
|
||||
Reference in New Issue
Block a user