Skip to content
Snippets Groups Projects
Commit 1a109ce0 authored by Rob Swindell's avatar Rob Swindell :speech_balloon: Committed by Deucе
Browse files

Beautification/adjustment of the key/combo help

parent a4f606a6
No related branches found
No related tags found
No related merge requests found
......@@ -825,21 +825,21 @@ int main(int argc, char **argv)
"\n"
"Use the arrow keys and ~ ENTER ~ to select an option, or ~ ESC ~ to exit.\n"
"\n"
"`More keys/combinations and (alternatives):`\n"
"`More keys/combinations` and (`alternatives`):\n"
"\n"
" ~ Ctrl-F ~ Find item in list\n"
" ~ Ctrl-G ~ Find next item in list\n"
" ~ Ctrl-U ~ Move up/back through list one screen-full (`PageUp`)\n"
" ~ Ctrl-D ~ Move down through list one screen-full (`PageDown`)\n"
" ~ Ctrl-B ~ Move to top of list or start of edited text (`Home`)\n"
" ~ Ctrl-E ~ Move to end of list or end of edited text (`End`)\n"
" ~ Insert ~ Insert an item (`+`) or toggle text overwrite mode\n"
" ~ Delete ~ Delete an item (`-`) or a character of edited text\n"
" ~ Ctrl-C ~ Copy item (`F5`, `Ctrl-Insert`)\n"
" ~ Ctrl-X ~ Cut item (`Shift-Delete`)\n"
" ~ Ctrl-V ~ Paste item (`F6`, `Shift-Insert`)\n"
" ~ Ctrl-Z ~ Display help text (`F1`, `?`)\n"
" ~ Backspace ~ Move back/up one menu (`ESC`) or erase character\n"
" ~ Ctrl-F ~ Find item in list\n"
" ~ Ctrl-G ~ Find next item in list\n"
" ~ Ctrl-U ~ Move up through list one screen-full (`PageUp`)\n"
" ~ Ctrl-D ~ Move down through list one screen-full (`PageDown`)\n"
" ~ Ctrl-B ~ Move to top of list or start of edited text (`Home`)\n"
" ~ Ctrl-E ~ Move to end of list or end of edited text (`End`)\n"
" ~ Insert ~ Insert an item (`+`) or toggle text overwrite mode\n"
" ~ Delete ~ Delete an item (`-`) or current character of edited text\n"
" ~ Ctrl-C ~ Copy item (`F5`, `Ctrl-Insert`)\n"
" ~ Ctrl-X ~ Cut item (`Shift-Delete`)\n"
" ~ Ctrl-V ~ Paste item (`F6`, `Shift-Insert`)\n"
" ~ Ctrl-Z ~ Display help text (`F1`, `?`)\n"
" ~ Backspace ~ Move back/up one menu (`ESC`) or erase previous character\n"
;
switch(uifc.list(WIN_ORG|WIN_MID|WIN_ESC|WIN_ACT,0,0,30,&main_dflt,0
,"Configure",mopt)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment