summaryrefslogtreecommitdiffstats
path: root/src/interactive/widgets/help.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/interactive/widgets/help.rs')
-rw-r--r--src/interactive/widgets/help.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/interactive/widgets/help.rs b/src/interactive/widgets/help.rs
index 89678db..d410035 100644
--- a/src/interactive/widgets/help.rs
+++ b/src/interactive/widgets/help.rs
@@ -168,6 +168,11 @@ impl HelpPane {
"Permanently delete all marked entries without prompt!",
Some("This operation cannot be undone!"),
);
+ hotkey(
+ "Ctrl + t",
+ "Move all marked entries to the trash bin",
+ Some("The entries can be restored from the trash bin"),
+ );
spacer();
}
title("Keys for application control");