diff options
author | mathieui <mathieui@mathieui.net> | 2015-03-04 20:02:37 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2015-03-04 20:02:37 +0100 |
commit | 28ee08cc2d1399e4a5090f8628073f0f61131d44 (patch) | |
tree | 7f8c44786d4469e2b05e17a80b3216f7347072c3 /doc | |
parent | 627d32df80d65d846bd12cef898c4eac10d11b69 (diff) | |
download | poezio-28ee08cc2d1399e4a5090f8628073f0f61131d44.tar.gz poezio-28ee08cc2d1399e4a5090f8628073f0f61131d44.tar.bz2 poezio-28ee08cc2d1399e4a5090f8628073f0f61131d44.tar.xz poezio-28ee08cc2d1399e4a5090f8628073f0f61131d44.zip |
Update the documentation for roster keys
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/keys.rst | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/doc/source/keys.rst b/doc/source/keys.rst index c590fffb..ac4428e5 100644 --- a/doc/source/keys.rst +++ b/doc/source/keys.rst @@ -182,21 +182,31 @@ These keys work only in the Roster tab (the tab number 0). **Ctrl-c**: Cancel the input (search or command) -.. note:: The following will not work if you can still write things in the - input (meaning you previously typed ``s`` or ``/``) +**Enter** on a contact/resource: open a chat tab with this contact/resource -**Space**: Fold/Unfold the current item. +**Enter** on a group: fold/unfold that group **Up**: Move the cursor down one contact. **Down**: Move the cursor up one contact. -**o**: Show the offline contacts. - **PageUp**: Scroll a page of contacts up. **PageDown**: Scroll a page of contacts down. +.. note:: The following will not work if you can still write things in the + input (meaning you previously typed ``s`` or ``/``) + +**Space**: Fold/Unfold the current item. + +**o**: Show the offline contacts. + +During a search +""""""""""""""" + +**Enter**: end the search while keeping the selected contact under the cursor +(tip: press **Enter** a second time to open a chat window) + .. _forms-keys: Data Forms tab keys |