diff options
author | hpa <hpa> | 2004-12-28 23:18:27 +0000 |
---|---|---|
committer | hpa <hpa> | 2004-12-28 23:18:27 +0000 |
commit | 6107528154f4fd4ce676909a96da71ebee39c07b (patch) | |
tree | fd4e7cd0b51dc5082675d8e673cdf0c4cf69df7b /README.menu | |
parent | dc288bdd669419bceee2273edaaa3fa2fa6a3e9f (diff) | |
download | syslinux-6107528154f4fd4ce676909a96da71ebee39c07b.tar.gz |
Support menu hotkeys.
Diffstat (limited to 'README.menu')
-rw-r--r-- | README.menu | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/README.menu b/README.menu index b6f457ab..1e1e825a 100644 --- a/README.menu +++ b/README.menu @@ -49,16 +49,20 @@ MENU LABEL label # Soft Cap Linux LABEL softcap - MENU LABEL Soft Cap Linux 9.6.36 + MENU LABEL Soft Cap ^Linux 9.6.36 KERNEL softcap-9.6.36.bzi APPEND whatever # A very dense operating system LABEL brick - MENU LABEL Windows CE/ME/NT + MENU LABEL ^Windows CE/ME/NT KERNEL chain.c32 APPEND hd0 2 + The ^ symbol in a MENU LABEL statement defines a hotkey. + The hotkey will be highlighted in the menu and will move the + menu cursor immediately to that entry. + MENU HIDE (Only valid after a LABEL statement.) |