1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-04 03:05:46 +01:00

Improve 'hinttimeout' documentation, take two.

This commit is contained in:
Štěpán Němec
2010-12-30 20:07:41 +01:00
parent baf853cee9
commit 506dcc042e
2 changed files with 6 additions and 3 deletions

View File

@@ -49,7 +49,8 @@
<dd>Moves the focus to the next hintable element</dd>
<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>
<dd>Exits hint mode without selecting an element</dd>

View File

@@ -874,8 +874,10 @@
<description>
<p>
Timeout in milliseconds before automatically following a non-unique
hint. Set to 0 (the default) to only follow hints after pressing
<k name="Return"/> or when the hint is unique.
hint. The timeout is measured since the last time a key listed in
<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>
</description>
</item>