Added 'E' to keybindings; behaves as <DEL> (added because some keyboards don't have <DEL>

This commit is contained in:
ChristianVisintin
2020-12-12 17:44:04 +01:00
parent 3b33c55d97
commit 1fb614642c
4 changed files with 44 additions and 5 deletions

View File

@@ -692,12 +692,12 @@ impl FileTransferActivity {
])),
ListItem::new(Spans::from(vec![
Span::styled(
"<CANC>",
"<DEL>",
Style::default()
.fg(Color::Cyan)
.add_modifier(Modifier::BOLD),
),
Span::raw(" "),
Span::raw(" "),
Span::raw("delete file"),
])),
ListItem::new(Spans::from(vec![