I hope menu can support accesskey

Hi,
html dom support accessKey property, http://www.w3schools.com/jsref/prop_html_accesskey.asp
i hope webix’s menu can support accessKey property.
Thanks!

There’s no built-in support, but you can add an accesskey to the item’s node:

http://webix.com/snippet/d749b093

Also, it is possible to add custom hotkeys to components. Please, check the related article.

I see, thanks!