mirror of
https://github.com/veeso/termscp.git
synced 2026-09-27 06:21:22 -07:00
@@ -391,6 +391,7 @@ impl BookmarkName {
|
||||
impl Component<Msg, NoUserEvent> for BookmarkName {
|
||||
fn on(&mut self, ev: Event<NoUserEvent>) -> Option<Msg> {
|
||||
match ev {
|
||||
Event::Keyboard(KeyEvent { code: Key::Esc, .. }) => Some(Msg::CloseSaveBookmark),
|
||||
Event::Keyboard(KeyEvent {
|
||||
code: Key::Left, ..
|
||||
}) => {
|
||||
|
||||
Reference in New Issue
Block a user