From 7b8e61305817cd7e4a88ea029b026654dcd76632 Mon Sep 17 00:00:00 2001 From: Thomas Eppers Date: Wed, 27 Oct 2021 14:12:23 +0200 Subject: [PATCH] added more Hints for Input --- src/widget/info.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widget/info.rs b/src/widget/info.rs index 39caae8..93b3052 100644 --- a/src/widget/info.rs +++ b/src/widget/info.rs @@ -11,7 +11,7 @@ impl Info { Self { info: String::from(info), keys: String::from( - "Tab Cycle widgets C-s Save C-r Reload C-q Quit ↑ ↓ Select tags or image line", + "Tab Cycle widgets C-s Save C-r Reload C-q Quit ↑ ↓ Select tags or image line Return Select current selection", ), } }