diff options
author | H. Peter Anvin <hpa@linux.intel.com> | 2011-04-18 14:53:45 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2011-04-18 14:53:45 -0700 |
commit | 1be51e9991618732179da97750548a65371e9dff (patch) | |
tree | 5b1ed62a487d3947e025b0491157b21678764a84 /doc/menu.txt | |
parent | 6831030abcb28fa34f63ec8d1a6304d097addb90 (diff) | |
parent | 1370ad3a91803626d326abea253f9270bd6819c3 (diff) | |
download | syslinux-dynamic-sector.tar.gz |
Merge commit 'syslinux-4.04' into dynamic-sectordynamic-sector
Diffstat (limited to 'doc/menu.txt')
-rw-r--r-- | doc/menu.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/menu.txt b/doc/menu.txt index e2dd1e1c..620527e6 100644 --- a/doc/menu.txt +++ b/doc/menu.txt @@ -48,6 +48,25 @@ MENU HIDDEN All that is displayed is a timeout message. +MENU HIDDENKEY key[,key...] command... + + If they key used to interrupt MENU HIDDEN is <key>, then + execute the specified command instead of displaying the menu. + + Currently, the following key names are recognized: + + Backspace, Tab, Enter, Esc, Space, F1..F12, Up, Down, Left, + Right, PgUp, PgDn, Home, End, Insert, Delete + + ... in addition to all single characters plus the syntax ^X + for Ctrl-X. Note that single characters are treated as case + sensitive, so a different command can be bound to "A" than + "a". One can bind the same command to multiple keys by giving + a comma-separated list of keys: + + menu hiddenkey A,a key_a_command + + MENU CLEAR Clear the screen when exiting the menu, instead of leaving the |