Git commit fdf8cedaf2a0d74e6667f983cedd80c008c66bf5 by Yuri Chornoivan. Committed on 25/04/2021 at 13:36. Pushed by yurchor into branch 'master'.
Add docs about Konsole layouts M +21 -2 doc/manual/index.docbook https://invent.kde.org/utilities/konsole/commit/fdf8cedaf2a0d74e6667f983cedd80c008c66bf5 diff --git a/doc/manual/index.docbook b/doc/manual/index.docbook index ddb588ec..47325871 100644 --- a/doc/manual/index.docbook +++ b/doc/manual/index.docbook @@ -52,8 +52,8 @@ <legalnotice>&FDLNotice;</legalnotice> -<date>2020-09-16</date> -<releaseinfo>Applications 20.12</releaseinfo> +<date>2021-04-25</date> +<releaseinfo>Applications 21.08</releaseinfo> <abstract><para>&konsole; is &kde;'s terminal emulator.</para></abstract> @@ -736,6 +736,25 @@ separate window</action> </para></listitem> </varlistentry> +<varlistentry> +<term><menuchoice> +<guimenu>View</guimenu><guimenuitem>Save tab layout to file</guimenuitem></menuchoice> +</term> +<listitem><para><action>Allows you to save the tab layout of the current view in a specialized +&konsole; layout file which can then be loaded to restore one of your favorite layouts.</action> +</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>View</guimenu><guimenuitem>Load tab layout from file</guimenuitem></menuchoice> +</term> +<listitem><para><action>Allows you to load one of your favorite view layouts from the layout file that + has been saved using the <menuchoice><guimenu>View</guimenu><guimenuitem>Save tab layout to file</guimenuitem></menuchoice> +menu item earlier.</action> The default layouts (2x2, 2x1, and 1x2) can be loaded via toolbar. +</para></listitem> +</varlistentry> + <varlistentry> <term><menuchoice> <shortcut><keycombo action="simul">&Ctrl;&Shift;<keycap>I</keycap></keycombo></shortcut>
