Add navigation and selection for skirmish cells

Reclassify Escape key as Quit and add directional actions to move the
focused cell.
This commit is contained in:
2026-03-29 22:03:22 +02:00
parent d35d803a78
commit 363baa1c1a
8 changed files with 81 additions and 13 deletions
+2 -2
View File
@@ -205,9 +205,9 @@ pub static KEYBINDINGS: &[KeyBinding] = &[
code: KeyCode::Esc,
kind: KeyEventKind::Press,
modifiers: KeyModifiers::NONE,
group: Group::Movement,
group: Group::Quit,
symbol: "Esc",
description: "Go back to main menu",
description: "Main menu",
},
KeyBinding {
action: Action::Backspace,