Git commit 3f1d32923338c28ccc75e6d87d34329f90c29585 by Yuri Chornoivan. Committed on 26/10/2020 at 14:28. Pushed by yurchor into branch 'master'.
Add docs for the 'A plain mouse button resets selection' option M +2 -1 doc-extras/ChangeLog M +5 -0 doc/konfigurator.docbook https://invent.kde.org/utilities/krusader/commit/3f1d32923338c28ccc75e6d87d34329f90c29585 diff --git a/doc-extras/ChangeLog b/doc-extras/ChangeLog index 3f5f6a52..3a96ed15 100644 --- a/doc-extras/ChangeLog +++ b/doc-extras/ChangeLog @@ -16,7 +16,8 @@ Date: 20xx-xx-xx ADDED: Docs on closing viewer tabs with the middle mouse button ADDED: Configurable colors to rename line ADDED: The new option on hiding tab bar in the Viewer/Editor window is documented - + ADDED: The new option "A plain mouse button resets selection" is documented + 2.7.2 ========================= diff --git a/doc/konfigurator.docbook b/doc/konfigurator.docbook index 88a51a1e..eb4b85fe 100644 --- a/doc/konfigurator.docbook +++ b/doc/konfigurator.docbook @@ -710,6 +710,11 @@ immediately</guilabel> </para> </listitem> + <listitem> + <para> + <guilabel>A plain mouse button resets selection</guilabel> - resets selection on a mouse click without modifiers (&ie; &Shift; or &Ctrl;). Selection with &Shift;/&Ctrl; for the mouse button has to be enabled for this setting to work. + </para> + </listitem> </itemizedlist></para> </listitem> </itemizedlist></para>
