diff options
author | Kris Maglione <maglione.k@gmail.com> | 2012-02-29 03:56:04 -0500 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2012-02-29 03:56:04 -0500 |
commit | bf8c86c7f485030fa8761d9b15e6af8617061ffc (patch) | |
tree | 72b54ce317af81fac2a1c92c4f3fca7dbecd843c /common/locale/en-US | |
parent | 8ce3f44d06c1f3379336ffd429568e630be415da (diff) | |
download | pentadactyl-bf8c86c7f485030fa8761d9b15e6af8617061ffc.tar.gz |
Add note about <Leader>. Will it stop the emails? Hah! Not in this lifetime...
Diffstat (limited to 'common/locale/en-US')
-rw-r--r-- | common/locale/en-US/map.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/common/locale/en-US/map.xml b/common/locale/en-US/map.xml index 39e81cbc..4f21a5bd 100644 --- a/common/locale/en-US/map.xml +++ b/common/locale/en-US/map.xml @@ -373,6 +373,33 @@ </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> <description short="true"> |