mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-19 19:47:59 +01:00
Add/fix some <k> tags' link attributes.
This commit is contained in:
@@ -73,7 +73,7 @@
|
|||||||
<h3 tag="faq-lasttab">How can I prevent <k>d</k> on the last tab from closing the window?</h3>
|
<h3 tag="faq-lasttab">How can I prevent <k>d</k> on the last tab from closing the window?</h3>
|
||||||
<p><ex>:set!</ex> <hl key="HelpOpt">browser.tabs.closeWindowWithLastTab</hl>=<hl key="Boolean">false</hl></p>
|
<p><ex>:set!</ex> <hl key="HelpOpt">browser.tabs.closeWindowWithLastTab</hl>=<hl key="Boolean">false</hl></p>
|
||||||
|
|
||||||
<h3 tag="faq-autocomplete"><strut/>How can I prevent the command line completion list showing until I press <k name="Tab"/>?</h3>
|
<h3 tag="faq-autocomplete"><strut/>How can I prevent the command line completion list showing until I press <k name="Tab" link="c_<Tab>"/>?</h3>
|
||||||
<p>
|
<p>
|
||||||
You can disable it entirely with <se opt="autocomplete"/> or for
|
You can disable it entirely with <se opt="autocomplete"/> or for
|
||||||
specific types of command completion by choosing more
|
specific types of command completion by choosing more
|
||||||
|
|||||||
@@ -84,8 +84,8 @@
|
|||||||
<t>quick-hints</t>, except that each sub-mode highlights a
|
<t>quick-hints</t>, except that each sub-mode highlights a
|
||||||
more specialized set of elements, and performs a unique action on
|
more specialized set of elements, and performs a unique action on
|
||||||
the selected link. Because of the panoply of extended hint modes
|
the selected link. Because of the panoply of extended hint modes
|
||||||
available, after pressing <k>;</k>, pressing <k name="Tab"/> brings
|
available, after pressing <k>;</k>, pressing <k name="Tab" link="false"/>
|
||||||
up the completion list with each hints mode and its description.
|
brings up the completion list with each hints mode and its description.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p><a>mode</a> may be one of:</p>
|
<p><a>mode</a> may be one of:</p>
|
||||||
|
|||||||
@@ -37,10 +37,10 @@
|
|||||||
For instance,
|
For instance,
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<code><ex>:map <k name="F2" link="false"/></ex> <ex>:styletoggle</ex> <em>-name</em> <k name="A-Tab" link="false"/></code>
|
<code><ex>:map <k name="F2" link="false"/></ex> <ex>:styletoggle</ex> <em>-name</em> <k name="A-Tab" link="c_<Tab>"/></code>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
causes “<tt><ex>:styletoggle</ex> <em>-name</em> <k name="A-Tab" link="false"/></tt>” to be typed out
|
causes “<tt><ex>:styletoggle</ex> <em>-name</em> <k name="A-Tab" link="c_<Tab"/></tt>” to be typed out
|
||||||
whenever <k name="F2" link="false"/> is pressed, providing a way to toggle
|
whenever <k name="F2" link="false"/> is pressed, providing a way to toggle
|
||||||
a tab-completed named user style.
|
a tab-completed named user style.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -767,7 +767,7 @@
|
|||||||
|
|
||||||
<dl dt="width: 6em;">
|
<dl dt="width: 6em;">
|
||||||
<dt>0</dt> <dd>Follow the first hint as soon as typed text uniquely identifies it.</dd>
|
<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>
|
</dl>
|
||||||
</description>
|
</description>
|
||||||
</item>
|
</item>
|
||||||
@@ -951,7 +951,7 @@
|
|||||||
hint. The timeout is measured since the last time a key listed in
|
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
|
<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
|
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>
|
</p>
|
||||||
</description>
|
</description>
|
||||||
</item>
|
</item>
|
||||||
|
|||||||
@@ -43,7 +43,7 @@
|
|||||||
|
|
||||||
<item>
|
<item>
|
||||||
<tags><![CDATA[<find-forward> /]]></tags>
|
<tags><![CDATA[<find-forward> /]]></tags>
|
||||||
<spec>/<a>pattern</a><k name="CR"/></spec>
|
<spec>/<a>pattern</a><k name="CR" link="false"/></spec>
|
||||||
<description>
|
<description>
|
||||||
<p>Find <a>pattern</a> starting at the current caret position.</p>
|
<p>Find <a>pattern</a> starting at the current caret position.</p>
|
||||||
|
|
||||||
@@ -66,7 +66,7 @@
|
|||||||
|
|
||||||
<item>
|
<item>
|
||||||
<tags><![CDATA[<find-backward> ?]]></tags>
|
<tags><![CDATA[<find-backward> ?]]></tags>
|
||||||
<spec>?<a>pattern</a><k name="CR"/></spec>
|
<spec>?<a>pattern</a><k name="CR" link="false"/></spec>
|
||||||
<description>
|
<description>
|
||||||
<p>
|
<p>
|
||||||
Find a pattern backward of the current caret position in exactly the
|
Find a pattern backward of the current caret position in exactly the
|
||||||
|
|||||||
@@ -137,7 +137,7 @@
|
|||||||
If no <oa>action</oa> is given, the value of <o>cookies</o> is used.
|
If no <oa>action</oa> is given, the value of <o>cookies</o> is used.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<example><ex>:map -b</ex> <k link="false">c</k> <ex>:cookies</ex> <k name="A-Tab" link="false"/></example>
|
<example><ex>:map -b</ex> <k link="false">c</k> <ex>:cookies</ex> <k name="A-Tab" link="c_<Tab>"/></example>
|
||||||
</description>
|
</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
|
|||||||
@@ -199,7 +199,7 @@
|
|||||||
<dt>HelpXMLTagStart</dt> <dd></dd>
|
<dt>HelpXMLTagStart</dt> <dd></dd>
|
||||||
<dt>HelpXMLText</dt> <dd></dd>
|
<dt>HelpXMLText</dt> <dd></dd>
|
||||||
<dt>Hint</dt> <dd></dd>
|
<dt>Hint</dt> <dd></dd>
|
||||||
<dt>HintActive</dt> <dd>The hint element of link which will be followed by <k name="CR"/></dd>
|
<dt>HintActive</dt> <dd>The hint element of link which will be followed by <k name="CR" link="false"/></dd>
|
||||||
<dt>HintElem</dt> <dd>The hintable element</dd>
|
<dt>HintElem</dt> <dd>The hintable element</dd>
|
||||||
<dt>HintImage</dt> <dd>The indicator which floats above hinted images</dd>
|
<dt>HintImage</dt> <dd>The indicator which floats above hinted images</dd>
|
||||||
<dt>Hint[active]</dt> <dd></dd>
|
<dt>Hint[active]</dt> <dd></dd>
|
||||||
|
|||||||
@@ -256,7 +256,7 @@ Hint[active];;* background: rgba(255, 253, 208, .8);
|
|||||||
Hint::after;;* content: attr(text) !important;
|
Hint::after;;* content: attr(text) !important;
|
||||||
HintElem;;* /* The hintable element */ \
|
HintElem;;* /* The hintable element */ \
|
||||||
background-color: yellow !important; color: black !important;
|
background-color: yellow !important; color: black !important;
|
||||||
HintActive;;* /* The hint element of link which will be followed by <k name="CR"/> */ \
|
HintActive;;* /* The hint element of link which will be followed by <k name="CR" link="false"/> */ \
|
||||||
background-color: #88FF00 !important; color: black !important;
|
background-color: #88FF00 !important; color: black !important;
|
||||||
HintImage;;* /* The indicator which floats above hinted images */ \
|
HintImage;;* /* The indicator which floats above hinted images */ \
|
||||||
opacity: .5 !important;
|
opacity: .5 !important;
|
||||||
|
|||||||
@@ -229,7 +229,7 @@
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
Whichever way you choose to indicate your target link, once &dactyl.appName; has
|
Whichever way you choose to indicate your target link, once &dactyl.appName; has
|
||||||
highlighted the link you want, simply hit <k name="CR"/> to open it.
|
highlighted the link you want, simply hit <k name="CR" link="false"/> to open it.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|||||||
Reference in New Issue
Block a user