[syslinux] About "MENU TITLE" and possible hotkey handling

H. Peter Anvin hpa at zytor.com
Tue Aug 5 08:33:57 PDT 2008


Giulio Orsero wrote:
> 
> Replacing "MENU TITLE" with "MENU LABEL" makes hotkey work, thanks.
> 
> I didn't use "MENU LABEL" since the doc says "only after LABEL" and I was
> trying with
> 
> MENU BEGIN
> 	MENU TITLE  Description
> MENU END
> 
> and so I though I couldn't use it, but actually it works.
> However, if I add a LABEL statement, just to be safe,
> 
> MENU BEGIN
> 	LABEL something
> 	MENU LABEL description
> 	...
> MENU END
> 
> then "description" is not shown even if it takes its place (empty/hidden
> line) in the main menu, and it activates the submenu, where it's not in the
> submenu title but as the 1st entry of the submenu.

Right, because now it defines a label.

	-hpa




More information about the Syslinux mailing list