mirror of
https://github.com/veeso/termscp.git
synced 2026-04-11 20:51:37 -07:00
backtab will now change the explorer tab; use P to change to log
This commit is contained in:
@@ -192,7 +192,8 @@ impl Component<Msg, NoUserEvent> for Log {
|
||||
}
|
||||
// -- comp msg
|
||||
Event::Keyboard(KeyEvent {
|
||||
code: Key::BackTab, ..
|
||||
code: Key::BackTab | Key::Tab | Key::Char('p'),
|
||||
..
|
||||
}) => Some(Msg::Ui(UiMsg::LogBackTabbed)),
|
||||
_ => None,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user