From d959f91e72ce950cef66832d7d539f73c6b1a72c Mon Sep 17 00:00:00 2001 From: eric Date: Fri, 31 Aug 2001 03:29:25 +0000 Subject: Attempt to make key behavior more clear. --- usr.sbin/sade/menus.c | 2 +- usr.sbin/sysinstall/help/usage.hlp | 7 ++----- usr.sbin/sysinstall/menus.c | 2 +- 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 } }, -- cgit v1.1