mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 16:34:14 +01:00
Add missing docs and make 'showmode' a stringlist like 'passunknown' rather than a regexplist.
This commit is contained in:
@@ -1143,6 +1143,21 @@
|
||||
</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<tags>'pu' 'passunknown'</tags>
|
||||
<spec>'passunknown' 'pu'</spec>
|
||||
<type>&option.showmode.type;</type>
|
||||
<default>&option.showmode.default;</default>
|
||||
<description>
|
||||
<p>
|
||||
Pass unknown keys through to &dactyl.host; in these
|
||||
<t>modes</t>. The first element matching a currently
|
||||
active mode is the one that takes effect. Modes may be
|
||||
negated by prefixing them with a <tt>!</tt>.
|
||||
</p>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<tags>'pps' 'popups'</tags>
|
||||
<spec>'popups' 'pps'</spec>
|
||||
@@ -1330,13 +1345,17 @@
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<tags>'nosmd' 'noshowmode'</tags>
|
||||
<tags>'smd' 'showmode'</tags>
|
||||
<spec>'showmode' 'smd'</spec>
|
||||
<type>&option.showmode.type;</type>
|
||||
<default>&option.showmode.default;</default>
|
||||
<description>
|
||||
<p>Show the current mode in the command line if it matches this expression.</p>
|
||||
<p>
|
||||
Show the current mode in the command line if it or any
|
||||
of its parent <t>modes</t> is included in the list.
|
||||
Modes may be negated by prefixing them with a
|
||||
<tt>!</tt>.
|
||||
</p>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user