use addHotKey to enter in edit mode with number and dot

Hello,

I can add Hot Key to enter in edit mode with number but that doesn’t work with dot (".").

  webix.UIManager.addHotKey(".", function(view) {
     goEdit(view);
  }, $$("datatableId"));

I have found a solution in this forum (http://webix.com/snippet/e155daee) but if that is possible I want to use addHotKey function.

Regards

I can confirm the issue. Fix will be added as part of Webix 3.0

Thanks