Git commit 2ab9de1d6bc234cbc558edcdc21e301ad5075bbe by Davide Gianforte. Committed on 01/05/2020 at 22:48. Pushed by gengisdave into branch 'master'.
Update documentation for file deletion Update the documentation to the correct file deletion shortcuts. Ctrl+Del does always the alternate delete from F8/Del. FIXED: [ 280020 ] No info about alternate deletion shortcut BUG: 280020 Differential Revision: https://phabricator.kde.org/D29350 M +4 -2 doc/basic-functions.docbook M +2 -2 doc/keyboard-commands.docbook https://commits.kde.org/krusader/2ab9de1d6bc234cbc558edcdc21e301ad5075bbe diff --git a/doc/basic-functions.docbook b/doc/basic-functions.docbook index 58d75941..cb59f6b1 100644 --- a/doc/basic-functions.docbook +++ b/doc/basic-functions.docbook @@ -395,7 +395,7 @@ You can open the &plasma; Trash with the Trash icon in the <link linkend="main_toolbar">Main Toolbar</link> or with the <filename>trash:/</filename> KIO slave. Physically &plasma; Trash is located in <filename>~/.local/share/Trash/</filename> or <filename>Trash</filename> in the subdirectory in user home directory which can be determined using the <userinput>qtpaths --paths GenericDataLocation</userinput> command. - <keycombo action="simul">&Shift; + <keycombo action="simul">&Ctrl; <keycap>Delete</keycap></keycombo> will delete the file permanently. A dialog will ask for your confirmation and will warn you when deleting non-empty directories. Of course only @@ -404,7 +404,9 @@ you do not wish to see the confirmation dialogs, you can disable them in the <link linkend="konfig-advanced">Konfigurator advanced - page</link>.</para> + page</link>. If you set to delete permanently files in the <link linkend="konfig-general">Konfigurator general + page</link>, <keycap>F8</keycap> or <keycap>Delete</keycap> will permanently delete files, + while <keycombo action="simul">&Ctrl; <keycap>Delete</keycap></keycombo> will move them to &plasma; Trash.</para> </sect2> <sect2 id="shred"> <title>Shred Files</title> diff --git a/doc/keyboard-commands.docbook b/doc/keyboard-commands.docbook index 46c7af53..f67ad4a2 100644 --- a/doc/keyboard-commands.docbook +++ b/doc/keyboard-commands.docbook @@ -1540,13 +1540,13 @@ <row> <entry> <para> - <keycombo action="simul">&Shift; + <keycombo action="simul">&Ctrl; <keycap>Delete</keycap></keycombo> </para> </entry> <entry> <para> - <link linkend="basic">Delete permanently.</link> + <link linkend="basic">Alternate delete.</link> </para> </entry> </row>
