fix: Fix Ctrl +, plus shortcut visible in menu's (#820)

* Fix Ctrl +, plus shortcut visible in menu's

* try another ctrl +
This commit is contained in:
Johan Kwarnmark 2019-12-01 18:25:19 +01:00 committed by Vishwas Shashidhar
parent 4c0248d8df
commit fe154cd1f5

View File

@ -36,14 +36,14 @@ const windowsAccelerator = Object.assign({
cut: 'Ctrl+X',
minimize: 'Ctrl+M',
paste: 'Ctrl+V',
pasteandmatchstyle: 'Ctrl+Shift+V',
pasteAndMatchStyle: 'Ctrl+Shift+V',
redo: 'Ctrl+Y',
resetzoom: 'Ctrl+0',
selectall: 'Ctrl+A',
resetZoom: 'Ctrl+0',
selectAll: 'Ctrl+A',
togglefullscreen: 'F11',
undo: 'Ctrl+Z',
zoomin: 'Ctrl+Shift+Plus',
zoomout: 'Ctrl+-',
zoomIn: 'Ctrl++',
zoomOut: 'Ctrl+-',
});
let {