Git commit 51feb1aa32354bad728cb84f7031adb0228f2f38 by Yuri Chornoivan. Committed on 16/04/2021 at 06:31. Pushed by yurchor into branch 'master'.
Add a condition to use the Terminal shortcut BUG: 435791 M +1 -0 doc-extras/ChangeLog M +2 -1 doc/keyboard-commands.docbook https://invent.kde.org/utilities/krusader/commit/51feb1aa32354bad728cb84f7031adb0228f2f38 diff --git a/doc-extras/ChangeLog b/doc-extras/ChangeLog index 471aaa16..44e0dc16 100644 --- a/doc-extras/ChangeLog +++ b/doc-extras/ChangeLog @@ -18,6 +18,7 @@ Date: 20xx-xx-xx 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 ADDED: The new "Panel" page options "Expanding tabs", "Close tab by double click", "Show close tab buttons", "Show new tab button" are documented + FIXED: Bug #435791 2.7.2 diff --git a/doc/keyboard-commands.docbook b/doc/keyboard-commands.docbook index 5658905f..35263011 100644 --- a/doc/keyboard-commands.docbook +++ b/doc/keyboard-commands.docbook @@ -38,7 +38,8 @@ desired directory. After <keycombo action="simul">&Ctrl;&Down;</keycombo> you are in the <link linkend="termemu">Terminal emulator</link> and you can type any command you - desire. Use <keycombo action="simul">&Ctrl;&Up;</keycombo> + desire, provided that the <link linkend="konfig-startup">terminal is shown</link>. + Use <keycombo action="simul">&Ctrl;&Up;</keycombo> to jump back to the active panel. If you want to jump to a file or directory that starts with <literal>f</literal>, then simply press <keycap>f</keycap> on the keyboard to use the
