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:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user