Git commit aff6663e1bbd918a8f82ad5aed050794bfc4f8a6 by Yuri Chornoivan. Committed on 16/06/2019 at 05:06. Pushed by yurchor into branch 'master'.
Document the new shortcuts to move tabs M +3 -0 doc-extras/ChangeLog M +26 -0 doc/keyboard-commands.docbook https://commits.kde.org/krusader/aff6663e1bbd918a8f82ad5aed050794bfc4f8a6 diff --git a/doc-extras/ChangeLog b/doc-extras/ChangeLog index 4dc5c823..cd9d9d13 100644 --- a/doc-extras/ChangeLog +++ b/doc-extras/ChangeLog @@ -7,6 +7,9 @@ Date: 20xx-xx-xx CHANGED: Rename SVNNEWS into NEWS in docs FIXED: Updated links and used https:// where appropriate + CHANGED: Remove installation.docbook because in the majority of the cases, users + install krusader as available in their distribution + Changed: Add documentation on the new options to move tabs left or right 2.7.1 "Peace of Mind" ========================== diff --git a/doc/keyboard-commands.docbook b/doc/keyboard-commands.docbook index 153d8b5a..87ec952f 100644 --- a/doc/keyboard-commands.docbook +++ b/doc/keyboard-commands.docbook @@ -1235,6 +1235,32 @@ not.</para> </entry> </row> + <row> + <entry> + <para> + <keycombo action="simul"> + &Ctrl;&Shift; + <keycap>PageUp</keycap></keycombo> + </para> + </entry> + <entry> + <para> + Move current tab to the left.</para> + </entry> + </row> + <row> + <entry> + <para> + <keycombo action="simul"> + &Ctrl;&Shift; + <keycap>PageDown</keycap></keycombo> + </para> + </entry> + <entry> + <para> + Move current tab to the right.</para> + </entry> + </row> </tbody> </tgroup> </informaltable>
