mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-13 21:25:48 +01:00
Fix some more typos and errors in the documentation
This commit is contained in:
@@ -42,16 +42,16 @@
|
||||
<dl>
|
||||
<dt><k name="Return"/></dt>
|
||||
<dd>Selects the first highlighted element, or that
|
||||
fucused by <k name="Tab"/>.</dd>
|
||||
focused by <k name="Tab"/>.</dd>
|
||||
|
||||
<dt><k name="Tab"/></dt>
|
||||
<dd>Moves the focus to the next hintable element</dd>
|
||||
|
||||
<dt><k name="Leader"/></dt>
|
||||
<dd>Temporarilly treats all numbers as ordinary text</dd>
|
||||
<dd>Temporarily treats all numbers as ordinary text</dd>
|
||||
|
||||
<dt><k name="Esc"/></dt>
|
||||
<dd>Exitts hint mode without selecting an element</dd>
|
||||
<dd>Exits hint mode without selecting an element</dd>
|
||||
</dl>
|
||||
</description>
|
||||
</item>
|
||||
@@ -85,7 +85,7 @@
|
||||
exactly like <t>QuickHint</t> mode, except that each
|
||||
sub-mode highlights a more specialized set of elements,
|
||||
and performs a unique action on the selected link.
|
||||
Because of the panoply of extend hint modes available,
|
||||
Because of the panoply of extended hint modes available,
|
||||
after pressing <k>;</k>, pressing <k name="Tab"/> brings
|
||||
up the <k>completion-list</k> with a list of each hint
|
||||
mode and its description.
|
||||
@@ -94,7 +94,7 @@
|
||||
<p><a>mode</a> may be one of:</p>
|
||||
|
||||
<ul>
|
||||
<li tag=";;"><em>;</em> to focus a link and hover it with the mouse</li>
|
||||
<li tag=";;"><em>;</em> to focus a link</li>
|
||||
<li tag=";?"><em>?</em> to show information about the element (incomplete)</li>
|
||||
<li tag=";s"><em>s</em> to save its destination</li>
|
||||
<li tag=";a"><em>a</em> to save its destination (prompting for save location)</li>
|
||||
@@ -121,7 +121,7 @@
|
||||
-->
|
||||
<p>
|
||||
Of the previous modes, the value of the <o>hinttags</o>
|
||||
option os used to choose the highlighted elements for
|
||||
option is used to choose the highlighted elements for
|
||||
the modes, <k>;;</k>, <k>;?</k>, <k>;w</k>, <k>;v</k>,
|
||||
<k>;V</k>, <k>;Y</k> and <k>;c</k>. The value of
|
||||
<o>extendedhinttags</o> is used to choose the elements
|
||||
|
||||
Reference in New Issue
Block a user