[krusader/2.7] /: More documentation on the search bar, new shortcuts

Nikita Melnichenko null at kde.org
Fri Jun 22 08:00:37 UTC 2018


Git commit a30849e7fc8d463cf4f4bf0d08b47ee6c6b0941e by Nikita Melnichenko, on behalf of Yuri Chornoivan.
Committed on 22/06/2018 at 07:55.
Pushed by melnichenko into branch '2.7'.

More documentation on the search bar, new shortcuts

(cherry picked from commit ff58e5c08fb1ef92a8c34848f89a8cb5f3654e3a)

M  +6    -0    doc-extras/ChangeLog
M  +16   -2    doc/basic-functions.docbook
M  +14   -3    doc/keyboard-commands.docbook

https://commits.kde.org/krusader/a30849e7fc8d463cf4f4bf0d08b47ee6c6b0941e

diff --git a/doc-extras/ChangeLog b/doc-extras/ChangeLog
index 3fa411c1..e1207b56 100644
--- a/doc-extras/ChangeLog
+++ b/doc-extras/ChangeLog
@@ -1,6 +1,12 @@
 The Krusader Handbook ChangeLog
 -------------------------------
 
+2.7.x ""
+==========================
+Date: 20??-??-??
+
+ ADDED: More documentation on the search bar, new shortcuts.
+
 2.7.0 "Peace of Mind"
 ==========================
 Date: 2018-05-13
diff --git a/doc/basic-functions.docbook b/doc/basic-functions.docbook
index e67df194..bfeb52e6 100644
--- a/doc/basic-functions.docbook
+++ b/doc/basic-functions.docbook
@@ -127,7 +127,7 @@
       <title>Selecting</title>
       <note>
         <para>&krusader; offers 4
-        <link linkend="selection_modes">Selection Modes</link>, only
+            <link linkend="selection_modes">Selection Modes</link>, to say nothing about the <link linkend="quickselect">Quickselect bar</link>, only
         &krusader;'s Selection Mode is explained
         here.</para>
       </note>
@@ -241,11 +241,25 @@
       that do not have "foo" in names. You can use wildcards for the filtering. ⪚ use "a*b" to
       filter files which have "a" and "b" in their names. The Quickfilter follows the
       <link linkend="konfig-panel-general">case-sensitivity setting</link> of Quicksearch.</para>
-      <para>Pressing &Enter; in Quickfilter mode sets focus to panel, when panel or Quickfilter is focused &Esc; closes Quickfilter.
+      <para>Pressing &Enter; in Quickfilter mode sets focus to panel, when panel or Quickfilter is focused, &Esc; closes Quickfilter.
       </para>
       <para>To change the default shortcut of Quickfilter use <link linkend="key_bindings">Configure Shortcuts</link> window (<menuchoice><guimenu>Settings</guimenu> 
       <guimenuitem>Configure Shortcuts...</guimenuitem></menuchoice>).</para>
     </sect2>
+    <sect2 id="quickselect">
+      <title>Quick select</title>
+      <para>This feature will do a quick select for the file list
+      in the Active Panel.</para>
+      <para>Press <keycombo>&Ctrl;&Shift;<keycap>S</keycap></keycombo> to open Quickselect bar.
+      Type <keycap>foo</keycap> (one character) to filter out from the Active Panel all the files
+      that do not have "foo" in names. You can use wildcards for the filtering. ⪚ use "a*b" to
+      filter files which have "a" and "b" in their names. The Quickselect follows the
+      <link linkend="konfig-panel-general">case-sensitivity setting</link> of Quicksearch.</para>
+      <para>Pressing &Enter; in Quickselect mode sets focus to panel, when panel or Quickselect is focused, &Esc; closes Quickselect.
+      </para>
+      <para>To change the default shortcut of Quickselect use <link linkend="key_bindings">Configure Shortcuts</link> window (<menuchoice><guimenu>Settings</guimenu> 
+      <guimenuitem>Configure Shortcuts...</guimenuitem></menuchoice>).</para>
+    </sect2>
     <sect2 id="context-menu">
       <title>Context Menu</title>
       <para>&krusader; has many Context menus that allow
diff --git a/doc/keyboard-commands.docbook b/doc/keyboard-commands.docbook
index c14859c5..a8b832ed 100644
--- a/doc/keyboard-commands.docbook
+++ b/doc/keyboard-commands.docbook
@@ -713,8 +713,7 @@
               </para>
             </entry>
             <entry>
-              <para>Toggle between normal and full screen 
-              <link linkend="termemu">embedded terminal</link>.</para>
+              <para>Open <link linkend="quicksearch">Quicksearch bar</link>.</para>
             </entry>
           </row>
           <row>
@@ -738,7 +737,7 @@
               </para>
             </entry>
             <entry>
-              <para>Open QuickFilter bar.</para>
+              <para>Open <link linkend="quickfilter">QuickFilter bar</link>.</para>
             </entry>
           </row>
           <row>
@@ -1156,6 +1155,18 @@
               <para>Move current <link linkend="folder-tabs">tab</link> to other side of the window.</para>
             </entry>
           </row>
+          <row>
+            <entry>
+              <para>
+                <keycombo action="simul">
+                &Ctrl;&Shift;
+                <keycap>S</keycap></keycombo>
+              </para>
+            </entry>
+            <entry>
+              <para>Open <link linkend="quickselect">Quickselect bar</link>.</para>
+            </entry>
+          </row>
           <row>
             <entry>
               <para>



More information about the kde-doc-english mailing list