mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
Added 'E' to keybindings; behaves as <DEL> (added because some keyboards don't have <DEL>
This commit is contained in:
@@ -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![
|
||||
|
||||
Reference in New Issue
Block a user