diff options
author | Štěpán Němec <stepnem@gmail.com> | 2011-01-31 17:27:10 +0100 |
---|---|---|
committer | Štěpán Němec <stepnem@gmail.com> | 2011-01-31 17:27:10 +0100 |
commit | 7ad4dd75c3e1e02822645c18beec3c044831c358 (patch) | |
tree | ec53e5e8caf4da8b72d50ce5435441c2ec8c391a /common/locale/en-US/various.xml | |
parent | 243921aec6e2c568feca3126a5082a501de90bac (diff) | |
download | pentadactyl-7ad4dd75c3e1e02822645c18beec3c044831c358.tar.gz |
Attempt to clarify the :h :feedkeys clarification.
Diffstat (limited to 'common/locale/en-US/various.xml')
-rw-r--r-- | common/locale/en-US/various.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/common/locale/en-US/various.xml b/common/locale/en-US/various.xml index c2eba72c..d79df173 100644 --- a/common/locale/en-US/various.xml +++ b/common/locale/en-US/various.xml @@ -35,7 +35,11 @@ <tags>:fk :feedkeys</tags> <spec>feedkeys<oa>!</oa> <a>keys</a></spec> <description> - <p>Fake key events. If <oa>!</oa> is given then recursive mappings are not allowed.</p> + <p> + Fake key events. If <oa>!</oa> is given, key remappings are + ignored, similarly to the <t>:map</t> command's <em>-builtin</em> + option. + </p> <dl> <dt>-mode</dt> <dd>The mode in which to feed the keys (short name <em>-m</em>)</dd> |