diff options
Diffstat (limited to 'lynx_help/keystrokes/edit_help.html')
-rw-r--r-- | lynx_help/keystrokes/edit_help.html | 30 |
1 files changed, 14 insertions, 16 deletions
diff --git a/lynx_help/keystrokes/edit_help.html b/lynx_help/keystrokes/edit_help.html index 61defd58..42d3e8aa 100644 --- a/lynx_help/keystrokes/edit_help.html +++ b/lynx_help/keystrokes/edit_help.html @@ -1,19 +1,16 @@ -<!-- $LynxId: edit_help.html,v 1.29 2018/03/01 01:54:21 tom Exp $ --> +<!-- $LynxId: edit_help.html,v 1.30 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 Default Key Binding</title> <link rev="made" href="mailto:lynx-dev@nongnu.org"> <meta http-equiv="Content-Type" content= "text/html; charset=us-ascii"> <meta name="description" content= - " Describes Lynx's built-in line-editor, when it is used, and the keys used for the default binding. There are alternate and special bindings."> - </head> - + "Describes Lynx's built-in line-editor, when it is used, and the keys used for the default binding. There are alternate and special bindings."> +</head> <body> <div class="nav"> <ul> @@ -63,6 +60,7 @@ Keymap</a></h2> <p>This is the <em>Default Binding</em> keymap:</p> + <pre> ENTER Input complete - RETURN TAB Input complete - TAB, Do @@ -89,21 +87,21 @@ LKCMD Invoke cmd prompt - Ctrl-V (in form text fields, only) (<em><a href="#note_2">see note 2</a></em>) SWMAP Switch input keymap - Ctrl-^ (if compiled in) </pre> - <h2><a name="editing_keymap" id="editing_keymap">Editing Keymap</a></h2> <p><a name="TASpecial" id="TASpecial">These are special commands for use only in textarea fields</a> (<em><a href="#note_3">see note 3</a></em>):</p> + <pre> Textarea external edit - Ctrl-X e 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-@ @@ -111,23 +109,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><samp><dfn>Ctrl-</dfn><strong>key</strong> means Control+<strong><kbd>key</kbd></strong>. @@ -135,7 +132,8 @@ or add text as you like, using the Line-Editor keys. Control+<kbd>x</kbd>, then <strong><kbd>key</kbd></strong>. <dfn>M-</dfn>key means Meta+<strong><kbd>key</kbd></strong>, where Meta is a modifier that can be entered in a variety of - ways:</samp></p> + ways:</samp> + </p> <ul> <li>First ESC, then the <strong><kbd>key</kbd></strong>. This |