Most of my other editors allow Ctrl Shift Z to be a redo. When I do Ctrl+Shift+Z in JMP, I get some weird
![vince_faller_0-1660234573230.png vince_faller_0-1660234573230.png](https://community.jmp.com/t5/image/serverpage/image-id/44760i549BA5AAE366171C/image-size/medium?v=v2&px=400)
Definitely not ideal as it just wipes out my redo stack.
I can't edit it through toolbar customizations using the builtin edit:redo, but I do have a workaround with JSL
mainmenu("edit:redo");
Possible to add undo/redo shortcut buttons to toolbar? reminded me of this.