1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-03 15:05:46 +01:00

Add <Pass> pseudo-key.

--HG--
extra : rebase_source : e1d27c1fd04a598a25cd0c0c8c266834e80b2320
This commit is contained in:
Kris Maglione
2011-02-20 18:05:45 -05:00
parent db14f13353
commit 211091d79d
4 changed files with 55 additions and 23 deletions

View File

@@ -352,7 +352,7 @@
<item>
<tags><![CDATA[<Nop>]]></tags>
<strut/>
<spec>&lt;Nop></spec>
<spec><![CDATA[<Nop>]]></spec>
<description>
<p>
Do nothing. This pseudo-key is useful for disabling a
@@ -363,10 +363,20 @@
</description>
</item>
<item>
<tags><![CDATA[<Pass>]]></tags>
<spec><![CDATA[<Pass>]]></spec>
<description short="true">
<p>
Pass the events consumed by the last executed mapping through to &dactyl.host;.
</p>
</description>
</item>
<item>
<tags><![CDATA[<CR> map_return]]></tags>
<strut/>
<spec>&lt;CR></spec>
<spec><![CDATA[<CR>]]></spec>
<description>
<p>
Expand to a line terminator in a key mapping. An Ex command in the <a>rhs</a> of a
@@ -379,7 +389,7 @@
<item>
<tags><![CDATA[<Leader> \]]></tags>
<strut/>
<spec>&lt;Leader></spec>
<spec><![CDATA[<Leader>]]></spec>
<description>
<p>
A pseudo-key which expands to the value of the <o>mapleader</o>