I call webix.UIManager.removeHotKey(“Enter”);
cool.
And now i want this hotkey be back. How can i do this ?
Thanks
I call webix.UIManager.removeHotKey(“Enter”);
cool.
And now i want this hotkey be back. How can i do this ?
Thanks
You need to use the addHotkey method and specify the needed actions. For example, here’s the original behavior: