diff options
Diffstat (limited to 'lynx_help/keystrokes/alt_edit_help.html')
-rw-r--r-- | lynx_help/keystrokes/alt_edit_help.html | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/lynx_help/keystrokes/alt_edit_help.html b/lynx_help/keystrokes/alt_edit_help.html index a6da3002..2090145a 100644 --- a/lynx_help/keystrokes/alt_edit_help.html +++ b/lynx_help/keystrokes/alt_edit_help.html @@ -32,7 +32,7 @@ the '.lynxrc' file. EOL Go to end of line - Ctrl-E, End, Select DELP Delete prev char - Ctrl-H, DELETE, Remove - DELN Delete next [*] char - Ctrl-D + DELN Delete next [1] char - Ctrl-D DELPW Delete prev word - Ctrl-R DELNW Delete next word - Ctrl-T DELBL Delete to beg of line - Ctrl-X @@ -41,11 +41,14 @@ the '.lynxrc' file. UPPER Upper case the line - Ctrl-^ LOWER Lower case the line - Ctrl-_ - LKCMD Invoke cmd prompt - Ctrl-V (in form text fields, only) + LKCMD Invoke cmd prompt - Ctrl-V (in form input fields, only) [2] -[*] "next" means the character "under" a box or underline style cursor; it +[1] "next" means the character "under" a box or underline style cursor; it means "to the immediate right of" an I-beam (between characters) type cursor. + +[2] Follow Ctrl-V with the key "e" bound to the EDIT function, + to edit the form's textarea field using an external editor. </pre> </body> </html> |