1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-29 11:22:27 +01:00

Add note about <Leader>. Will it stop the emails? Hah! Not in this lifetime...

This commit is contained in:
Kris Maglione
2012-02-29 03:56:04 -05:00
parent 8ce3f44d06
commit bf8c86c7f4

View File

@@ -372,6 +372,33 @@
</description>
</item>
<item>
<tags><![CDATA[<Leader>]]></tags>
<strut/>
<spec><![CDATA[<Leader>]]></spec>
<description>
<p>
An arbitrary and meaningless key that some people seem
attached to. The <k>\</k> key will, by default, emit
this pseudo-key so that it can be used at the start of
other mappings. Note, however, that there is nothing
special about it and any key can be mapped to emit any
other arbitrary pseudo-key in the same way.
</p>
<code><ex>:map , <k name="Leader"/></ex>
<ex>:map ; <k name="AwesomestLeaderEver"/></ex>
<ex>:map <k name="Leader"/>k <key>-js</key> doStuff()</ex>
<ex>:map <k name="AwesomestLeaderEver"/>k <key>-js</key> doOtherReallyNiftyStuff()</ex></code>
<p>
Needless to say this behavior is considered childish and
discouraged.
</p>
</description>
</item>
<item>
<tags><![CDATA[<Pass>]]></tags>
<spec><![CDATA[<Pass>]]></spec>