diff --git a/evennia/contrib/tutorial_world/intro_menu.py b/evennia/contrib/tutorial_world/intro_menu.py index c36e2ce57e..faeeebc6c3 100644 --- a/evennia/contrib/tutorial_world/intro_menu.py +++ b/evennia/contrib/tutorial_world/intro_menu.py @@ -432,9 +432,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.