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:
@@ -352,7 +352,7 @@
|
||||
<item>
|
||||
<tags><![CDATA[<Nop>]]></tags>
|
||||
<strut/>
|
||||
<spec><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><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><Leader></spec>
|
||||
<spec><![CDATA[<Leader>]]></spec>
|
||||
<description>
|
||||
<p>
|
||||
A pseudo-key which expands to the value of the <o>mapleader</o>
|
||||
|
||||
Reference in New Issue
Block a user