mirror of
https://github.com/vicliu624/trail-mate.git
synced 2026-09-27 06:07:58 +00:00
fix: show map page keyboard hint
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user