From ac6adbf21b71985579b81e14712ded85bf3743f2 Mon Sep 17 00:00:00 2001 From: mathieui Date: Tue, 20 Feb 2018 21:52:55 +0100 Subject: Update documentation (& formatting) - nick colors are not random by default - /close is a useful command --- doc/source/usage.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/source/usage.rst b/doc/source/usage.rst index 53387325..86936d03 100644 --- a/doc/source/usage.rst +++ b/doc/source/usage.rst @@ -81,13 +81,14 @@ The status of a tab is represented by its color: You can go from one tab to another in many ways: -* ``Ctrl+n`` and ``Ctrl+p`` +* ``Ctrl+n`` (next tab) and ``Ctrl+p`` (previous tab) * :term:`/win` command * :term:`/next` and :term:`/prev` commands -* ``Alt`` + a number -* ``Alt+j`` followed by a two-digits number +* ``Alt`` + a number (to go to the tab with that number) +* ``Alt+j`` followed by a two-digits number (same) * ``Alt+e``, this will jump to the next tab with the highest priority. Priority applies in this order: private message > highlight message > normal message. +* :term:`/close` command to close a tab and go back to the previous one .. _rostertab: @@ -163,7 +164,7 @@ This tab contains a multi-user conversation. - **Blue**: participant - **Grey**: visitor - The nicks have a random color given by poezio (which can be changed with :term:`/recolor`) + The nicks have a fixed color assigned using XEP-0392_. #. Your information in that chatroom (the name of the room, your nick, your role and affiliation). @@ -278,3 +279,4 @@ have autojoin set to True. :alt: Bookmarks tab screenshot .. _XEP-0070: https://xmpp.org/extensions/xep-0070.html +.. _XEP-0392: https://xmpp.org/extensions/xep-0392.html -- cgit v1.2.3