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.