diff options
author | mathieui <mathieui@mathieui.net> | 2011-11-08 12:45:05 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2011-11-08 12:45:05 +0100 |
commit | fa94e7fbe668b88b20316f6d0900d5321aeb9a70 (patch) | |
tree | ad8d350fc7e52d0d0e48612d182398254a6534e2 /doc | |
parent | 2b74ebcb724d911fae6a9faa177950e5c3ddf386 (diff) | |
download | poezio-fa94e7fbe668b88b20316f6d0900d5321aeb9a70.tar.gz poezio-fa94e7fbe668b88b20316f6d0900d5321aeb9a70.tar.bz2 poezio-fa94e7fbe668b88b20316f6d0900d5321aeb9a70.tar.xz poezio-fa94e7fbe668b88b20316f6d0900d5321aeb9a70.zip |
Doc: Key bindings - Fixed PgUp/Down
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en/keys.txt | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/doc/en/keys.txt b/doc/en/keys.txt index e7da0b0e..b49540bc 100644 --- a/doc/en/keys.txt +++ b/doc/en/keys.txt @@ -37,10 +37,6 @@ These keys work in *any* tab. *Ctrl-l*:: Refresh the screen. -*PageUp*:: Scroll a page up. - -*PageDown*:: Scroll a page down. - Input keys ~~~~~~~~~~ These keys concern only the inputs. @@ -65,6 +61,10 @@ These keys work in any conversation tab (MultiUserChat, Private or Conversation *Alt-v*:: Move the separator at the bottom of the tab. +*PageUp*:: Scroll a page of messages up. + +*PageDown*:: Scroll a page of messages down. + MultiUserChat tab input keys ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -76,7 +76,6 @@ These keys work only in the MultiUserChat tab. *tabulation*:: Complete a nick. - MultiUserChat List tab input keys ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ These keys work only in the MultiUserChat List tab (obtained with /list <server>). @@ -91,6 +90,9 @@ These keys work only in the MultiUserChat List tab (obtained with /list <server> *Ctrl-M*:: Join the MultiUserChat currently selected (same as "j"). +*PageUp*:: Scroll a page of chats up. + +*PageDown*:: Scroll a page of messages down. Roster tab input keys ~~~~~~~~~~~~~~~~~~~~~ @@ -116,6 +118,11 @@ The following will not work if you can still write things in the input *o*:: Show the offline contacts. +*PageUp*:: Scroll a page of contacts up. + +*PageDown*:: Scroll a page of contacts down. + + Key configuration ----------------- Bindings are keyboard shortcut aliases. You can use them |