Displaying 1 result from an estimated 1 matches for "menufw".
Did you mean:
menu
2008 Aug 04
1
About "MENU TITLE" and possible hotkey handling
3.71, using isolinux and simple menu system menu.c32
To avoid having many different menu config files (one for each submenu) I'm
trying switching from the once required syntax
====
MENU LABEL > ^Firmware/BIOS
KERNEL menu.c32
APPEND menufw.cfg
====
to
====
MENU BEGIN
MENU TITLE ^Firmware/BIOS
<stuff that was inside menufw.cfg>
MENU END
====
However, it's not clear to me how the "^F" hotkey is handled, if it is at
all.
Reading doc/menu.txt it would seem hotkey is only handled in "MENU LABEL";
howeve...