generated from GarandPLG/rust-flake-template
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user