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',
|
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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user