about summary refs log tree commit diff stats
path: root/lynx_help/keystrokes/movement_help.html
diff options
context:
space:
mode:
Diffstat (limited to 'lynx_help/keystrokes/movement_help.html')
-rw-r--r--lynx_help/keystrokes/movement_help.html40
1 files changed, 28 insertions, 12 deletions
diff --git a/lynx_help/keystrokes/movement_help.html b/lynx_help/keystrokes/movement_help.html
index 7e7f7247..18277ee0 100644
--- a/lynx_help/keystrokes/movement_help.html
+++ b/lynx_help/keystrokes/movement_help.html
@@ -1,4 +1,4 @@
-<!-- $LynxId: movement_help.html,v 1.7 2013/05/21 10:51:27 tom Exp $ -->
+<!-- $LynxId: movement_help.html,v 1.9 2014/01/08 21:36:06 tom Exp $ -->
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
 
 <html>
@@ -10,10 +10,17 @@
   <link rev="made" href="mailto:lynx-dev@nongnu.org">
   <meta http-equiv="Content-Type" content=
   "text/html; charset=us-ascii">
-</head>
+  <meta name="description" content=
+  " These are the Lynx keystroke-movement commands which are usable in all non-editing contexts, for traversing links.">
+  </head>
 
 <body>
-  <h1>MOVEMENT HELP</h1>
+  <h2>Keystroke Commands</h2>
+
+  <p>These are the Lynx <a href=
+  "keystroke_help.html#movement">keystroke-movement</a> commands
+  which are usable in all non-editing contexts, for traversing
+  links.</p>
   <pre>
         Down arrow,    -  Move to the next hypertext link,
         TAB               or scroll down if there are no more
@@ -29,20 +36,28 @@
 
         Left arrow     -  Retreat from a link.  Go back to the
                           previous topic.
+</pre>
 
+  <h2>Notes</h2>
 
-        *note: If 'VI Keys' are enabled from the options menu or
-               from the '.lynxrc' file, lowercase h,j,k,l will
-               move left, down, up, and right, respectively.
+  <ol>
+    <li>If <em>VI Keys</em> are enabled from the options menu or
+    from the <code>.lynxrc</code> file, lowercase h,j,k,l will move
+    left, down, up, and right, respectively.</li>
 
-        *note: If 'Emacs Keys' are enabled from the options menu or
-               from the '.lynxrc' file, Ctrl-B, Ctrl-N, Ctrl-P,
-               Ctrl-F will move left, down, up, and right, respectively.
+    <li>If <em>Emacs Keys</em> are enabled from the options menu or
+    from the <code>.lynxrc</code> file, Ctrl-B, Ctrl-N, Ctrl-P,
+    Ctrl-F will move left, down, up, and right, respectively.</li>
 
-        *note: If the 'Num Lock' on your keyboard is on, Lynx will
-               translate the numbers of your keypad into movement
-               commands.  The translation is as follows.
+    <li>If the <em>Num Lock</em> on your keyboard is on,
+    <strong>Lynx</strong> will translate the numbers of your keypad
+    into movement commands. The translation corresponds with the
+    labels on numeric keypad, but can be used from the main
+    keyboard. It is as follows.</li>
+  </ol>
 
+  <blockquote>
+    <pre>
                      9  - page up
                      8  - up arrow
           7 8 9      7  - moves to the top of a document
@@ -53,5 +68,6 @@
                      2  - down arrow
                      1  - moves to the end of a document
 </pre>
+  </blockquote>
 </body>
 </html>