Closed GregSam closed 1 year ago
hi. u can create simple userscript like
addToolsMenuItem("Toggle StarMenu", ToggleStarMenuHandler);
function ToggleStarMenuHandler(event)
{
globalFlash.gui.ToggleStarMenu(null);
}
and then assing hotkey to it in hotkey manager
thanks, Ill do that.
closed
Hi Team, could you add a hotkey to open/close StarMenu please. Ive tested this function call, works fine :)
globalFlash.gui.ToggleStarMenu(null);
I have bounded this to the space key, it is more convenient for me to hit space than move and click mouse button. I think more players would find it useful.
cheers JZ