How to close edit dialog with ESC

Hi,

I have standard edit view as a dialog

How can I close with keyboard (ESC key)?

1 Like

Hi,

You can define shortcut for the close action, e.g.:

<action id="closeAction" type="detail_close" shortcutCombination="ESCAPE"/>

Regards,
Gleb