Git commit 71b43921e3236c250cc49b8b6ba5e9f47257b599 by Yuri Chornoivan, on behalf of Alexander Bikadorov. Committed on 09/10/2024 at 18:51. Pushed by abikadorov into branch 'master'.
Documentation: Add global shortcut entry to key binding section of handbook M +2 -0 doc/handbook/index.docbook M +23 -0 doc/handbook/keyboard-commands.docbook https://invent.kde.org/utilities/krusader/-/commit/71b43921e3236c250cc49b8b6ba5e9f47257b599 diff --git a/doc/handbook/index.docbook b/doc/handbook/index.docbook index 4a7e8e33a..8ace7c548 100644 --- a/doc/handbook/index.docbook +++ b/doc/handbook/index.docbook @@ -317,6 +317,8 @@ <year>2020</year> <year>2021</year> <year>2022</year> + <year>2023</year> + <year>2024</year> <holder>Krusader Krew</holder> </copyright> <legalnotice> diff --git a/doc/handbook/keyboard-commands.docbook b/doc/handbook/keyboard-commands.docbook index 278fc79bd..d20d518ee 100644 --- a/doc/handbook/keyboard-commands.docbook +++ b/doc/handbook/keyboard-commands.docbook @@ -1962,6 +1962,29 @@ </tbody> </tgroup> </informaltable> + <!-- GLOBAL SHORTCUTS --> + <para> + <emphasis role="bold">Default Global Shortcuts</emphasis> + </para> + <para>Global shortcuts are registered in KDE Plasma and can be activated even when Krusader is + not the current activated application.</para> + <informaltable> + <tgroup cols="2"> + <tbody> + <row> + <entry> + <para> + <keycombo action="simul">&Meta; + <keycap>K</keycap></keycombo> + </para> + </entry> + <entry> + <para>Bring main window to top.</para> + </entry> + </row> + </tbody> + </tgroup> + </informaltable> <!-- OTHER KEYS URLs --> <itemizedlist> <title>Other Key-bindings</title>