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', cut: 'Ctrl+X',
minimize: 'Ctrl+M', minimize: 'Ctrl+M',
paste: 'Ctrl+V', paste: 'Ctrl+V',
pasteandmatchstyle: 'Ctrl+Shift+V', pasteAndMatchStyle: 'Ctrl+Shift+V',
redo: 'Ctrl+Y', redo: 'Ctrl+Y',
resetzoom: 'Ctrl+0', resetZoom: 'Ctrl+0',
selectall: 'Ctrl+A', selectAll: 'Ctrl+A',
togglefullscreen: 'F11', togglefullscreen: 'F11',
undo: 'Ctrl+Z', undo: 'Ctrl+Z',
zoomin: 'Ctrl+Shift+Plus', zoomIn: 'Ctrl++',
zoomout: 'Ctrl+-', zoomOut: 'Ctrl+-',
}); });
let { let {