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?