[gnome-commander] Updated docs



commit bae0c1ccf86c5668a67274d8003b90d5170b91a0
Author: Piotr Eljasiak <epiotr src gnome org>
Date:   Sun Jun 6 21:17:20 2010 +0200

    Updated docs

 NEWS                      |    6 +++++-
 TODO                      |    1 -
 doc/C/gnome-commander.xml |   39 ++++++++++++++++++++++++++++++++++++++-
 doc/keys.txt              |    5 +++++
 4 files changed, 48 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 5ac2f18..db02c93 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,7 @@ Bug fixes:
  * Fixed Ubuntu problem #117226 (bookmarks unification)
 
 New features:
+ * Support for tabs
  * Revamped bookmarks dialog
  * Revamped file properties dialog
  * One instance mode
@@ -14,7 +15,10 @@ New features:
  * New or updated docs: de, en, es, fr, sl
  * New or updated translations: da, es, eu, fr, hu, pl, ro, ru, sl, uk, zh_CN
  * New key bindings:
-      ...            ...
+      CTRL+T         Open directory in a new tab (replaces the old Multi-Rename-Tool binding)
+      CTRL+W         Close current tab
+      CTRL+TAB       Switch to the next tab
+      CTRL+SHIFT+TAB Switch to the previous tab
 
 
 ===================================
diff --git a/TODO b/TODO
index d83bce5..549db0a 100644
--- a/TODO
+++ b/TODO
@@ -39,7 +39,6 @@
 * 'Directory Tree' with ALT+F10
 * Brief file listing (see mc)
 * Thumbnail listing mode
-* Panel tabs for the file lists (Bugzilla request #392932)
 * 'Subdirectory View' - showing contents of a given dir and all its
   subdirs in one file list. It gives the possibility of mass operation
   like: copy/move/rename/delete for all subdirs files. _Very_ handy.
diff --git a/doc/C/gnome-commander.xml b/doc/C/gnome-commander.xml
index 209cbd7..11a8060 100644
--- a/doc/C/gnome-commander.xml
+++ b/doc/C/gnome-commander.xml
@@ -5372,6 +5372,31 @@
             <entry><para></para></entry>
         </row>
         <row valign="top">
+            <entry><keycombo><keycap>CTRL</keycap><keycap>T</keycap></keycombo></entry>
+            <entry><para>Open directory in a new tab</para></entry>
+            <entry><para>yes</para></entry>
+        </row>
+        <row valign="top">
+            <entry><keycombo><keycap>CTRL</keycap><keycap>W</keycap></keycombo></entry>
+            <entry><para>Close current tab</para></entry>
+            <entry><para>yes</para></entry>
+        </row>
+        <row valign="top">
+            <entry><keycombo><keycap>CTRL</keycap><keycap>TAB</keycap></keycombo></entry>
+            <entry><para>Switch to the next tab</para></entry>
+            <entry><para></para></entry>
+        </row>
+        <row valign="top">
+            <entry><keycombo><keycap>CTRL</keycap><keycap>SHIFT</keycap><keycap>TAB</keycap></keycombo></entry>
+            <entry><para>Switch to the previous tab</para></entry>
+            <entry><para></para></entry>
+        </row>
+        <row valign="top">
+            <entry><para></para></entry>
+            <entry><para></para></entry>
+            <entry><para></para></entry>
+        </row>
+        <row valign="top">
             <entry><keycombo><keycap>CTRL</keycap><keycap>R</keycap></keycombo></entry>
             <entry><para>Refresh the active file list</para></entry>
             <entry><para>yes</para></entry>
@@ -6960,6 +6985,9 @@
                 <para>
                     <itemizedlist>
                         <listitem>
+                            <para>Support for tabs</para>
+                        </listitem>
+                        <listitem>
                             <para>Revamped bookmarks dialog</para>
                         </listitem>
                         <listitem>
@@ -6981,7 +7009,16 @@
                             <para>New key bindings:</para>
                             <itemizedlist>
                                 <listitem>
-                                    <para><keycombo><keycap>...</keycap><keycap>...</keycap></keycombo>   ...</para>
+                                    <para><keycombo><keycap>CTRL</keycap><keycap>T</keycap></keycombo>   Open directory in a new tab (replaces the old Multi-Rename-Tool binding)</para>
+                                </listitem>
+                                <listitem>
+                                    <para><keycombo><keycap>CTRL</keycap><keycap>W</keycap></keycombo>   Close current tab</para>
+                                </listitem>
+                                <listitem>
+                                    <para><keycombo><keycap>CTRL</keycap><keycap>TAB</keycap></keycombo>   Switch to the next tab</para>
+                                </listitem>
+                                <listitem>
+                                    <para><keycombo><keycap>CTRL</keycap><keycap>SHIFT</keycap><keycap>TAB</keycap></keycombo>   Switch to the previous tab</para>
                                 </listitem>
                             </itemizedlist>
                         </listitem>
diff --git a/doc/keys.txt b/doc/keys.txt
index 561c446..8301a51 100644
--- a/doc/keys.txt
+++ b/doc/keys.txt
@@ -99,6 +99,11 @@ CTRL+SHIFT+.    Copy the current working directory from the active file list
 CTRL+LEFT/RIGHT Copy the current working directory from the active file list
                 to the inactive one
 
+CTRL+T          Open directory in a new tab
+CTRL+W          Close current tab
+CTRL+TAB        Switch to the next tab
+CTRL+SHIFT+TAB  Switch to the previous tab
+
 CTRL+R          Refresh the active file list
 CTRL+O          Options dialog
 CTRL+SHIFT+H    Toggle hidden files on/off



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]