diff options
Diffstat (limited to 'lynx_help/keystrokes/scrolling_help.html')
-rw-r--r-- | lynx_help/keystrokes/scrolling_help.html | 98 |
1 files changed, 62 insertions, 36 deletions
diff --git a/lynx_help/keystrokes/scrolling_help.html b/lynx_help/keystrokes/scrolling_help.html index ffa121fb..cedfac86 100644 --- a/lynx_help/keystrokes/scrolling_help.html +++ b/lynx_help/keystrokes/scrolling_help.html @@ -1,4 +1,4 @@ -<!-- $LynxId: scrolling_help.html,v 1.9 2013/05/21 10:51:27 tom Exp $ --> +<!-- $LynxId: scrolling_help.html,v 1.10 2014/01/08 00:25:16 tom Exp $ --> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <html> @@ -6,25 +6,38 @@ <meta name="generator" content= "HTML Tidy for Linux (vers 25 March 2009), see www.w3.org"> - <title>Lynx Scrolling Help</title> + <title>Lynx Scrolling/Paging Help Summary</title> <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= + "This gives an overview and some details on Lynx's scrolling/paging commands. A diagram shows keypad shortcuts."> + </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). + <h2>Paging shortcuts</h2> - - (or b, - If you have moved down in a document, this - or CTRL-B) will bring you back up one page (Page-Up). + <blockquote> + <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). - If the 'Num Lock' on your keyboard is on, Lynx translates - the numbers of your keypad into movement commands as follows: + - (or b, - If you have moved down in a document, this + or CTRL-B) will bring you back up one page (Page-Up). +</pre> + </blockquote> + + <h2>Keypad shortcuts</h2> + <p><strong>Lynx</strong> can use the digits 0-9 as movement + shortcuts. They are designed to work best when the <em>Num + Lock</em> on your keyboard is on, so that <strong>Lynx</strong> + can translate the numbers of your keypad into <a href= + "movement_help.html">movement commands</a>:</p> + + <blockquote> + <pre> 9 - page up 8 - up arrow 7 8 9 7 - moves to the top of a document @@ -34,41 +47,54 @@ 1 2 3 3 - page down 2 - down arrow 1 - moves to the end of a document +</pre> + </blockquote> - CTRL-A (or Find) - This Control key, and Function key synonym, - brings you back to the first page of the - current document (Home). + <h2>Control-characters</h2> - CTRL-E (or Select) - This Control key, and Function key synonym, - takes you to the last page of the current - document (End). + <blockquote> + <pre> + CTRL-A (or Find) - This Control key, and Function key synonym, + brings you back to the first page of the + current document (Home). - CTRL-N (or Remove) - This Control key, and Function key synonym, - moves you forward two lines in the current - document (Down-Two). + 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). +</pre> + </blockquote> - CTRL-P (or Insert) - This Control key, and Function key synonym, - moves you back two lines in the current - document (Up-Two). + <h2>Ordinary characters</h2> - ) - Moves you forward half a page in the current - document (Down-Half). + <blockquote> + <pre> + ) - Moves you forward half a page in the current + document (Down-Half). - ( - Moves you back half a page in the current - document (Up-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 first link on the current line. - $ - Go to the last link on the current line. + $ - Go to the last link on the current line. - < - Go to the previous link in the current column. + < - Go to the previous link in the current column. - > - Go to the next link in the current column. + > - 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. + # - 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> + </blockquote> </body> </html> |