Git commit aa0d28357ded90db3c2fc05566d1039ebce5aeac by Yuri Chornoivan. Committed on 21/08/2022 at 08:48. Pushed by yurchor into branch 'master'.
Documented the new active tab duplication mode selector M +1 -0 doc-extras/ChangeLog M +2 -2 doc/index.docbook M +4 -0 doc/konfigurator.docbook https://invent.kde.org/utilities/krusader/commit/aa0d28357ded90db3c2fc05566d1039ebce5aeac diff --git a/doc-extras/ChangeLog b/doc-extras/ChangeLog index e8359cf4..d5eff4a4 100644 --- a/doc-extras/ChangeLog +++ b/doc-extras/ChangeLog @@ -22,6 +22,7 @@ Date: 20xx-xx-xx ADDED: Initial help in order to customize the embedded terminal of Krusader is documented ADDED: Documented that now new tabs start in current folder ADDED: Documented that new tabs can be inserted next to the current tab or at the end of the tab list + ADDED: Documented the new active tab duplication mode selector 2.7.2 diff --git a/doc/index.docbook b/doc/index.docbook index dd61b7ed..8d6d22ec 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -327,8 +327,8 @@ Back-Cover Texts. A copy of the license is included in the &krusader; sources.</para> </legalnotice> - <date>2019-08-25</date> - <releaseinfo>2.7.2</releaseinfo> + <date>2022-08-21</date> + <releaseinfo>2.8.0</releaseinfo> <abstract> <para>&krusader; is an advanced, twin-panel (commander-style) file-manager for Plasma and other desktops in diff --git a/doc/konfigurator.docbook b/doc/konfigurator.docbook index 3dc73f91..0308b46d 100644 --- a/doc/konfigurator.docbook +++ b/doc/konfigurator.docbook @@ -249,6 +249,10 @@ <guilabel>Insert tabs after current</guilabel>: If checked, &krusader; inserts new tabs to the right of the current one instead of placing them into the end of the <link linkend="folder-tabs">Tab bar</link>.</para> </listitem> + <listitem> + <para> + <guilabel>Duplicate active tab by click</guilabel>: Lets you select the active tab duplication mode (<guimenuitem>Disabled</guimenuitem> (no clicking association), <guimenuitem>Alt+Click</guimenuitem> or <guimenuitem>Ctrl+Click</guimenuitem>).</para> + </listitem> <listitem> <para> <guilabel>Tab Bar position</guilabel>: Lets you choose <link linkend="folder-tabs">Tab bar</link> position (<guimenuitem>Bottom</guimenuitem> or <guimenuitem>Top</guimenuitem>).</para>
