mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 08:54:12 +01:00
Add/fix some <k> tags' link attributes.
This commit is contained in:
@@ -767,7 +767,7 @@
|
||||
|
||||
<dl dt="width: 6em;">
|
||||
<dt>0</dt> <dd>Follow the first hint as soon as typed text uniquely identifies it.</dd>
|
||||
<dt>1</dt> <dd>Follow the selected hint on <k name="CR"/>.</dd>
|
||||
<dt>1</dt> <dd>Follow the selected hint on <k name="CR" link="false"/>.</dd>
|
||||
</dl>
|
||||
</description>
|
||||
</item>
|
||||
@@ -951,7 +951,7 @@
|
||||
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="CR"/> or when the hint is unique.
|
||||
hints after pressing <k name="CR" link="false"/> or when the hint is unique.
|
||||
</p>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
Reference in New Issue
Block a user