Attempt to make key behavior more clear.
This commit is contained in:
parent
09d5d58bc5
commit
d959f91e72
@ -1135,7 +1135,7 @@ DMenu MenuDiskDevices = {
|
||||
"systems on your machine, you will have the option to install a boot\n"
|
||||
"manager later. To select a drive, use the arrow keys to move to it\n"
|
||||
"and press [SPACE] or [ENTER]. To de-select it, press it again.\n\n"
|
||||
"Select OK or Cancel to leave this menu.",
|
||||
"Use [TAB] to get to the buttons and leave this menu.",
|
||||
"Press F1 for important information regarding disk geometry!",
|
||||
"drives",
|
||||
{ { NULL } },
|
||||
|
@ -31,11 +31,8 @@ PageUp and PageDown keys will scroll by entire screens.
|
||||
|
||||
Selecting OK in a menu will confirm whatever action it's controlling.
|
||||
Selecting Cancel will cancel the operation and generally return you to
|
||||
the previous menu. Note also that "checkbox" menus use SPACE to select
|
||||
their items, not ENTER! Pressing ENTER will leave the menu with either
|
||||
an OK or Cancel status, depending on which button at the bottom is
|
||||
selected, and is probably not what you wanted to do if still selecting
|
||||
options. Remember the spacebar!
|
||||
the previous menu. Use TAB to move the cursor around and select the
|
||||
buttons.
|
||||
|
||||
Most screens obey the Help key (F1) - USE IT! It generally offers useful
|
||||
context-specific hints on what to do at each stage of the installation,
|
||||
|
@ -1135,7 +1135,7 @@ DMenu MenuDiskDevices = {
|
||||
"systems on your machine, you will have the option to install a boot\n"
|
||||
"manager later. To select a drive, use the arrow keys to move to it\n"
|
||||
"and press [SPACE] or [ENTER]. To de-select it, press it again.\n\n"
|
||||
"Select OK or Cancel to leave this menu.",
|
||||
"Use [TAB] to get to the buttons and leave this menu.",
|
||||
"Press F1 for important information regarding disk geometry!",
|
||||
"drives",
|
||||
{ { NULL } },
|
||||
|
Loading…
Reference in New Issue
Block a user