Make the zoomin to work

This commit is contained in:
Johan Kwarnmark
2019-12-02 13:17:29 +01:00
parent b6c211a018
commit acca4c2803

View File

@@ -42,7 +42,7 @@ const windowsAccelerator = Object.assign({
selectAll: 'Ctrl+A',
togglefullscreen: 'F11',
undo: 'Ctrl+Z',
zoomIn: 'Ctrl++',
zoomIn: 'Ctrl+=',
zoomOut: 'Ctrl+-',
});