MS Windows only: shortcuts aren't working in v0.10.0
The following shortcuts aren*t working in the WINDOWS version 0.10.0
1) "Zoom in":
The "Zoom in" function only works in ODIN via the menu bar.
The specified shortcut "CTRL + SHIFT + =" does not work.
If you press the shortcut "CTRL + CAPS LOCK + =" the function "Reset Zoom" is also executed as with the indicated shortcut "CTRL + 0".
2) "Redo/Undo":
The "Redo/Undo" functions only works in ODIN via the activity bar.
The specified shortcut "CTRL + Z" (for Undo) and "CTRL + SHIFT + Z" (for Redo) does not work.
Also, I would suggest the shortcut "CTRL + Y" for the Redo function, since users are used to this from other programs.
~~Updating to Electron v 11.4.7 should fix this.~~
Looks like an upstream issue in Chromium: https://github.com/electron/electron/issues/3682
Will have a look at https://github.com/camunda/camunda-modeler/commit/434f46248c72d5fb842ecdf42436ebaed6569bf2 and see if we can wok around this.