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