Check documentation for the latest version of dhtmlxSuite setHotKey DHTMLX Docs

setHotKey

sets menu hot-key (just text label)

void setHotKey(string|number itemId,string hkey);
itemIdstring|numbermenu item's id
hkeystringhot-key text

Example

myMenu.setHotKey(itemId, "hkey");

Back to top