From 9a78b04e6810afb6f05f9d10b6d5e638cbbcdf4c Mon Sep 17 00:00:00 2001 From: PBillodeau <3998670+PBillodeau@users.noreply.github.com> Date: Thu, 3 Apr 2025 19:33:02 -0500 Subject: [PATCH] ESC now toggles menubar (#5293) * ESC now toggles menubar * Update "menubar" to "menu" in README * Add mouse capture toggle to README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e7f929bad..ea1ad76a2 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,8 @@ Congratulations, you are now sailing with the Ship of Harkinian! Have fun! ### Other shortcuts | Keys | Action | | - | - | -| F1 | Toggle menubar | +| ESC | Toggle menu | +| F2 | Toggle capture mouse input | | F5 | Save state | | F6 | Change state | | F7 | Load state |