mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-31 21:22:27 +01:00
Add :feedkeys (perhaps to replace :normal?)
This commit is contained in:
@@ -255,6 +255,7 @@ This file contains a list of all available commands, mappings and options.
|
||||
<dt><ex>:extensions</ex></dt> <dd>List all installed extensions</dd>
|
||||
<dt><ex>:extoptions</ex></dt> <dd>Open an extension's preference dialog</dd>
|
||||
<dt><ex>:extupdate</ex></dt> <dd>Update an extension</dd>
|
||||
<dt><ex>:feedkeys</ex></dt> <dd>Fake key events</dd>
|
||||
<dt><ex>:finish</ex></dt> <dd>Stop sourcing a script file</dd>
|
||||
<dt><ex>:forward</ex></dt> <dd>Go forward in the browser history</dd>
|
||||
<dt><ex>:frameonly</ex></dt> <dd>Show only the current frame's page</dd>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user