summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2011-11-08 20:07:24 +0100
committerFlorent Le Coz <louiz@louiz.org>2011-11-08 20:07:50 +0100
commitf8eb06b68c788eaa880a884a9b4b8797d4573993 (patch)
treefd0d8cd7598ca1df055177bcde791ab482156bbf /doc/en
parenta05c88ffe75e8d97e73a43ab1161b8fdd7329fca (diff)
downloadpoezio-f8eb06b68c788eaa880a884a9b4b8797d4573993.tar.gz
poezio-f8eb06b68c788eaa880a884a9b4b8797d4573993.tar.bz2
poezio-f8eb06b68c788eaa880a884a9b4b8797d4573993.tar.xz
poezio-f8eb06b68c788eaa880a884a9b4b8797d4573993.zip
Describe tab system
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/usage.txt29
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/en/usage.txt b/doc/en/usage.txt
index c77a8076..6f28572f 100644
--- a/doc/en/usage.txt
+++ b/doc/en/usage.txt
@@ -8,6 +8,32 @@ Poezio is composed of tabs which can be of various types. Each tab type has
a distinct interface, list of commands and list of key shortcuts, in addition
to the global commands and key shortcuts.
+Tabs
+----
+On all tabs, you get a line showing the the list of all opened tabs. Each tab has a number, each time you open a new tab, it gets the next available number.
+
+image::../images/tab_bar.png["Example of 5 opened tabs", title="Example of 5 opened tabs"]
+
+The tab numbered _0_ is always the _roster_ tab, the other tabs can be of any type.
+
+The status of a tab is represented by its color:
+
+* *[navy]#blue#* (tab _0_): an inactive tab of any type, nothing new to see there.
+* *[purple]#purple#* (tab _1_): a MultiUserChat tab with at least one new unread message.
+* *[green]#green#* (tab _2_): a tab of a private conversation with a new message to read.
+* *[teal]#cyan#* (tab _3_): the current tab.
+* *[red]#red#* (tab _4_): a MultiUserChat tab with at least one new hightlight message.
+
+You can go from one tab to another in many ways:
+
+* Ctrl+n and Ctrl+p
+* <<command-win, win>> command
+* <<command-next, next>> and <<command-prev, prev>> commands
+* Alt+ a number
+* Alt+j followed by a two-digits number
+* Alt+e, this will jump to the next tab with the highest priority. Priority applies in this order: private message > highlight message > normal message.
+
+
Commands
--------
@@ -47,10 +73,13 @@ These commands work in *any* tab.
*/quit*:: Like /exit.
+[[command-next]]
*/next*:: Go to the next room.
+[[command-prev]]
*/prev*:: Go to the previous room.
+[[command-win]]
*/win <number>*:: Go to the specified room.
*/w <number>*:: Like /win.