From d26aa191e25c28b2ba1d113d194e1a9bce41524b Mon Sep 17 00:00:00 2001 From: Persimmon Date: Sat, 27 Jun 2026 23:18:44 +0200 Subject: [PATCH] Update the keys used to scroll through history in the webclient. --- evennia/contrib/tutorials/tutorial_world/intro_menu.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/evennia/contrib/tutorials/tutorial_world/intro_menu.py b/evennia/contrib/tutorials/tutorial_world/intro_menu.py index 7b33a1e4fe..9d7f86e30c 100644 --- a/evennia/contrib/tutorials/tutorial_world/intro_menu.py +++ b/evennia/contrib/tutorials/tutorial_world/intro_menu.py @@ -434,9 +434,8 @@ The web client starts out having two panes - the input-pane for entering command and the main window. - Use |y|n (or click the arrow on the right) to send your input. -- Use |yCtrl + |n to step back and forth in your command-history. -- Use |yCtrl + |n to add a new line to your input without sending. -(Cmd instead of Ctrl-key on Macs) +- Use |yShift + |n to step back and forth in your command-history. +- Use |yShift + |n to add a new line to your input without sending. There is also some |wextra|n info to learn about customizing the webclient.