1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-22 04:15:45 +01:00

Add {, }, [{arg}, ]{arg}. Closes issue #592.

This commit is contained in:
Kris Maglione
2011-07-28 00:09:37 -04:00
parent 2b43cf0660
commit a63d61612d
8 changed files with 118 additions and 5 deletions

View File

@@ -328,6 +328,39 @@
</description>
</item>
<item>
<tags>[h [p [</tags>
<spec><oa>count</oa>[<a>arg</a></spec>
<description short="true">
<p>Jump to the previous element as defined by <o>jumptags</o>.</p>
</description>
</item>
<item>
<tags>]h ]p ]</tags>
<spec><oa>count</oa>]<a>arg</a></spec>
<description short="true">
<p>Jump to the next element as defined by <o>jumptags</o>.</p>
</description>
</item>
<item>
<tags>{</tags>
<spec><oa>count</oa>{</spec>
<description short="true">
<p>Jump to the previous paragraph. Identical to <k>[p</k>.</p>
</description>
</item>
<item>
<tags>}</tags>
<spec><oa>count</oa>}</spec>
<description short="true">
<p>Jump to the next paragraph. Identical to <k>]p</k>.</p>
</description>
</item>
<h2 tag="zooming zoom">Zooming</h2>
<p>

View File

@@ -987,6 +987,16 @@
</description>
</item>
<item>
<tags>'jt' 'jumptags'</tags>
<spec>'jumptags'</spec>
<type>&option.jumptags.type;</type>
<default>&option.jumptags.default;</default>
<description>
<p>XPath or CSS selector strings of jumpable elements for extended hint modes.</p>
</description>
</item>
<item>
<tags>'lpl' 'loadplugins'</tags>
<spec>'loadplugins' 'lpl'</spec>