1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
|
<!-- $LynxId: scrolling_help.html,v 1.13 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 HTML5 for Linux version 5.6.0">
<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">
<meta name="description" content=
"This gives an overview and some details on Lynx's scrolling/paging commands. A diagram shows keypad shortcuts.">
</head>
<body>
<div class="nav">
<ul>
<li><a href="#overview">Overview</a></li>
<li><a href="#paging_keys">Paging shortcuts</a></li>
<li><a href="#keypad_keys">Keypad shortcuts</a></li>
<li><a href="#control_keys">Control-characters</a></li>
<li><a href="#other_keys">Ordinary characters</a></li>
</ul>
</div>
<h2><a name="overview" id="overview">Overview</a></h2>
<p>This gives an overview and some details on Lynx's
scrolling/paging commands. A diagram shows keypad shortcuts.</p>
<h2><a name="paging_keys" id="paging_keys">Paging shortcuts</a></h2>
<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).
- (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><a name="keypad_keys" id="keypad_keys">Keypad shortcuts</a></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
\|/ 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
</pre>
</blockquote>
<h2><a name="control_keys" id=
"control_keys">Control-characters</a></h2>
<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-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>
<h2><a name="other_keys" id="other_keys">Ordinary characters</a></h2>
<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).
^ - Go to the first 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 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>
</blockquote>
</body>
</html>
|