fix: show map page keyboard hint

This commit is contained in:
liu weikai
2026-07-24 17:06:43 +08:00
parent 3a31367866
commit df61530b24
@@ -912,7 +912,8 @@ class UConsoleDesktopShell
case Section::Chat:
return "\\ Nav | Tab Focus | Enter | F11 Full | ^M Min | ^Q Quit";
case Section::Map:
return "\\ Nav | M Map | [ ] Page | F11 Full | ^M Min | ^Q Quit";
return "\\ Nav | M Map | [ ] Page | F1 Help | F11 Full | ^M Min | "
"^Q Quit";
case Section::Overview:
return "\\ Nav | C Chat | M Map | [ ] Page | F11 Full | ^Q Quit";
default: