summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreric <eric@FreeBSD.org>2001-08-31 03:29:25 +0000
committereric <eric@FreeBSD.org>2001-08-31 03:29:25 +0000
commitd959f91e72ce950cef66832d7d539f73c6b1a72c (patch)
treec90f8d0864a609c528055735a9ee9e2678bb3975
parent09d5d58bc5ec6c3ec476c7cb5a2b9f4067c0837c (diff)
downloadFreeBSD-src-d959f91e72ce950cef66832d7d539f73c6b1a72c.zip
FreeBSD-src-d959f91e72ce950cef66832d7d539f73c6b1a72c.tar.gz
Attempt to make key behavior more clear.
-rw-r--r--usr.sbin/sade/menus.c2
-rw-r--r--usr.sbin/sysinstall/help/usage.hlp7
-rw-r--r--usr.sbin/sysinstall/menus.c2
3 files changed, 4 insertions, 7 deletions
diff --git a/usr.sbin/sade/menus.c b/usr.sbin/sade/menus.c
index e60b504..3ac7598 100644
--- a/usr.sbin/sade/menus.c
+++ b/usr.sbin/sade/menus.c
@@ -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 } },
diff --git a/usr.sbin/sysinstall/help/usage.hlp b/usr.sbin/sysinstall/help/usage.hlp
index 99386d9..e67d548 100644
--- a/usr.sbin/sysinstall/help/usage.hlp
+++ b/usr.sbin/sysinstall/help/usage.hlp
@@ -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,
diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c
index e60b504..3ac7598 100644
--- a/usr.sbin/sysinstall/menus.c
+++ b/usr.sbin/sysinstall/menus.c
@@ -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 } },
OpenPOWER on IntegriCloud