added more Hints for Input

This commit is contained in:
Thomas Eppers 2021-10-27 14:12:23 +02:00
parent 74006af796
commit 7b8e613058

View File

@ -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",
),
}
}