mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
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:
parent
4c0248d8df
commit
fe154cd1f5
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user