Is there a way in which, the hotkeys that we have set for the menu items work. I tried to set them in my application, but it seems they are for display purpose onlt, they dont appear to work. In DHTMLX samples, i have seen a few samples, where the hotkey like ‘Ctrl+F’ is set for menu items, but that does not seem to work.
Hello,
yes, menu hotkeys are just text that you can see next to item name. Menu doesn’t set event listeners automatically.
Thanks,
Is there a way in which we can set these hotkeys working
Meenakshi
Unfortunately, menu doesn’t provide ready solutions to do that.
You should use own method to attach event listeners to the page.