Add Quit2 action bound to Ctrl+C

This commit is contained in:
2026-03-12 16:30:54 +01:00
parent c3886ca0cf
commit ef271c0d87
3 changed files with 14 additions and 0 deletions
+1
View File
@@ -8,6 +8,7 @@ pub fn main_menu_keybindings(app: &mut App, event: &KeyEvent) {
if let Some(action) = event_to_action(&event) {
match action {
Action::Quit => app.exit = true,
Action::Quit2 => app.exit = true,
Action::Up => {
app.game_states.main_menu_state.selected_view = app
.game_states