diff options
Diffstat (limited to 'lynx_help/keystrokes/alt_edit_help.html')
-rw-r--r-- | lynx_help/keystrokes/alt_edit_help.html | 26 |
1 files changed, 11 insertions, 15 deletions
diff --git a/lynx_help/keystrokes/alt_edit_help.html b/lynx_help/keystrokes/alt_edit_help.html index 6f35b7fd..63f1044f 100644 --- a/lynx_help/keystrokes/alt_edit_help.html +++ b/lynx_help/keystrokes/alt_edit_help.html @@ -1,11 +1,9 @@ -<!-- $LynxId: alt_edit_help.html,v 1.20 2018/03/01 01:46:17 tom Exp $ --> +<!-- $LynxId: alt_edit_help.html,v 1.21 2021/07/01 21:02:38 tom Exp $ --> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> - <html> <head> <meta name="generator" content= - "HTML Tidy for Linux (vers 25 March 2009), see www.w3.org"> - + "HTML Tidy for HTML5 for Linux version 5.6.0"> <title>Lynx Line Editor Alternative Key Binding</title> <link rev="made" href="mailto:lynx-dev@nongnu.org"> <link rel="Sibling" title="Default Binding" href= @@ -16,15 +14,13 @@ "text/html; charset=us-ascii"> <meta name="description" content= "Describes an alternative set of line editor bindings for Lynx. This is one of the alternate bindings normally compiled-in"> - </head> - +</head> <body> <div class="nav"> <ul> <li><a href="#overview">Overview</a></li> - <li><a href="#alternate_bindings">Table of - key-bindings</a></li> + <li><a href="#alternate_bindings">Table of key-bindings</a></li> <li><a href="#notes">Notes</a></li> </ul> @@ -49,6 +45,7 @@ key-bindings</a></h2> <p>This is the <em>Alternative Binding</em> keymap.</p> + <pre> ENTER Input complete - RETURN TAB Input complete - TAB, Do @@ -81,9 +78,9 @@ Insert file in textarea - Ctrl-X i Grow textarea - Ctrl-X g </pre> - <h2><a name="emacs_bindings" id="emacs_bindings">Emacs-like commands</a></h2> + <pre> TPOS Transpose characters - Ctrl-t SETMARK Set mark at current position in line - Ctrl-@ @@ -91,23 +88,22 @@ KILLREG Kill region between mark and position - Ctrl-x Ctrl-w (<em><a href="#note_3">see note 3</a></em>) YANK Insert text last killed (with KILLREG) - Ctrl-y </pre> - <h2><a name="examples" id="examples">Try it yourself</a></h2> <p>Here is a little textarea for practice:</p> <form action=""> <p> - <textarea name="practice" cols="40" rows="5"> -This text cannot be submitted. Normally lines like + <textarea name="practice" cols="40" rows= + "5">This text cannot be submitted. Normally lines like these would be part of a form that is filled out and then submitted. You can move around here and delete or add text as you like, using the Line-Editor keys. -</textarea><input type="reset" value="[reset content]"></p> +</textarea><input type="reset" value="[reset content]"> + </p> </form> - <h2><a name="special_keys" id="special_keys">Special - keys</a></h2> + <h2><a name="special_keys" id="special_keys">Special keys</a></h2> <p>See the <em><a href="edit_help.html#special_keys">Lynx Line Editor</a></em> page for an explanation of terminology and |