summaryrefslogtreecommitdiffstats
path: root/ui/ncurses/nc-config-help.c
diff options
context:
space:
mode:
authorSamuel Mendoza-Jonas <sam@mendozajonas.com>2016-07-12 14:18:18 +1000
committerSamuel Mendoza-Jonas <sam@mendozajonas.com>2016-07-13 15:09:09 +1000
commit96f9b8cd29dae248838d4221f3cb1c38e3aa1396 (patch)
tree454f4ed168e0d642570952fbdcb5f5078c059e69 /ui/ncurses/nc-config-help.c
parent6878bbdd7bb522f87ff097320e95e6a3c67d35f1 (diff)
downloadtalos-petitboot-96f9b8cd29dae248838d4221f3cb1c38e3aa1396.tar.gz
talos-petitboot-96f9b8cd29dae248838d4221f3cb1c38e3aa1396.zip
ui/ncurses: Update keybindings for subsets
We now use KEY_LEFT and KEY_RIGHT for general navigation; update subset_process_key() to use the following keybindings: Reorder items up/down: Minus/Plus keys (-/+) Delete item: Delete or Backspace Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
Diffstat (limited to 'ui/ncurses/nc-config-help.c')
-rw-r--r--ui/ncurses/nc-config-help.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/ui/ncurses/nc-config-help.c b/ui/ncurses/nc-config-help.c
index 23bcd9d..a0cbb20 100644
--- a/ui/ncurses/nc-config-help.c
+++ b/ui/ncurses/nc-config-help.c
@@ -5,8 +5,10 @@ Autoboot: Specify which devices to autoboot from.\n"
"\n"
"By selecting the 'Add Device' button new devices can be added to the autoboot \
list, either by UUID, MAC address, or device type. Once added to the boot \
-order, the priority of devices can be changed with the 'left' and 'right' keys \
-Devices can be individually removed from the boot order with the minus key. \
+order, the priority of devices can be changed with the '-' (minus) and \
+'+' (plus) keys. \
+Devices can be individually removed from the boot order with the 'delete' or \
+'backspace' keys. \
Use this option if you have multiple operating system images installed.\n"
"\n"
"To autoboot from any device, select the 'Clear & Boot Any' button. \
OpenPOWER on IntegriCloud