mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
fixed issue 122 <https://github.com/veeso/termscp/issues/122>
This commit is contained in:
@@ -143,7 +143,8 @@ impl Component<Msg, NoUserEvent> for SshKeys {
|
||||
_ => Some(Msg::None),
|
||||
},
|
||||
Event::Keyboard(KeyEvent {
|
||||
code: Key::Delete, ..
|
||||
code: Key::Delete | Key::Char('e'),
|
||||
..
|
||||
}) => Some(Msg::Ssh(SshMsg::ShowDelSshKeyPopup)),
|
||||
Event::Keyboard(KeyEvent {
|
||||
code: Key::Char('n'),
|
||||
|
||||
Reference in New Issue
Block a user