mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-22 11:15:47 +01:00
Improve 'hinttimeout' documentation, take two.
This commit is contained in:
@@ -49,7 +49,8 @@
|
|||||||
<dd>Moves the focus to the next hintable element</dd>
|
<dd>Moves the focus to the next hintable element</dd>
|
||||||
|
|
||||||
<dt><k name="Leader"/></dt>
|
<dt><k name="Leader"/></dt>
|
||||||
<dd>Temporarily treats all numbers as ordinary text</dd>
|
<dd>Temporarily treats all numbers (or other keys, depending on the
|
||||||
|
value of <o>hintkeys</o>) as ordinary text</dd>
|
||||||
|
|
||||||
<dt><k name="Esc"/></dt>
|
<dt><k name="Esc"/></dt>
|
||||||
<dd>Exits hint mode without selecting an element</dd>
|
<dd>Exits hint mode without selecting an element</dd>
|
||||||
|
|||||||
@@ -874,8 +874,10 @@
|
|||||||
<description>
|
<description>
|
||||||
<p>
|
<p>
|
||||||
Timeout in milliseconds before automatically following a non-unique
|
Timeout in milliseconds before automatically following a non-unique
|
||||||
hint. Set to 0 (the default) to only follow hints after pressing
|
hint. The timeout is measured since the last time a key listed in
|
||||||
<k name="Return"/> or when the hint is unique.
|
<o>hintkeys</o> was pressed. It has no effect when narrowing hints
|
||||||
|
by typing part of their text. Set to 0 (the default) to only follow
|
||||||
|
hints after pressing <k name="Return"/> or when the hint is unique.
|
||||||
</p>
|
</p>
|
||||||
</description>
|
</description>
|
||||||
</item>
|
</item>
|
||||||
|
|||||||
Reference in New Issue
Block a user