1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-04 18:04:12 +01:00

Add/fix some <k> tags' link attributes.

This commit is contained in:
Štěpán Němec
2011-10-20 12:36:03 +02:00
parent 82772225f9
commit 2b3a8a1e53
9 changed files with 13 additions and 13 deletions

View File

@@ -37,10 +37,10 @@
For instance,
</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_&lt;Tab>"/></code>
<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_&lt;Tab"/></tt>” to be typed out
whenever <k name="F2" link="false"/> is pressed, providing a way to toggle
a tab-completed named user style.
</p>