diff --git a/src/bin/topola-egui/top.rs b/src/bin/topola-egui/top.rs index f6f1977..e375e79 100644 --- a/src/bin/topola-egui/top.rs +++ b/src/bin/topola-egui/top.rs @@ -89,7 +89,7 @@ impl Top { let mut quit = Trigger::new(Action::new( tr.text("action-quit"), egui::Modifiers::CTRL, - egui::Key::V, + egui::Key::Q, )); let mut autoroute = Trigger::new(Action::new( tr.text("action-autoroute"),