aboutsummaryrefslogtreecommitdiff
path: root/src/tui/commands.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/tui/commands.rs')
-rw-r--r--src/tui/commands.rs10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/tui/commands.rs b/src/tui/commands.rs
index f7fd75b..0e00f95 100644
--- a/src/tui/commands.rs
+++ b/src/tui/commands.rs
@@ -112,7 +112,6 @@ impl From<KeyEvent> for CmdAction {
Self::SelectPrevRow(5)
} else {
Self::Nothing
- // Self::Open(OpenRessource::WebLink)
}
}
// Scroll info/preview area
@@ -132,15 +131,6 @@ impl From<KeyEvent> for CmdAction {
// Switch selected area
KeyCode::Tab => Self::ToggleArea,
KeyCode::BackTab => Self::ToggleArea,
- // // Enter search mode
- // KeyCode::Char('/') => Self::Input(InputCmdAction::Enter),
- // KeyCode::Char('f') => {
- // if key_event.modifiers == KeyModifiers::CONTROL {
- // Self::Input(InputCmdAction::Enter)
- // } else {
- // Self::Nothing
- // }
- // }
// Enter search mode
KeyCode::Char('/') => Self::SearchList,
KeyCode::Char('f') => {