How to restrict to close webix.modalbox({}) when user click Enter button.

I would like to restrict to close webix.modalbox({}) when user click Enter button.
As part of the documentation given at http://docs.webix.com/desktop__message_boxes.html#modalwindowsandkeyboardinteraction
we are able to restrict “space”, “Esc” and “enter” by setting webix.message.keyboard = false. But I would like to set false only for Enter key.

Can you please suggest me is there any possible way to achieve this?

http://webix.com/snippet/b2a68b82

Hi! Unfortunately, there’s no way to set ‘false’ for the Enter key only.