webix.UIManager.addHotKey: the "." doesn't working with num pad

Hello,

When I add hot key to my datatable
webix.UIManager.addHotKey(".", function () { … });
that is fire when I press on the “.” from keyboard but not from numpad.

How I can catch the event the “.” from numpad ?

Regards,

Hello,

we will add support for decimal point in the next update. However, the decimal delimiter can be either “.” or “,” depending on a locale. So, there will be webix.UIManager.addHotKey(“decimal”, function () { … }); definition this hot key.

Thanks

Thanks with new version 3.0.8 that working well.