Skip to content

Commit

Permalink
Help menu consistency fix (#1854)
Browse files Browse the repository at this point in the history
Fix the F1 Help menu to be consistent with in-game controls. Closes #1827.
  • Loading branch information
noahyor authored May 18, 2024
1 parent 96d80fd commit ff349d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/swarm-tui/Swarm/TUI/View.hs
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ helpWidget theSeed mport =
, ("Ctrl-z", "decrease speed")
, ("Ctrl-w", "increase speed")
, ("Ctrl-q", "quit or restart the current scenario")
, ("Ctrl-s", "collapse/expand REPL")
, ("Meta-,", "collapse/expand REPL")
, ("Meta-h", "hide robots for 2s")
, ("Meta-w", "focus on the world map")
, ("Meta-e", "focus on the robot inventory")
Expand Down

0 comments on commit ff349d8

Please sign in to comment.