remove hjkl bindings
these interfere with input we'll need to come back to this Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -67,6 +67,7 @@ fn handle_key_events(input: &egui::InputState, columns: &mut Columns) {
|
||||
} = event
|
||||
{
|
||||
match key {
|
||||
/*
|
||||
egui::Key::J => {
|
||||
columns.select_down();
|
||||
}
|
||||
@@ -79,6 +80,7 @@ fn handle_key_events(input: &egui::InputState, columns: &mut Columns) {
|
||||
egui::Key::L => {
|
||||
columns.select_left();
|
||||
}
|
||||
*/
|
||||
egui::Key::BrowserBack | egui::Key::Escape => {
|
||||
columns.get_selected_router().go_back();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user