1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-31 02:32:29 +01:00

Add :feedkeys (perhaps to replace :normal?)

This commit is contained in:
Kris Maglione
2010-12-22 19:54:00 -05:00
parent c65758864d
commit 06936c88ea
6 changed files with 127 additions and 81 deletions

View File

@@ -23,14 +23,26 @@
arguments. These context names may be used to tune the function of
the completion system via options like <o>autocomplete</o> and
<o>wildcase</o>. Note that completion must be triggered in order
for this command to be effective, so if autocompletion is not
for this command to be effective, so if auto-completion is not
active, you'll need to press the <k name="Tab" mode="c"/> key at
least once. You should also be aware that this command is only
useful from the commandline.
useful from the command line.
</p>
</description>
</item>
<item>
<tags>:fk :feedkeys</tags>
<spec>feedkeys<oa>!</oa></spec>
<description>
<p>Fake key events.</p>
<dl>
<dt>-mode</dt> <dd>The in which to feed the keys (short name: <em>-m</em>)</dd>
</dl>
</description>
</item>
<item>
<tags>:norm :normal</tags>
<spec>:norm<oa>al</oa><oa>!</oa> <a>keys</a></spec>