How to prevent macro editor diagram from closing on ESC key press?

By default, Macro Editor closes itself on ESC key pressed. Is there a way to disable this behaviour?

The dialog has a launching option - closeOnEscape that allows disabling this. But I cannot find an option for Macro Editor.

I was also looking for this and did not find anything. I worked around by launching a dialog from the macro editor. My editor is full screen. The code of macro editor is to simply to launch the dialog and on the close event of the dialog, close the editor as well. And all the editing is done in the dialog.

2 Likes

Hi @rajeevku02,
thanks for the workaround! I feel that it’s outrageous though that this is not a simple flag in the app descriptor itself :no_mouth: