diff options
Diffstat (limited to 'lynx_help/keystrokes/alt_edit_help.html')
-rw-r--r-- | lynx_help/keystrokes/alt_edit_help.html | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/lynx_help/keystrokes/alt_edit_help.html b/lynx_help/keystrokes/alt_edit_help.html index 8b2e65a9..2f114526 100644 --- a/lynx_help/keystrokes/alt_edit_help.html +++ b/lynx_help/keystrokes/alt_edit_help.html @@ -11,8 +11,8 @@ Lynx invokes a built-in <em>Line Editor</em> for entering strings in response to prompts, in forms, and for email messages if an external editor -has not been defined. Administrators can offer additional alternative key -bindings by configuring with --enable-alt-bindings or by adding them in +has not been defined. Additional alternative key-bindings can be offered +by configuring with --enable-alt-bindings or by adding them in LYEditmap.c before compiling Lynx. If available, they may be selected via the 'o'ptions menu, or by editing lineedit_mode in the '.lynxrc' file. @@ -38,7 +38,6 @@ the '.lynxrc' file. 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 DELEL Delete to end of line - Ctrl-K UPPER Upper case the line - Ctrl-^ @@ -46,13 +45,23 @@ the '.lynxrc' file. LKCMD Invoke cmd prompt - Ctrl-V (in form text fields, only) [2] +<A NAME="TASpecial">Special commands for use only in textarea fields</A>[3]: + + Textarea external edit - Ctrl-X e + Insert file in textarea - Ctrl-X i + Grow textarea - Ctrl-X g + [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 DWIMEDIT function, - or with some other key bound to EDITTEXTAREA or DWIMEDIT, - to edit the form's textarea field using an external editor. +[2] Follow Ctrl-V with any recognized key command, to "escape" from a text + input field. + +[3] For other key combinations using Ctrl-X as a prefix key, see the + Help page for the <a rel="Sibling" title="Bash-Like Binding" + href="bashlike_edit_help.html" + >Bash-Like</a> Binding. </pre> </body> </html> |