F2 to save file as

This commit is contained in:
veeso
2021-12-13 17:50:41 +01:00
committed by Christian Visintin
parent 84cb775679
commit dab98f4292
10 changed files with 14 additions and 11 deletions

View File

@@ -48,6 +48,8 @@ impl FooterBar {
TextSpan::from(" Transfer "),
TextSpan::from("<ENTER>").bold().fg(key_color),
TextSpan::from(" Enter dir "),
TextSpan::from("<F2|S>").bold().fg(key_color),
TextSpan::from(" Save as "),
TextSpan::from("<F3|V>").bold().fg(key_color),
TextSpan::from(" View "),
TextSpan::from("<F4|O>").bold().fg(key_color),