~ubuntu-branches/ubuntu/feisty/elinks/feisty-updates

« back to all changes in this revision

Viewing changes to doc/html/manual.html-chunked/ch03s06.html

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-06-30 08:57:43 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060630085743-l81fgbw9dehvl1ds
Tags: 0.11.1-1ubuntu1
* Merge to Debian unstable.
* Removed gnutls12 porting, this is upstream now.
* Only Ubuntu changes left:
  - Killed type-handling.
  - Add X-Ubuntu-Gettext-Domain to .desktop files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Navigation</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="The ELinks Manual"><link rel="up" href="ch03.html" title="Chapter 3. Introduction to the World of ELinks"><link rel="prev" href="ch03s05.html" title="LED status indicators"><link rel="next" href="ch03s07.html" title="Searching"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Navigation</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch03s05.html">Prev</a> </td><th width="60%" align="center">Chapter 3. Introduction to the World of ELinks</th><td width="20%" align="right"> <a accesskey="n" href="ch03s07.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2516857"></a>Navigation</h2></div></div></div><p>ELinks provides various ways to navigate documents. Depending on how
 
2
documents are structured, it can be a great help to change navigation style.
 
3
The navigation styles can roughly be divided into page-oriented,
 
4
link-oriented and screen-oriented. They overlap in many ways, so this
 
5
separation is mostly used as a mean to present them.</p><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2516877"></a>Page-Oriented Navigation</h3></div></div></div><p>This involves scrolling documents horizontally and vertically.  Documents
 
6
can be scrolled page-wise, where the next or previous subpage will be
 
7
displayed. It is also possible to scroll documents in steps, either
 
8
line-wise (vertically) or column-wise (horizontally). The step size can be
 
9
configured and by default is 2 lines and 8 columns. Alternatively, whole
 
10
documents can be scrolled to the start or the end.</p><p>The basic default controls:</p><div class="informaltable"><table border="1"><colgroup><col align="left"><col align="left"></colgroup><thead><tr><th align="left">
 
11
    Keys
 
12
    </th><th align="left">
 
13
    Action
 
14
    </th></tr></thead><tbody><tr><td align="left">
 
15
    Insert/Delete
 
16
    </td><td align="left">
 
17
    Scroll up/down line-wise. (vertically)
 
18
    </td></tr><tr><td align="left">
 
19
    PageUp/PageDown
 
20
    </td><td align="left">
 
21
    Scroll up/down page-wise.
 
22
    </td></tr><tr><td align="left">
 
23
    <span class="emphasis"><em>[</em></span>/<span class="emphasis"><em>]</em></span>
 
24
    </td><td align="left">
 
25
    Scroll left/right column-wise. (horizontally)
 
26
    </td></tr><tr><td align="left">
 
27
    Home/End
 
28
    </td><td align="left">
 
29
    Scroll to the start/end of the document.
 
30
    </td></tr></tbody></table></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2517007"></a>Link-Oriented Navigation</h3></div></div></div><p>For hypertext documents, access to the links makes it more practical to
 
31
navigate by jumping between links in the document. There are two ways to do
 
32
this; either you can move between links relationally or by number. Using
 
33
relational link navigation it is possible to focus the next/previous link or
 
34
move in a directional manner to the link in a certain direction such as
 
35
left/right/up/down.</p><p>In order to navigate using link numbers, you have to first toggle link
 
36
numbering on; this will prefix all links with a number using the notation
 
37
[number]. <code class="literal">[23]</code> indicates link number 23. When link numbering is enabled,
 
38
pressing any number key will pop up a "Go to link"-dialog where the complete
 
39
link number can be entered. By pressing Enter the entered link number will
 
40
be focused, but only if it is a valid link number.</p><p>Note: it is also possible to jump to links by searching the link text; check
 
41
the documentation on searching.</p><p>The basic default controls:</p><div class="informaltable"><table border="1"><colgroup><col align="left"><col align="left"></colgroup><thead><tr><th align="left">
 
42
    Keys
 
43
    </th><th align="left">
 
44
    Action
 
45
    </th></tr></thead><tbody><tr><td align="left">
 
46
    Up/Down
 
47
    </td><td align="left">
 
48
    Move to the previous/next link.
 
49
    </td></tr><tr><td align="left">
 
50
    <span class="emphasis"><em>.</em></span>
 
51
    </td><td align="left">
 
52
    Toggle link numbering.
 
53
    </td></tr><tr><td align="left">
 
54
    Enter/Right
 
55
    </td><td align="left">
 
56
    Follow the current focused link.
 
57
    </td></tr></tbody></table></div><p>No keys are by default configured for directional link navigation.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2517150"></a>Position-Oriented Navigation</h3></div></div></div><p>Positional navigation (sorry, bad word) uses the either the position of the
 
58
cursor or the mouse click to navigate the document. If you are familiar with
 
59
the w3m text-browser you will be familiar with cursor routing. Basically,
 
60
you move the cursor around — kind of like a mouse — in the document area
 
61
of the user interface. When the cursor is over a link, the link is
 
62
highlighted, and when the cursor moves outside the current document view, it
 
63
will cause the document view to scroll.</p><p>The possibilities when using the mouse to navigate the document depend on
 
64
what terminal you are using. In some terminals, it is possible to scroll by
 
65
using the mouse wheel. Scrolling is however also possible by clicking in the
 
66
edge areas of the document view. Highlighting links can be done by clicking
 
67
on a link but waiting to release the mouse button until the link is no
 
68
longer under the mouse pointer.</p><p>No keys are by default configured for cursor routing.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2517193"></a>Forms</h3></div></div></div><p>The status bar will indicate the type and name of the field.</p><div class="variablelist"><dl><dt><span class="term">
 
69
Input text/Password fields
 
70
</span></dt><dd>
 
71
        These will be displayed as <code class="literal">________</code>.
 
72
        Note that passwords will be obscured using <code class="literal">*</code> characters.
 
73
        Status bar will display something like "Text field, name q",
 
74
        or "Password field, name password" for password fields.
 
75
</dd><dt><span class="term">
 
76
Textarea boxes
 
77
</span></dt><dd>
 
78
        These will be displayed as multiple lines consisting of <code class="literal">_</code>.
 
79
        Status bar will display something like "Text area, name comment"
 
80
</dd><dt><span class="term">
 
81
Buttons
 
82
</span></dt><dd>
 
83
        These will be displayed as <code class="literal">[ Go ]</code>.
 
84
        Status bar will display something like "Submit form to …",
 
85
        "Post form to …" for submit buttons.
 
86
</dd><dt><span class="term">
 
87
Checkboxes
 
88
</span></dt><dd>
 
89
        These will be displayed as <code class="literal">[ ]</code> or <code class="literal">[X]</code>.
 
90
        Status bar will display something like "Checkbox, name c, value 1".
 
91
        To set one just press ENTER on it.
 
92
</dd><dt><span class="term">
 
93
Radio buttons
 
94
</span></dt><dd>
 
95
        These will be displayed as <code class="literal">( )</code> or <code class="literal">(X)</code>.
 
96
        Status bar will display something like "Radio button, name radio1".
 
97
        To set one, you may use ENTER.
 
98
</dd><dt><span class="term">
 
99
Select lists
 
100
</span></dt><dd>
 
101
        These will be displayed as <code class="literal">[first item____]</code>.
 
102
        Note that if multiple attribute is used, these are displayed as a
 
103
        group of checkboxes instead.
 
104
        Status bar will display something like "Select field, name list"
 
105
        To select one entry, press ENTER, then navigate using UP/DOWN, then
 
106
        press ENTER again.
 
107
</dd></dl></div></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch03s05.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch03.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch03s07.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">LED status indicators </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Searching</td></tr></table></div></body></html>