mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
Make the zoomin to work
This commit is contained in:
@@ -42,7 +42,7 @@ const windowsAccelerator = Object.assign({
|
||||
selectAll: 'Ctrl+A',
|
||||
togglefullscreen: 'F11',
|
||||
undo: 'Ctrl+Z',
|
||||
zoomIn: 'Ctrl++',
|
||||
zoomIn: 'Ctrl+=',
|
||||
zoomOut: 'Ctrl+-',
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user