diff options
author | mathieui <mathieui@mathieui.net> | 2012-07-26 12:57:42 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2012-07-26 12:57:42 +0200 |
commit | 1c29b39a6e882a7e5dd262ed1f5602740bcdd199 (patch) | |
tree | 0d2951fa794215363b32c4c33ba08c0827d2fd46 /doc/en/usage.txt | |
parent | d8623d1c509e8f90234d239e61bb0e8bd93851e6 (diff) | |
download | poezio-1c29b39a6e882a7e5dd262ed1f5602740bcdd199.tar.gz poezio-1c29b39a6e882a7e5dd262ed1f5602740bcdd199.tar.bz2 poezio-1c29b39a6e882a7e5dd262ed1f5602740bcdd199.tar.xz poezio-1c29b39a6e882a7e5dd262ed1f5602740bcdd199.zip |
Add a /runkey command
This allows the user to run the action defined on a key without having
to press that key. The completion completes all the available keys that
will have an effect.
Diffstat (limited to 'doc/en/usage.txt')
-rw-r--r-- | doc/en/usage.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/en/usage.txt b/doc/en/usage.txt index c6d7359a..1758308c 100644 --- a/doc/en/usage.txt +++ b/doc/en/usage.txt @@ -318,6 +318,9 @@ These commands work in *any* tab. "/bind ^H KEY_UP" makes Control + h behave the same way as the Up key. See the link:keys.html[key bindings documentation page] for more details. + */runkey <key>*:: Execute the action defined for _key_. For example, + "/runkey KEY_PPAGE" will scroll up, or "/runkey ^N" will go to the next tab. + NOTE: The following command will work everywhere, except in the Roster tab. */close*:: Close the tab. |