From 1c29b39a6e882a7e5dd262ed1f5602740bcdd199 Mon Sep 17 00:00:00 2001 From: mathieui Date: Thu, 26 Jul 2012 12:57:42 +0200 Subject: 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. --- doc/en/usage.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') 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 *:: 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. -- cgit v1.2.3