about summary refs log tree commit diff stats
path: root/lynx_help/keystrokes/scrolling_help.html
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2010-04-29 22:00:22 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2010-04-29 22:00:22 -0400
commitdc748b1c47baadafae2c90f0e188927b11b7e029 (patch)
treec728869dc6504570b9bffb7459ccbdd1bf264a9f /lynx_help/keystrokes/scrolling_help.html
parentd4093cadbda3787dfb165954f8f6521790cfac86 (diff)
downloadlynx-snapshots-dc748b1c47baadafae2c90f0e188927b11b7e029.tar.gz
snapshot of project "lynx", label v2_8_8dev_6c
Diffstat (limited to 'lynx_help/keystrokes/scrolling_help.html')
-rw-r--r--lynx_help/keystrokes/scrolling_help.html67
1 files changed, 0 insertions, 67 deletions
diff --git a/lynx_help/keystrokes/scrolling_help.html b/lynx_help/keystrokes/scrolling_help.html
deleted file mode 100644
index db43f062..00000000
--- a/lynx_help/keystrokes/scrolling_help.html
+++ /dev/null
@@ -1,67 +0,0 @@
-<!DOCTYPE html PUBLIC "-//IETF//DTD HTML 3.0//EN">
-<HTML>
-<HEAD>
-<TITLE>Lynx Scrolling Help</TITLE>
-<LINK rev="made" href="mailto:lynx-dev@nongnu.org">
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-</HEAD>
-<BODY>
-<H1>+++ SCROLLING HELP +++</H1>
-<PRE>
-        + (or SPACE,   - If the bottom of the screen informs you
-           or CTRL-F)    that there is 'more' to see, you may
-                         move to the next page (Page-Down).
-
-        - (or b,       - If you have moved down in a document, this
-           or CTRL-B)    will bring you back up one page (Page-Up).
-
-        If the 'Num Lock' on your keyboard is on, Lynx translates
-        the numbers of your keypad into movement commands as follows:
-
-                     9  - page up
-                     8  - up arrow
-          7 8 9      7  - moves to the top of a document
-           \|/       6  - right arrow
-        4 - 5 - 6    5  - nothing
-           /|\       4  - left arrow
-          1 2 3      3  - page down
-                     2  - down arrow
-                     1  - moves to the end of a document
-
-        CTRL-A (or Find)    - This Control key, and Function key synonym,
-                              brings you back to the first page of the
-                              current document (Home).
-
-        CTRL-E (or Select)  - This Control key, and Function key synonym,
-                              takes you to the last page of the current
-                              document (End).
-
-        CTRL-N (or Remove)  - This Control key, and Function key synonym,
-                              moves you forward two lines in the current
-                              document (Down-Two).
-
-        CTRL-P (or Insert)  - This Control key, and Function key synonym,
-                              moves you back two lines in the current
-                              document (Up-Two).
-
-        )                   - Moves you forward half a page in the current
-                              document (Down-Half).
-
-        (                   - Moves you back half a page in the current
-                              document (Up-Half).
-
-        ^                   - Go to the first link on the current line.
-
-        $                   - Go to the last link on the current line.
-
-        &lt;                   - Go to the previous link in the current column.
-
-        &gt;                   - Go to the next link in the current column.
-
-        #                   - Jumps you to the pseudo Toolbar or Banner if
-                              present in the current document.  Use left-arrow
-                              to return from there to your previous position
-                              in the document.
-</PRE>
-</BODY>
-</HTML>